Home
last modified time | relevance | path

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

/trunk/main/vcl/source/glyphs/
H A Dgcach_layout.cxx88 const GlyphMetric& rGM = mrServerFont.GetGlyphMetric( nKashidaIndex ); in AdjustLayout() local
89 KashidaJustify( nKashidaIndex, rGM.GetCharWidth() ); in AdjustLayout()
142 const GlyphMetric& rGM = rFont.GetGlyphMetric( aGlyphId ); in operator ()() local
143 nGlyphWidth = rGM.GetCharWidth(); in operator ()()
324 const GlyphMetric& rGM = mrServerFont.GetGlyphMetric( nGlyphIndex ); in getGlyphAdvance() local
325 advance.fX = rGM.GetCharWidth(); in getGlyphAdvance()
541 const GlyphMetric& rGM = rFont.GetGlyphMetric( nGlyphIndex ); in operator ()() local
542 int nGlyphWidth = rGM.GetCharWidth(); in operator ()()
H A Dgraphite_serverfont.cxx71 const GlyphMetric& rGM = mpFont->font().GetGlyphMetric( nKashidaIndex ); in getKashidaGlyph() local
72 width = rGM.GetCharWidth(); in getKashidaGlyph()
/trunk/main/vcl/unx/generic/gdi/
H A Dgcach_xpeer.cxx336 const GlyphMetric& rGM = rGlyphData.GetMetric(); in RemovingGlyph() local
337 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() local
613 aGlyphInfo.xOff = +rGM.GetDelta().X(); in GetXRGlyph()
614 aGlyphInfo.yOff = +rGM.GetDelta().Y(); in GetXRGlyph()
H A Dsalgdi3.cxx902 const GlyphMetric& rGM = rFont.GetGlyphMetric( nGlyph ); in DrawServerSimpleFontString() local
906 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() local
1246 rRect = Rectangle( rGM.GetOffset(), rGM.GetSize() ); in GetGlyphBoundRect()
H A Dpspgraphics.cxx977 const GlyphMetric& rGM = pSF->GetGlyphMetric( aGlyphId ); in GetGlyphBoundRect() local
978 rRect = Rectangle( rGM.GetOffset(), rGM.GetSize() ); in GetGlyphBoundRect()
/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx432 const GlyphMetric& rGM = pSF->GetGlyphMetric( aGlyphId ); in GetGlyphBoundRect() local
433 rRect = Rectangle( rGM.GetOffset(), rGM.GetSize() ); in GetGlyphBoundRect()
H A Dsvppspgraphics.cxx886 const GlyphMetric& rGM = pSF->GetGlyphMetric( aGlyphId ); in GetGlyphBoundRect() local
887 rRect = Rectangle( rGM.GetOffset(), rGM.GetSize() ); in GetGlyphBoundRect()

Completed in 69 milliseconds