#include <xrender_peer.hxx>
|
XRenderPictFormat * | GetStandardFormatA8 () const |
|
XRenderPictFormat * | FindStandardFormat (int nFormat) const |
|
XRenderPictFormat * | FindVisualFormat (Visual const *) const |
|
Picture | CreatePicture (Drawable, const XRenderPictFormat *, unsigned long nDrawable, const XRenderPictureAttributes *) const |
|
void | ChangePicture (Picture, unsigned long nValueMask, const XRenderPictureAttributes *) const |
|
void | SetPictureClipRegion (Picture, Region) const |
|
void | CompositePicture (int nOp, Picture aSrc, Picture aMask, Picture aDst, int nXSrc, int nYSrc, int nXDst, int nYDst, unsigned nWidth, unsigned nHeight) const |
|
void | FreePicture (Picture) const |
|
void | FillRectangle (int nOp, Picture aDst, const XRenderColor *, int nX, int nY, unsigned nW, unsigned nH) const |
|
void | CompositeTrapezoids (int nOp, Picture aSrc, Picture aDst, const XRenderPictFormat *, int nXSrc, int nYSrc, const XTrapezoid *, int nCount) const |
|
void | CompositeTriangles (int nOp, Picture aSrc, Picture aDst, const XRenderPictFormat *, int nXSrc, int nYSrc, const XTriangle *, int nCount) const |
|
Definition at line 31 of file xrender_peer.hxx.
XRenderPeer::XRenderPeer |
( |
| ) |
|
|
private |
void XRenderPeer::ChangePicture |
( |
Picture |
aPicture, |
|
|
unsigned long |
nValueMask, |
|
|
const XRenderPictureAttributes * |
pRenderAttr |
|
) |
| const |
|
inline |
void XRenderPeer::CompositeTrapezoids |
( |
int |
nOp, |
|
|
Picture |
aSrc, |
|
|
Picture |
aDst, |
|
|
const XRenderPictFormat * |
pXRPF, |
|
|
int |
nXSrc, |
|
|
int |
nYSrc, |
|
|
const XTrapezoid * |
pXT, |
|
|
int |
nCount |
|
) |
| const |
|
inline |
void XRenderPeer::CompositeTriangles |
( |
int |
nOp, |
|
|
Picture |
aSrc, |
|
|
Picture |
aDst, |
|
|
const XRenderPictFormat * |
pXRPF, |
|
|
int |
nXSrc, |
|
|
int |
nYSrc, |
|
|
const XTriangle * |
pXT, |
|
|
int |
nCount |
|
) |
| const |
|
inline |
Picture XRenderPeer::CreatePicture |
( |
Drawable |
aDrawable, |
|
|
const XRenderPictFormat * |
pVisFormat, |
|
|
unsigned long |
nDrawable, |
|
|
const XRenderPictureAttributes * |
pRenderAttr |
|
) |
| const |
|
inline |
void XRenderPeer::FillRectangle |
( |
int |
nOp, |
|
|
Picture |
aDst, |
|
|
const XRenderColor * |
, |
|
|
int |
nX, |
|
|
int |
nY, |
|
|
unsigned |
nW, |
|
|
unsigned |
nH |
|
) |
| const |
|
inline |
XRenderPictFormat * XRenderPeer::FindStandardFormat |
( |
int |
nFormat | ) |
const |
|
inline |
XRenderPictFormat * XRenderPeer::FindVisualFormat |
( |
Visual const * |
pVisual | ) |
const |
|
inline |
void XRenderPeer::FreePicture |
( |
Picture |
aPicture | ) |
const |
|
inline |
XRenderPictFormat * XRenderPeer::GetStandardFormatA8 |
( |
| ) |
const |
|
inline |
void XRenderPeer::InitRenderLib |
( |
| ) |
|
|
private |
void XRenderPeer::SetPictureClipRegion |
( |
Picture |
aPicture, |
|
|
Region |
aXlibRegion |
|
) |
| const |
|
inline |
XRenderPictFormat* XRenderPeer::mpStandardFormatA8 |
|
private |
The documentation for this class was generated from the following file: