Lines Matching defs:drawables
781 DrawablePtr *drawables;
856 drawables = calloc(PanoramiXNumScreens, sizeof(DrawablePtr));
857 if (!drawables)
860 drawables[0] = pDraw;
862 rc = dixLookupDrawable(drawables + i, draw->info[i].id, client, 0,
865 free(drawables);
870 drawables[i]->pScreen->SourceValidate(drawables[i], 0, 0,
871 drawables[i]->width,
872 drawables[i]->height,
889 XineramaGetImageData(drawables, x, y, w, h, format, planemask,
898 XineramaGetImageData(drawables, x, y, w, h,
905 free(drawables);