Searched refs:rGM (Results 1 – 7 of 7) sorted by relevance
88 const GlyphMetric& rGM = mrServerFont.GetGlyphMetric( nKashidaIndex ); in AdjustLayout() local89 KashidaJustify( nKashidaIndex, rGM.GetCharWidth() ); in AdjustLayout()142 const GlyphMetric& rGM = rFont.GetGlyphMetric( aGlyphId ); in operator ()() local143 nGlyphWidth = rGM.GetCharWidth(); in operator ()()324 const GlyphMetric& rGM = mrServerFont.GetGlyphMetric( nGlyphIndex ); in getGlyphAdvance() local325 advance.fX = rGM.GetCharWidth(); in getGlyphAdvance()541 const GlyphMetric& rGM = rFont.GetGlyphMetric( nGlyphIndex ); in operator ()() local542 int nGlyphWidth = rGM.GetCharWidth(); in operator ()()
71 const GlyphMetric& rGM = mpFont->font().GetGlyphMetric( nKashidaIndex ); in getKashidaGlyph() local72 width = rGM.GetCharWidth(); in getKashidaGlyph()
336 const GlyphMetric& rGM = rGlyphData.GetMetric(); in RemovingGlyph() local337 const int nWidth = rGM.GetSize().Width(); in RemovingGlyph()338 const int nHeight = rGM.GetSize().Height(); in RemovingGlyph()612 const GlyphMetric& rGM = rGlyphData.GetMetric(); in GetXRGlyph() local613 aGlyphInfo.xOff = +rGM.GetDelta().X(); in GetXRGlyph()614 aGlyphInfo.yOff = +rGM.GetDelta().Y(); in GetXRGlyph()
902 const GlyphMetric& rGM = rFont.GetGlyphMetric( nGlyph ); in DrawServerSimpleFontString() local906 const int nDestX = aPos.X() + rGM.GetOffset().X(); in DrawServerSimpleFontString()907 const int nDestY = aPos.Y() + rGM.GetOffset().Y(); in DrawServerSimpleFontString()914 const int nWidth = rGM.GetSize().Width(); in DrawServerSimpleFontString()915 const int nHeight = rGM.GetSize().Height(); in DrawServerSimpleFontString()1245 const GlyphMetric& rGM = pSF->GetGlyphMetric( aGlyphId ); in GetGlyphBoundRect() local1246 rRect = Rectangle( rGM.GetOffset(), rGM.GetSize() ); in GetGlyphBoundRect()
977 const GlyphMetric& rGM = pSF->GetGlyphMetric( aGlyphId ); in GetGlyphBoundRect() local978 rRect = Rectangle( rGM.GetOffset(), rGM.GetSize() ); in GetGlyphBoundRect()
432 const GlyphMetric& rGM = pSF->GetGlyphMetric( aGlyphId ); in GetGlyphBoundRect() local433 rRect = Rectangle( rGM.GetOffset(), rGM.GetSize() ); in GetGlyphBoundRect()
886 const GlyphMetric& rGM = pSF->GetGlyphMetric( aGlyphId ); in GetGlyphBoundRect() local887 rRect = Rectangle( rGM.GetOffset(), rGM.GetSize() ); in GetGlyphBoundRect()
Completed in 49 milliseconds