Lines Matching refs:MultiScreenGlyph
43 struct MultiScreenGlyph struct
73 mnExtByteCount = sizeof(MultiScreenGlyph) + sizeof(Pixmap) * (mnMaxScreens - 1); in X11GlyphPeer()
157 MultiScreenGlyph* X11GlyphPeer::PrepareForMultiscreen( ExtGlyphData& rEGD ) const in PrepareForMultiscreen()
160 MultiScreenGlyph* pMSGlyph = (MultiScreenGlyph*)new char[ mnExtByteCount ]; in PrepareForMultiscreen()
198 aGlyphId = reinterpret_cast<MultiScreenGlyph*>(rEGD.mpData)->maXRGlyphId; in GetRenderGlyph()
220 reinterpret_cast<MultiScreenGlyph*>(rEGD.mpData)->maXRGlyphId = aGlyphId; in SetRenderGlyph()
236 pRawBitmap = reinterpret_cast<MultiScreenGlyph*>(rEGD.mpData)->mpRawBitmap; in GetRawBitmap()
258 reinterpret_cast<MultiScreenGlyph*>(rEGD.mpData)->mpRawBitmap = pRawBitmap; in SetRawBitmap()
275 aPixmap = (Pixmap)(reinterpret_cast<MultiScreenGlyph*>(rEGD.mpData)->maPixmaps[nScreen]); in GetPixmap()
294 MultiScreenGlyph* pMSGlyph; in SetPixmap()
296 pMSGlyph = reinterpret_cast<MultiScreenGlyph*>(rEGD.mpData); in SetPixmap()
356 MultiScreenGlyph* pMSGlyph = reinterpret_cast<MultiScreenGlyph*>(pGlyphExt); in RemovingGlyph()