Lines Matching refs:aGlyphId
93 sal_GlyphId aGlyphId, sal_uInt32 nBmpFormat, B2IPoint& rTargetPos ) in GetGlyphBmp() argument
95 GlyphData& rGlyphData = rServerFont.GetGlyphData( aGlyphId ); in GetGlyphBmp()
110 bFound = rServerFont.GetGlyphBitmap1( aGlyphId, pGcpHelper->maRawBitmap ); in GetGlyphBmp()
113 bFound = rServerFont.GetGlyphBitmap8( aGlyphId, pGcpHelper->maRawBitmap ); in GetGlyphBmp()
124 if( !bFound && (aGlyphId != 0) ) in GetGlyphBmp()
421 bool SvpSalGraphics::GetGlyphBoundRect( sal_GlyphId aGlyphId, Rectangle& rRect ) in GetGlyphBoundRect() argument
423 const int nLevel = aGlyphId >> GF_FONTSHIFT; in GetGlyphBoundRect()
431 aGlyphId &= ~GF_FONTMASK; in GetGlyphBoundRect()
432 const GlyphMetric& rGM = pSF->GetGlyphMetric( aGlyphId ); in GetGlyphBoundRect()
439 bool SvpSalGraphics::GetGlyphOutline( sal_GlyphId aGlyphId, B2DPolyPolygon& rPolyPoly ) in GetGlyphOutline() argument
441 const int nLevel = aGlyphId >> GF_FONTSHIFT; in GetGlyphOutline()
449 aGlyphId &= ~GF_FONTMASK; in GetGlyphOutline()
450 bool bOK = pSF->GetGlyphOutline( aGlyphId, rPolyPoly ); in GetGlyphOutline()
472 sal_GlyphId aGlyphId; in DrawServerFontLayout() local
474 for( int nStart = 0; rSalLayout.GetNextGlyphs( 1, &aGlyphId, aPos, nStart ); ) in DrawServerFontLayout()
476 int nLevel = aGlyphId >> GF_FONTSHIFT; in DrawServerFontLayout()
483 aGlyphId &= ~GF_FONTMASK; in DrawServerFontLayout()
486 = rGlyphPeer.GetGlyphBmp( *pSF, aGlyphId, m_eTextFmt, aDstPoint ); in DrawServerFontLayout()