Lines Matching refs:Picture

63     Picture     CreatePicture( Drawable, const XRenderPictFormat*,
65 void ChangePicture( Picture, unsigned long nValueMask,
67 void SetPictureClipRegion( Picture, XLIB_Region ) const;
68 void CompositePicture( int nOp, Picture aSrc, Picture aMask, Picture aDst,
71 void FreePicture( Picture ) const;
78 void CompositeString32( Picture aSrc, Picture aDst, GlyphSet,
80 void FillRectangle( int nOp, Picture aDst, const XRenderColor*,
82 void CompositeTrapezoids( int nOp, Picture aSrc, Picture aDst,
85 bool AddTraps( Picture aDst, int nXOfs, int nYOfs,
102 Picture (*mpXRenderCreatePicture)(Display*,Drawable, const XRenderPictFormat*,
104 void (*mpXRenderChangePicture)(Display*,Picture,
106 void (*mpXRenderSetPictureClipRegion)(Display*,Picture,XLIB_Region);
107 void (*mpXRenderFreePicture)(Display*,Picture);
108 void (*mpXRenderComposite)(Display*,int,Picture,Picture,Picture,
116 void (*mpXRenderCompositeString32)(Display*,int,Picture,Picture,
118 void (*mpXRenderFillRectangle)(Display*,int,Picture,
120 void (*mpXRenderCompositeTrapezoids)(Display*,int,Picture,Picture,
122 void (*mpXRenderAddTraps)(Display*,Picture,int,int,const _XTrap*,int);
131 ScopedPic( XRenderPeer& rPeer, Picture& rPic );
133 Picture& Get();
137 Picture maPicture;
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()
218 Picture aSrcPic, Picture aMaskPic, Picture aDstPic, in CompositePicture()
231 inline void XRenderPeer::FreePicture( Picture aPicture ) const in FreePicture()
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()
315 Picture aSrc, Picture aDst, const XRenderPictFormat* pXRPF, 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()
353 inline Picture& ScopedPic::Get() in Get()