Searched refs:RawBitmap (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | gcach_xpeer.cxx | 45 const RawBitmap* mpRawBitmap; 152 static RawBitmap* const NO_RAWBMP = NULL; 171 pMSGlyph->mpRawBitmap = reinterpret_cast<RawBitmap*>(rEGD.mpData); in PrepareForMultiscreen() 229 const RawBitmap* X11GlyphPeer::GetRawBitmap( const GlyphData& rGD ) const in GetRawBitmap() 231 const RawBitmap* pRawBitmap = NO_RAWBMP; in GetRawBitmap() 234 pRawBitmap = reinterpret_cast<RawBitmap*>(rEGD.mpData); in GetRawBitmap() 242 void X11GlyphPeer::SetRawBitmap( GlyphData& rGD, const RawBitmap* pRawBitmap ) const in SetRawBitmap() 375 RawBitmap* pRawBitmap = (RawBitmap*)pGlyphExt; in RemovingGlyph() 379 mnBytesUsed -= sizeof(RawBitmap); in RemovingGlyph() 564 const RawBitmap* pRawBitmap = GetRawBitmap( rGlyphData ); in GetRawBitmap() [all …]
|
H A D | gcach_xpeer.hxx | 45 const RawBitmap* GetRawBitmap( ServerFont&, sal_GlyphId ); 59 void SetRawBitmap( GlyphData&, const RawBitmap* ) const; 62 const RawBitmap* GetRawBitmap( const GlyphData& ) const; 73 RawBitmap maRawBitmap;
|
H A D | salgdi3.cxx | 664 const RawBitmap* const pRawBitmap = rGlyphPeer.GetRawBitmap( rFont, nGlyph ); in DrawServerAAForcedString() 814 const RawBitmap* const pRawBitmap = rGlyphPeer.GetRawBitmap( rFont, nGlyph ); in DrawServerAAForcedString()
|
/aoo41x/main/vcl/inc/ |
H A D | glyphcache.hxx | 46 class RawBitmap; 199 virtual bool GetGlyphBitmap1( sal_GlyphId, RawBitmap& ) const = 0; 200 virtual bool GetGlyphBitmap8( sal_GlyphId, RawBitmap& ) const = 0; 315 class VCL_PLUGIN_PUBLIC RawBitmap class 318 RawBitmap(); 319 ~RawBitmap();
|
/aoo41x/main/vcl/source/glyphs/ |
H A D | gcach_rbmp.cxx | 32 RawBitmap::RawBitmap() in RawBitmap() function in RawBitmap 38 RawBitmap::~RawBitmap() in ~RawBitmap() 168 bool RawBitmap::Rotate( int nAngle ) in Rotate()
|
H A D | gcach_ftyp.hxx | 192 virtual bool GetGlyphBitmap1( sal_GlyphId, RawBitmap& ) const; 193 virtual bool GetGlyphBitmap8( sal_GlyphId, RawBitmap& ) const;
|
H A D | gcach_ftyp.cxx | 1405 bool FreetypeServerFont::GetGlyphBitmap1( sal_GlyphId aGlyphId, RawBitmap& rRawBitmap ) const in GetGlyphBitmap1() 1579 bool FreetypeServerFont::GetGlyphBitmap8( sal_GlyphId aGlyphId, RawBitmap& rRawBitmap ) const in GetGlyphBitmap8()
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svptext.cxx | 65 RawBitmap maRawBitmap; 103 RawBitmap& rRawBitmap = pGcpHelper->maRawBitmap; in GetGlyphBmp()
|
Completed in 43 milliseconds