Home
last modified time | relevance | path

Searched refs:RawBitmap (Results 1 – 8 of 8) sorted by path

/trunk/main/vcl/inc/
H A Dglyphcache.hxx46 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();
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1405 bool FreetypeServerFont::GetGlyphBitmap1( sal_GlyphId aGlyphId, RawBitmap& rRawBitmap ) const in GetGlyphBitmap1()
1579 bool FreetypeServerFont::GetGlyphBitmap8( sal_GlyphId aGlyphId, RawBitmap& rRawBitmap ) const in GetGlyphBitmap8()
H A Dgcach_ftyp.hxx192 virtual bool GetGlyphBitmap1( sal_GlyphId, RawBitmap& ) const;
193 virtual bool GetGlyphBitmap8( sal_GlyphId, RawBitmap& ) const;
H A Dgcach_rbmp.cxx32 RawBitmap::RawBitmap() in RawBitmap() function in RawBitmap
38 RawBitmap::~RawBitmap() in ~RawBitmap()
168 bool RawBitmap::Rotate( int nAngle ) in Rotate()
/trunk/main/vcl/unx/generic/gdi/
H A Dgcach_xpeer.cxx45 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 Dgcach_xpeer.hxx45 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 Dsalgdi3.cxx664 const RawBitmap* const pRawBitmap = rGlyphPeer.GetRawBitmap( rFont, nGlyph ); in DrawServerAAForcedString()
814 const RawBitmap* const pRawBitmap = rGlyphPeer.GetRawBitmap( rFont, nGlyph ); in DrawServerAAForcedString()
/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx65 RawBitmap maRawBitmap;
103 RawBitmap& rRawBitmap = pGcpHelper->maRawBitmap; in GetGlyphBmp()

Completed in 45 milliseconds