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()113 bFound = rServerFont.GetGlyphBitmap8( aGlyphId, pGcpHelper->maRawBitmap ); in GetGlyphBmp()126 delete pGcpHelper; in GetGlyphBmp()136 … pGcpHelper->maBitmapDev = createBitmapDevice( aSize, true, nBmpFormat, aRawPtr, aDummyPAL ); 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()[all …]