Home
last modified time | relevance | path

Searched refs:pRawBitmap (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/unx/generic/gdi/
H A Dgcach_xpeer.cxx231 const RawBitmap* pRawBitmap = NO_RAWBMP; in GetRawBitmap() local
237 return pRawBitmap; in GetRawBitmap()
251 rEGD.mpData = (void*)pRawBitmap; in SetRawBitmap()
376 if( pRawBitmap != NULL ) in RemovingGlyph()
378 mnBytesUsed -= pRawBitmap->mnScanlineSize * pRawBitmap->mnHeight; in RemovingGlyph()
380 delete pRawBitmap; in RemovingGlyph()
565 if( pRawBitmap == NO_RAWBMP ) in GetRawBitmap()
570 pRawBitmap = pNewBitmap; in GetRawBitmap()
579 pRawBitmap = GetRawBitmap( rServerFont, 0 ); in GetRawBitmap()
582 SetRawBitmap( rGlyphData, pRawBitmap ); in GetRawBitmap()
[all …]
H A Dsalgdi3.cxx665 if( !pRawBitmap ) in DrawServerAAForcedString()
668 const int nX1 = aPos.X() + pRawBitmap->mnXOffset; in DrawServerAAForcedString()
669 const int nY1 = aPos.Y() + pRawBitmap->mnYOffset; in DrawServerAAForcedString()
670 const int nX2 = nX1 + pRawBitmap->mnWidth; in DrawServerAAForcedString()
671 const int nY2 = nY1 + pRawBitmap->mnHeight; in DrawServerAAForcedString()
815 if( !pRawBitmap ) in DrawServerAAForcedString()
818 const int nX1 = aPos.X() + pRawBitmap->mnXOffset; in DrawServerAAForcedString()
819 const int nY1 = aPos.Y() + pRawBitmap->mnYOffset; in DrawServerAAForcedString()
824 const unsigned char* p10 = pRawBitmap->mpBits; in DrawServerAAForcedString()
828 int y = pRawBitmap->mnHeight; in DrawServerAAForcedString()
[all …]

Completed in 37 milliseconds