Lines Matching refs:this_atlas
743 PicturePtr this_atlas;
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;
969 this_atlas = priv->cache->picture;
975 this_atlas = uxa_glyph_cache(screen, glyph, &src_x, &src_y);
976 if (this_atlas == NULL) {
978 this_atlas = GetGlyphPicture(glyph, screen);
983 if (this_atlas != glyph_atlas) {
990 uxa_get_drawable_pixmap(this_atlas->pDrawable);
994 this_atlas, NULL, mask,
1000 glyph_atlas = this_atlas;