Searched refs:rGD (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/vcl/unx/generic/gdi/ |
| H A D | gcach_xpeer.cxx | 191 Glyph X11GlyphPeer::GetRenderGlyph( const GlyphData& rGD ) const in GetRenderGlyph() 194 const ExtGlyphData& rEGD = rGD.ExtDataRef(); in GetRenderGlyph() 204 void X11GlyphPeer::SetRenderGlyph( GlyphData& rGD, Glyph aGlyphId ) const in SetRenderGlyph() argument 206 ExtGlyphData& rEGD = rGD.ExtDataRef(); in SetRenderGlyph() 229 const RawBitmap* X11GlyphPeer::GetRawBitmap( const GlyphData& rGD ) const in GetRawBitmap() 232 const ExtGlyphData& rEGD = rGD.ExtDataRef(); in GetRawBitmap() 242 void X11GlyphPeer::SetRawBitmap( GlyphData& rGD, const RawBitmap* pRawBitmap ) const in SetRawBitmap() argument 244 ExtGlyphData& rEGD = rGD.ExtDataRef(); in SetRawBitmap() 268 Pixmap X11GlyphPeer::GetPixmap( const GlyphData& rGD, int nScreen ) const in GetPixmap() argument 271 const ExtGlyphData& rEGD = rGD.ExtDataRef(); in GetPixmap() [all …]
|
| /AOO41X/main/vcl/source/glyphs/ |
| H A D | glyphcache.cxx | 387 inline void GlyphCache::RemovingGlyph( ServerFont& rSF, GlyphData& rGD, sal_GlyphId aGlyphId ) in RemovingGlyph() argument 389 mrPeer.RemovingGlyph( rSF, rGD, aGlyphId ); in RemovingGlyph() 480 GlyphData& rGD = it->second; in GarbageCollect() local 481 if( (nMinLruIndex - rGD.GetLruValue()) > 0 ) in GarbageCollect() 485 GlyphCache::GetInstance().RemovingGlyph( *this, rGD, it->first ); in GarbageCollect()
|
| H A D | gcach_ftyp.cxx | 1316 void FreetypeServerFont::InitGlyphData( sal_GlyphId aGlyphId, GlyphData& rGD ) const in InitGlyphData() 1348 rGD.SetCharWidth( 0 ); in InitGlyphData() 1349 rGD.SetDelta( 0, 0 ); in InitGlyphData() 1350 rGD.SetOffset( 0, 0 ); in InitGlyphData() 1351 rGD.SetSize( Size( 0, 0 ) ); in InitGlyphData() 1360 rGD.SetCharWidth( nCharWidth ); in InitGlyphData() 1367 rGD.SetCharWidth( 0 ); in InitGlyphData() 1368 rGD.SetDelta( 0, 0 ); in InitGlyphData() 1369 rGD.SetOffset( 0, 0 ); in InitGlyphData() 1370 rGD.SetSize( Size( 0, 0 ) ); in InitGlyphData() [all …]
|