Home
last modified time | relevance | path

Searched refs:nGlyphFlags (Results 1 – 7 of 7) sorted by relevance

/AOO42X/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1083 …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()
[all …]
H A Dgcach_layout.cxx144 int nGlyphFlags = bRightToLeft ? GlyphItem::IS_RTL_GLYPH : 0; in operator ()() local
145 aPrevItem = GlyphItem( nCharPos, aGlyphId, aNewPos, nGlyphFlags, nGlyphWidth ); in operator ()()
621 long nGlyphFlags = 0; in operator ()() local
623 nGlyphFlags |= GlyphItem::IS_IN_CLUSTER; in operator ()()
625 nGlyphFlags |= GlyphItem::IS_RTL_GLYPH; in operator ()()
627 nGlyphFlags |= GlyphItem::IS_DIACRITIC; in operator ()()
630 GlyphItem aGI( nCharPos, nGlyphIndex, aNewPos, nGlyphFlags, nGlyphWidth ); in operator ()()
H A Dgraphite_layout.cxx510 long nGlyphFlags = bIsBase ? 0 : GlyphItem::IS_IN_CLUSTER; in append() local
513 nGlyphFlags |= (gi.directionLevel() & 0x1)? GlyphItem::IS_RTL_GLYPH : 0; in append()
518 nGlyphFlags, in append()
H A Dgcach_ftyp.hxx206 int ApplyGlyphTransform( int nGlyphFlags, FT_GlyphRec_*, bool ) const;
/AOO42X/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx604 int nGlyphFlags = bRightToLeft ? GlyphItem::IS_RTL_GLYPH : 0; in LayoutText() local
606 aPrevItem = GlyphItem( nCharPos, aGlyphId, aNewPos, nGlyphFlags, nGlyphWidth ); in LayoutText()
/AOO42X/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx663 int nGlyphFlags = bRightToLeft ? GlyphItem::IS_RTL_GLYPH : 0; in LayoutText() local
665 aPrevItem = GlyphItem( nCharPos, aGlyphId, aNewPos, nGlyphFlags, nGlyphWidth ); in LayoutText()
/AOO42X/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx2415 long nGlyphFlags = 0; // builtin fonts don't have diacritic glyphs in LayoutText() local
2417 nGlyphFlags |= GlyphItem::IS_RTL_GLYPH; in LayoutText()
2419 GlyphItem aGI( nCharPos, cChar, aNewPos, nGlyphFlags, nGlyphWidth ); in LayoutText()