Lines Matching refs:aGlyphId
4168 sal_GlyphId aGlyphId; in ImplDrawTextLines() local
4169 if( !rSalLayout.GetNextGlyphs( 1, &aGlyphId, aPos, nStart, &nAdvance ) ) in ImplDrawTextLines()
4173 if( !rSalLayout.IsSpacingGlyph( aGlyphId ) ) in ImplDrawTextLines()
4493 sal_GlyphId aGlyphId; in ImplDrawEmphasisMarks() local
4494 if( !rSalLayout.GetNextGlyphs( 1, &aGlyphId, aOutPoint, nStart ) ) in ImplDrawEmphasisMarks()
4497 if( !mpGraphics->GetGlyphBoundRect( aGlyphId, aRectangle ) ) in ImplDrawEmphasisMarks()
4500 if( !rSalLayout.IsSpacingGlyph( aGlyphId ) ) in ImplDrawEmphasisMarks()
7422 sal_GlyphId aGlyphId; in GetSysTextLayoutData() local
7423 for( int nStart = 0; rLayout->GetNextGlyphs( 1, &aGlyphId, aPos, nStart ); ) in GetSysTextLayoutData()
7429 aGlyph.index = static_cast<unsigned long> (aGlyphId & GF_IDXMASK); in GetSysTextLayoutData()
7432 int nLevel = (aGlyphId & GF_FONTMASK) >> GF_FONTSHIFT; in GetSysTextLayoutData()