Lines Matching refs:sal_uInt16

41 sal_uInt16 getMaxBitsUnsigned( sal_uInt32 nValue )  in getMaxBitsUnsigned()
43 sal_uInt16 nBits = 0; in getMaxBitsUnsigned()
56 sal_uInt16 getMaxBitsSigned( sal_Int32 nValue ) in getMaxBitsSigned()
74 void BitStream::writeUB( sal_uInt32 nValue, sal_uInt16 nBits ) in writeUB()
98 void BitStream::writeSB( sal_Int32 nValue, sal_uInt16 nBits ) in writeSB()
105 void BitStream::writeFB( sal_uInt32 nValue, sal_uInt16 nBits ) in writeFB()
162 sal_uInt16 nCode = ( mnTagId << 6 ) | ( bLarge ? 0x3f : _uInt16(nSz) ); in write()
202 addUI16( static_cast<sal_uInt16>( nValue ) );
207 void Tag::addUI16( sal_uInt16 nValue ) in addUI16()
370 Sprite::Sprite( sal_uInt16 nId ) in Sprite()
421 sal_uInt16 nLower = (sal_uInt16)((fValue - floor(fValue))*0x10000); in getFixed()
432 FlashFont::FlashFont( const Font& rFont, sal_uInt16 nId ) in FlashFont()
446 sal_uInt16 FlashFont::getGlyph( sal_uInt16 nChar, VirtualDevice* pVDev ) in getGlyph()
449 std::map<sal_uInt16, sal_uInt16, ltuint16>::iterator aIter( maGlyphIndex.find(nChar) ); in getGlyph()
474 const sal_uInt16 nCount = aPolyPoly.Count(); in getGlyph()
475 sal_uInt16 i,n; in getGlyph()
480 const sal_uInt16 nSize = rPoly.GetSize(); in getGlyph()
511 sal_uInt16 nGlyphs = _uInt16( maGlyphOffsets.size() ); in write()
512 sal_uInt16 nOffset = nGlyphs * sizeof( sal_uInt16 ); in write()
514 for(vector< sal_uInt16 >::iterator i = maGlyphOffsets.begin(); i != maGlyphOffsets.end(); i++) in write()
534 FillStyle::FillStyle( sal_uInt16 nBitmapId, bool bClipped, const ::basegfx::B2DHomMatrix& rMatrix )… in FillStyle()