Searched refs:pGcpHelper (Results 1 – 1 of 1) sorted by relevance
96 SvpGcpHelper* pGcpHelper = (SvpGcpHelper*)rGlyphData.ExtDataRef().mpData; in GetGlyphBmp() local102 pGcpHelper = new SvpGcpHelper; in GetGlyphBmp()103 RawBitmap& rRawBitmap = pGcpHelper->maRawBitmap; in GetGlyphBmp()110 bFound = rServerFont.GetGlyphBitmap1( aGlyphId, pGcpHelper->maRawBitmap ); in GetGlyphBmp()126 delete pGcpHelper; in GetGlyphBmp()139 rServerFont.SetExtended( nBmpFormat, (void*)pGcpHelper ); in GetGlyphBmp()142 rTargetPos += B2IPoint( pGcpHelper->maRawBitmap.mnXOffset, pGcpHelper->maRawBitmap.mnYOffset ); in GetGlyphBmp()143 return pGcpHelper->maBitmapDev; in GetGlyphBmp()161 SvpGcpHelper* pGcpHelper = (SvpGcpHelper*)rGlyphData.ExtDataRef().mpData; in RemovingGlyph() local162 delete[] pGcpHelper->maRawBitmap.mpBits; in RemovingGlyph()[all …]
Completed in 15 milliseconds