Lines Matching refs:XRenderPeer
37 class XRenderPeer class
40 static XRenderPeer& GetInstance();
46 XRenderPeer();
47 ~XRenderPeer();
131 ScopedPic( XRenderPeer& rPeer, Picture& rPic );
136 XRenderPeer& mrRenderPeer;
146 inline int XRenderPeer::GetVersion() const in GetVersion()
151 inline XRenderPictFormat* XRenderPeer::GetStandardFormatA8() const in GetStandardFormatA8()
156 inline XRenderPictFormat* XRenderPeer::FindStandardFormat(int nFormat) const in FindStandardFormat()
165 inline XRenderPictFormat* XRenderPeer::FindVisualFormat( Visual* pVisual ) const in FindVisualFormat()
174 inline XRenderPictFormat* XRenderPeer::FindPictureFormat( unsigned long nFormatMask, in FindPictureFormat()
184 inline Picture XRenderPeer::CreatePicture( Drawable aDrawable, in CreatePicture()
197 inline void XRenderPeer::ChangePicture( Picture aPicture, in ChangePicture()
207 inline void XRenderPeer::SetPictureClipRegion( Picture aPicture, in SetPictureClipRegion()
217 inline void XRenderPeer::CompositePicture( int nXRenderOp, in CompositePicture()
231 inline void XRenderPeer::FreePicture( Picture aPicture ) const in FreePicture()
240 inline GlyphSet XRenderPeer::CreateGlyphSet() const in CreateGlyphSet()
249 inline void XRenderPeer::FreeGlyphSet( GlyphSet aGS ) const in FreeGlyphSet()
258 inline void XRenderPeer::AddGlyph( GlyphSet aGS, XRenderGlyph nXRGlyph, in AddGlyph()
270 inline void XRenderPeer::FreeGlyph( GlyphSet aGS, XRenderGlyph nXRGlyph ) const in FreeGlyph()
290 inline void XRenderPeer::CompositeString32( Picture aSrc, Picture aDst, in CompositeString32()
303 inline void XRenderPeer::FillRectangle( int a, Picture b, const XRenderColor* c, in FillRectangle()
314 inline void XRenderPeer::CompositeTrapezoids( int nOp, in CompositeTrapezoids()
327 inline bool XRenderPeer::AddTraps( Picture aDst, int nXOfs, int nYOfs, in AddTraps()
342 inline ScopedPic::ScopedPic( XRenderPeer& rPeer, Picture& rPic ) in ScopedPic()