Home
last modified time | relevance | path

Searched refs:rServerFont (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/unx/generic/gdi/
H A Dgcach_xpeer.cxx306 void X11GlyphPeer::RemovingFont( ServerFont& rServerFont ) in RemovingFont() argument
308 void* pFontExt = rServerFont.GetExtPointer(); in RemovingFont()
309 switch( rServerFont.GetExtInfo() ) in RemovingFont()
324 rServerFont.SetExtended( INFO_EMPTY, NULL ); in RemovingFont()
404 bool bForceOk = rServerFont.GetAntialiasAdvice(); in ForcedAntialiasing()
419 switch( rServerFont.GetExtInfo() ) in GetGlyphSet()
454 if( rServerFont.IsGlyphInvisible( aGlyphId ) ) in GetPixmap()
559 if( rServerFont.IsGlyphInvisible( aGlyphId ) ) in GetRawBitmap()
579 pRawBitmap = GetRawBitmap( rServerFont, 0 ); in GetRawBitmap()
592 if( rServerFont.IsGlyphInvisible( aGlyphId ) ) in GetXRGlyph()
[all …]
/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx92 BitmapDeviceSharedPtr SvpGlyphPeer::GetGlyphBmp( ServerFont& rServerFont, 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()
127 return GetGlyphBmp( rServerFont, 0, nBmpFormat, rTargetPos ); in GetGlyphBmp()
139 rServerFont.SetExtended( nBmpFormat, (void*)pGcpHelper ); in GetGlyphBmp()
/trunk/main/vcl/source/glyphs/
H A Dglyphcache.cxx279 void GlyphCache::UncacheFont( ServerFont& rServerFont ) in UncacheFont() argument
284 ServerFont* pFont = const_cast<ServerFont*>( &rServerFont ); in UncacheFont()
369 inline void GlyphCache::AddedGlyph( ServerFont& rServerFont, GlyphData& rGlyphData ) in AddedGlyph() argument
373 UsingGlyph( rServerFont, rGlyphData ); in AddedGlyph()
H A Dgcach_layout.cxx367 IcuLayoutEngine::IcuLayoutEngine( FreetypeServerFont& rServerFont ) in IcuLayoutEngine() argument
368 : maIcuFont( rServerFont ), in IcuLayoutEngine()

Completed in 28 milliseconds