Lines Matching refs:pDrawable

161 RootlessGetImage(DrawablePtr pDrawable, int sx, int sy, int w, int h,  in RootlessGetImage()  argument
164 ScreenPtr pScreen = pDrawable->pScreen; in RootlessGetImage()
168 if (pDrawable->type == DRAWABLE_WINDOW) { in RootlessGetImage()
177 RootlessStartDrawing((WindowPtr) pDrawable); in RootlessGetImage()
180 winRec = WINREC(TopLevelParent((WindowPtr) pDrawable)); in RootlessGetImage()
189 x0 = pDrawable->x + sx; in RootlessGetImage()
190 y0 = pDrawable->y + sy; in RootlessGetImage()
199 sx = x0 - pDrawable->x; in RootlessGetImage()
200 sy = y0 - pDrawable->y; in RootlessGetImage()
208 pScreen->GetImage(pDrawable, sx, sy, w, h, format, planeMask, pdstLine); in RootlessGetImage()
222 RootlessSourceValidate(DrawablePtr pDrawable, int x, int y, int w, int h, in RootlessSourceValidate() argument
225 SCREEN_UNWRAP(pDrawable->pScreen, SourceValidate); in RootlessSourceValidate()
226 if (pDrawable->type == DRAWABLE_WINDOW) { in RootlessSourceValidate()
227 WindowPtr pWin = (WindowPtr) pDrawable; in RootlessSourceValidate()
231 if (pDrawable->pScreen->SourceValidate) { in RootlessSourceValidate()
232 pDrawable->pScreen->SourceValidate(pDrawable, x, y, w, h, in RootlessSourceValidate()
235 SCREEN_WRAP(pDrawable->pScreen, SourceValidate); in RootlessSourceValidate()
243 ScreenPtr pScreen = pDst->pDrawable->pScreen; in RootlessComposite()
248 maskWin = (pMask->pDrawable && in RootlessComposite()
249 pMask->pDrawable->type == in RootlessComposite()
250 DRAWABLE_WINDOW) ? (WindowPtr) pMask->pDrawable : NULL; in RootlessComposite()
252 srcWin = (pSrc->pDrawable && pSrc->pDrawable->type == DRAWABLE_WINDOW) ? in RootlessComposite()
253 (WindowPtr) pSrc->pDrawable : NULL; in RootlessComposite()
254 dstWin = (pDst->pDrawable->type == DRAWABLE_WINDOW) ? in RootlessComposite()
255 (WindowPtr) pDst->pDrawable : NULL; in RootlessComposite()
283 ScreenPtr pScreen = pDst->pDrawable->pScreen; in RootlessGlyphs()
290 srcWin = (pSrc->pDrawable && pSrc->pDrawable->type == DRAWABLE_WINDOW) ? in RootlessGlyphs()
291 (WindowPtr) pSrc->pDrawable : NULL; in RootlessGlyphs()
292 dstWin = (pDst->pDrawable->type == DRAWABLE_WINDOW) ? in RootlessGlyphs()
293 (WindowPtr) pDst->pDrawable : NULL; in RootlessGlyphs()