Lines Matching refs:nGlyphFlags

1083 …ne void SplitGlyphFlags( const FreetypeServerFont& rFont, sal_GlyphId& rGlyphId, int& nGlyphFlags )  in SplitGlyphFlags()  argument
1085 nGlyphFlags = rGlyphId & GF_FLAGMASK; in SplitGlyphFlags()
1094 int FreetypeServerFont::ApplyGlyphTransform( int nGlyphFlags, in ApplyGlyphTransform() argument
1099 if( !nAngle && !nGlyphFlags ) in ApplyGlyphTransform()
1108 switch( nGlyphFlags & GF_ROTMASK ) in ApplyGlyphTransform()
1242 int nGlyphFlags = GF_NONE; in FixupGlyphIndex() local
1258 nGlyphFlags |= GetVerticalFlags( aChar ); in FixupGlyphIndex()
1264 nGlyphFlags |= GF_GSUB | GF_ROTL; in FixupGlyphIndex()
1275 nGlyphFlags |= GF_UNHINTED; in FixupGlyphIndex()
1280 aGlyphId |= nGlyphFlags; in FixupGlyphIndex()
1297 static int lcl_GetCharWidth( FT_FaceRec_* pFaceFT, double fStretch, int nGlyphFlags ) in lcl_GetCharWidth() argument
1301 if( nGlyphFlags & GF_ROTMASK ) // for bVertical rotated glyphs in lcl_GetCharWidth()
1321 int nGlyphFlags; in InitGlyphData() local
1322 SplitGlyphFlags( *this, aGlyphId, nGlyphFlags ); in InitGlyphData()
1359 …t int nCharWidth = bOriginallyZeroWidth ? 0 : lcl_GetCharWidth( maFaceFT, mfStretch, nGlyphFlags ); in InitGlyphData()
1374 ApplyGlyphTransform( nGlyphFlags, pGlyphFT, false ); in InitGlyphData()
1410 int nGlyphFlags; in GetGlyphBitmap1() local
1411 SplitGlyphFlags( *this, aGlyphId, nGlyphFlags ); in GetGlyphBitmap1()
1460 int nAngle = ApplyGlyphTransform( nGlyphFlags, pGlyphFT, true ); in GetGlyphBitmap1()
1584 int nGlyphFlags; in GetGlyphBitmap8() local
1585 SplitGlyphFlags( *this, aGlyphId, nGlyphFlags ); in GetGlyphBitmap8()
1596 if( (nGlyphFlags & GF_UNHINTED) || (mnPrioAutoHint < mnPrioAntiAlias) ) in GetGlyphBitmap8()
1630 int nAngle = ApplyGlyphTransform( nGlyphFlags, pGlyphFT, true ); in GetGlyphBitmap8()
2293 int nGlyphFlags; in GetGlyphOutline() local
2294 SplitGlyphFlags( *this, aGlyphId, nGlyphFlags ); in GetGlyphOutline()
2338 /*int nAngle =*/ ApplyGlyphTransform( nGlyphFlags, pGlyphFT, false ); in GetGlyphOutline()