Home
last modified time | relevance | path

Searched refs:rGD (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/unx/generic/gdi/
H A Dgcach_xpeer.cxx191 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()
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()
281 void X11GlyphPeer::SetPixmap( GlyphData& rGD, Pixmap aPixmap, int nScreen ) const in SetPixmap() argument
[all …]
/trunk/main/vcl/source/glyphs/
H A Dglyphcache.cxx387 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 Dgcach_ftyp.cxx1348 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()
1386 rGD.SetOffset( aBbox.xMin, -aBbox.yMax ); in InitGlyphData()
[all …]

Completed in 41 milliseconds