Searched refs:glyph_picture (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_glyphs.c | 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; local in function:glyph_cache 402 glyph_picture = GetGlyphPicture(glyph, screen); 403 if (unlikely(glyph_picture == NULL)) { 411 PixmapPtr pixmap = (PixmapPtr)glyph_picture 290 glyph_cache_upload(struct sna_glyph_cache * cache,GlyphPtr glyph,PicturePtr glyph_picture,int16_t x,int16_t y) argument [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_glyphs.c | 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; local in function:glyph_cache 402 glyph_picture = GetGlyphPicture(glyph, screen); 403 if (unlikely(glyph_picture == NULL)) { 411 PixmapPtr pixmap = (PixmapPtr)glyph_picture 290 glyph_cache_upload(struct sna_glyph_cache * cache,GlyphPtr glyph,PicturePtr glyph_picture,int16_t x,int16_t y) argument [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | uxa-glyphs.c | 582 PicturePtr glyph_picture = GetGlyphPicture(glyph, screen); local in function:uxa_glyph_cache 583 uxa_glyph_cache_t *cache = &uxa_screen->glyphCaches[PICT_FORMAT_RGB(glyph_picture->format) != 0];
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | uxa-glyphs.c | 582 PicturePtr glyph_picture = GetGlyphPicture(glyph, screen); local in function:uxa_glyph_cache 583 uxa_glyph_cache_t *cache = &uxa_screen->glyphCaches[PICT_FORMAT_RGB(glyph_picture->format) != 0];
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa-glyphs.c | 563 PicturePtr glyph_picture = GetGlyphPicture(glyph, screen); local in function:uxa_glyph_cache 564 uxa_glyph_cache_t *cache = &uxa_screen->glyphCaches[PICT_FORMAT_RGB(glyph_picture->format) != 0];
|
Completed in 9 milliseconds