Lines Matching refs:shadow
373 * disable the shadow buffer
390 * these are the size of the shadow pixmap, which
397 PixmapPtr shadow = crtc->rotatedPixmap;
398 int old_width = shadow ? shadow->drawable.width : 0;
399 int old_height = shadow ? shadow->drawable.height : 0;
403 if (shadow || shadowData) {
404 crtc->funcs->shadow_destroy(crtc, shadow, shadowData);
412 /* shadow will be damaged in xf86RotatePrepare */
437 if (shadow || shadowData) {
438 crtc->funcs->shadow_destroy(crtc, shadow, shadowData);