Lines Matching refs:uxa_screen
109 uxa_screen_t *uxa_screen = uxa_get_screen(pScreen);
112 if (!uxa_screen->glyph_cache_initialized)
116 uxa_glyph_cache_t *cache = &uxa_screen->glyphCaches[i];
124 uxa_screen->glyph_cache_initialized = FALSE;
143 uxa_screen_t *uxa_screen = uxa_get_screen(pScreen);
150 if (uxa_screen->glyph_cache_initialized)
153 uxa_screen->glyph_cache_initialized = TRUE;
154 memset(uxa_screen->glyphCaches, 0, sizeof(uxa_screen->glyphCaches));
157 uxa_glyph_cache_t *cache = &uxa_screen->glyphCaches[i];
581 uxa_screen_t *uxa_screen = uxa_get_screen(screen);
583 uxa_glyph_cache_t *cache = &uxa_screen->glyphCaches[PICT_FORMAT_RGB(glyph_picture->format) != 0];
668 uxa_screen_t *uxa_screen,
671 if (uxa_screen->info->check_solid &&
672 !uxa_screen->info->check_solid(&pixmap->drawable, GXcopy, FB_ALLONES))
675 if (!uxa_screen->info->prepare_solid(pixmap, GXcopy, FB_ALLONES, 0))
678 uxa_screen->info->solid(pixmap,
683 uxa_screen->info->done_solid(pixmap);
733 uxa_screen_t *uxa_screen = uxa_get_screen(screen);
787 uxa_clear_pixmap(screen, uxa_screen, pixmap);
823 uxa_screen->info->done_composite(pixmap);
838 uxa_screen->info->done_composite(pixmap);
843 !uxa_screen->info->prepare_composite(PictOpAdd,
854 uxa_screen->info->composite(pixmap,
869 uxa_screen->info->done_composite(pixmap);
965 uxa_screen_t *uxa_screen = uxa_get_screen(screen);
967 if (!uxa_screen->info->prepare_composite ||
968 uxa_screen->force_fallback ||
979 if (uxa_screen->info->check_composite &&
980 !uxa_screen->info->check_composite(op, pSrc, NULL, pDst, 0, 0)) {