Lines Matching refs:pGcpHelper
96 SvpGcpHelper* pGcpHelper = (SvpGcpHelper*)rGlyphData.ExtDataRef().mpData; in GetGlyphBmp() local
102 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()
161 SvpGcpHelper* pGcpHelper = (SvpGcpHelper*)rGlyphData.ExtDataRef().mpData; in RemovingGlyph() local
162 delete[] pGcpHelper->maRawBitmap.mpBits; in RemovingGlyph()
163 delete pGcpHelper; in RemovingGlyph()