Searched defs:_Picture (Results 1 – 1 of 1) sorted by relevance
124 typedef struct _Picture { struct125 DrawablePtr pDrawable;126 PictFormatPtr pFormat;127 PictFormatShort format; /* PICT_FORMAT */128 int refcnt;129 CARD32 id;130 unsigned int repeat:1;131 unsigned int graphicsExposures:1;132 unsigned int subWindowMode:1;133 unsigned int polyEdge:1;[all …]