Lines Matching refs:glyph_picture
291 GlyphPtr glyph, PicturePtr glyph_picture,
297 glyph_picture->pDrawable->width,
298 glyph_picture->pDrawable->height));
300 glyph_picture, 0, cache->picture,
304 glyph_picture->pDrawable->width,
305 glyph_picture->pDrawable->height);
395 PicturePtr glyph_picture;
402 glyph_picture = GetGlyphPicture(glyph, screen);
403 if (unlikely(glyph_picture == NULL)) {
411 PixmapPtr pixmap = (PixmapPtr)glyph_picture->pDrawable;
412 assert(glyph_picture->pDrawable->type == DRAWABLE_PIXMAP);
420 p->atlas = glyph_picture;
429 cache = &render->glyph[PICT_FORMAT_RGB(glyph_picture->format) != 0];
471 PICT_FORMAT_RGB(glyph_picture->format) != 0, pos));
475 p->pos = pos << 1 | (PICT_FORMAT_RGB(glyph_picture->format) != 0);
487 glyph_cache_upload(cache, glyph, glyph_picture,