Searched refs:this_atlas (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-glyphs.c743 PicturePtr this_atlas; local in function:uxa_glyphs_to_dst
754 this_atlas = priv->cache->picture;
760 this_atlas = uxa_glyph_cache(screen, glyph, &mask_x, &mask_y);
761 if (this_atlas == NULL) {
763 this_atlas = GetGlyphPicture(glyph, screen);
768 if (this_atlas != glyph_atlas) {
775 uxa_get_drawable_pixmap(this_atlas->pDrawable);
779 localSrc, this_atlas, pDst,
783 glyph_atlas = this_atlas;
958 PicturePtr this_atlas; local in function:uxa_glyphs_via_mask
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-glyphs.c809 PicturePtr this_atlas; local in function:uxa_glyphs_via_mask
820 this_atlas = priv->cache->picture;
826 this_atlas = uxa_glyph_cache(screen, glyph, &glyph_x, &glyph_y);
827 if (this_atlas == NULL) {
829 this_atlas = GetGlyphPicture(glyph, screen);
834 if (this_atlas != glyph_atlas) {
841 uxa_get_drawable_pixmap(this_atlas->pDrawable);
844 white, this_atlas, mask,
851 glyph_atlas = this_atlas;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-glyphs.c809 PicturePtr this_atlas; local in function:uxa_glyphs_via_mask
820 this_atlas = priv->cache->picture;
826 this_atlas = uxa_glyph_cache(screen, glyph, &glyph_x, &glyph_y);
827 if (this_atlas == NULL) {
829 this_atlas = GetGlyphPicture(glyph, screen);
834 if (this_atlas != glyph_atlas) {
841 uxa_get_drawable_pixmap(this_atlas->pDrawable);
844 white, this_atlas, mask,
851 glyph_atlas = this_atlas;

Completed in 6 milliseconds