Lines Matching defs:pict
37 exaCompositeFallbackPictDesc(PicturePtr pict, char *string, int n)
44 if (!pict) {
49 switch (pict->format) {
75 snprintf(format, 20, "0x%x", (int) pict->format);
79 if (pict->pDrawable) {
80 loc = exaGetOffscreenPixmap(pict->pDrawable, &temp, &temp) ? 's' : 'm';
82 snprintf(size, 20, "%dx%d%s", pict->pDrawable->width,
83 pict->pDrawable->height, pict->repeat ? " R" : "");
88 snprintf(size, 20, "%s", pict->repeat ? " R" : "");
91 snprintf(string, n, "%p:%c fmt %s (%s)", pict->pDrawable, loc, format,