Lines Matching refs:aGlyphId
478 sal_GlyphId aGlyphId; in DrawCairoAAFontString() local
479 for( int nStart = 0; rLayout.GetNextGlyphs( 1, &aGlyphId, aPos, nStart ); ) in DrawCairoAAFontString()
482 aGlyph.index = aGlyphId & GF_IDXMASK; in DrawCairoAAFontString()
1234 bool X11SalGraphics::GetGlyphBoundRect( sal_GlyphId aGlyphId, Rectangle& rRect ) in GetGlyphBoundRect() argument
1236 const int nLevel = aGlyphId >> GF_FONTSHIFT; in GetGlyphBoundRect()
1244 aGlyphId &= ~GF_FONTMASK; in GetGlyphBoundRect()
1245 const GlyphMetric& rGM = pSF->GetGlyphMetric( aGlyphId ); in GetGlyphBoundRect()
1252 bool X11SalGraphics::GetGlyphOutline( sal_GlyphId aGlyphId, in GetGlyphOutline() argument
1255 const int nLevel = aGlyphId >> GF_FONTSHIFT; in GetGlyphOutline()
1263 aGlyphId &= ~GF_FONTMASK; in GetGlyphOutline()
1264 bool bOK = pSF->GetGlyphOutline( aGlyphId, rPolyPoly ); in GetGlyphOutline()