Lines Matching refs:pDraw
253 DrawablePtr pDraw, in __glXDRIscreenCreateDrawable() argument
267 pDraw, type, glxDrawId, glxConfig)) { in __glXDRIscreenCreateDrawable()
288 DrawablePtr pDraw = drawable->base.pDraw; in swrastGetDrawableInfo() local
290 *x = pDraw->x; in swrastGetDrawableInfo()
291 *y = pDraw->y; in swrastGetDrawableInfo()
292 *w = pDraw->width; in swrastGetDrawableInfo()
293 *h = pDraw->height; in swrastGetDrawableInfo()
301 DrawablePtr pDraw = drawable->base.pDraw; in swrastPutImage() local
305 if ((gc = GetScratchGC(pDraw->depth, pDraw->pScreen))) { in swrastPutImage()
306 ValidateGC(pDraw, gc); in swrastPutImage()
307 gc->ops->PutImage(pDraw, gc, pDraw->depth, x, y, w, h, 0, ZPixmap, in swrastPutImage()
323 DrawablePtr pDraw = drawable->base.pDraw; in swrastGetImage() local
324 ScreenPtr pScreen = pDraw->pScreen; in swrastGetImage()
327 pScreen->SourceValidate(pDraw, x, y, w, h, IncludeInferiors); in swrastGetImage()
328 pScreen->GetImage(pDraw, x, y, w, h, ZPixmap, ~0L, data); in swrastGetImage()