Lines Matching refs:drawable
60 ScreenPtr screen = window->drawable.pScreen; in present_get_crtc()
73 present_copy_region(DrawablePtr drawable, in present_copy_region() argument
79 ScreenPtr screen = drawable->pScreen; in present_copy_region()
82 gc = GetScratchGC(drawable->depth, screen); in present_copy_region()
93 ValidateGC(drawable, gc); in present_copy_region()
94 (*gc->ops->CopyArea)(&pixmap->drawable, in present_copy_region()
95 drawable, in present_copy_region()
98 pixmap->drawable.width, pixmap->drawable.height, in present_copy_region()
111 DebugPresent(("\ti %08" PRIx32 "\n", pixmap ? pixmap->drawable.id : 0)); in present_pixmap_idle()
125 ScreenPtr screen = window->drawable.pScreen; in present_set_tree_pixmap_visit()
139 ScreenPtr screen = window->drawable.pScreen; in present_set_tree_pixmap()
154 ScreenPtr screen = window->drawable.pScreen; in present_can_window_flip()
205 ScreenPtr screen = window->drawable.pScreen; in present_pixmap()