Searched refs:MultiScreenGlyph (Results 1 – 2 of 2) sorted by relevance
43 struct MultiScreenGlyph struct73 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()294 MultiScreenGlyph* pMSGlyph; in SetPixmap()296 pMSGlyph = reinterpret_cast<MultiScreenGlyph*>(rEGD.mpData); in SetPixmap()[all …]
34 struct MultiScreenGlyph;57 MultiScreenGlyph* PrepareForMultiscreen( ExtGlyphData& ) const;
Completed in 23 milliseconds