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

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_composite_glyphs.c55 glamor_copy_glyph(PixmapPtr glyph_pixmap, argument
60 DrawablePtr glyph_draw = &glyph_pixmap->drawable;
67 PixmapPtr upload_pixmap = glyph_pixmap;
69 if (glyph_pixmap->drawable.bitsPerPixel != atlas_draw->bitsPerPixel) {
117 if (upload_pixmap != glyph_pixmap)
162 PixmapPtr glyph_pixmap = (PixmapPtr) glyph_draw; local in function:glamor_glyph_add
163 struct glamor_glyph_private *glyph_priv = glamor_get_glyph_private(glyph_pixmap);
165 glamor_copy_glyph(glyph_pixmap, &atlas->atlas->drawable, atlas->x, atlas->y);
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-glyphs.c835 PixmapPtr glyph_pixmap; local in function:uxa_glyphs_via_mask
840 glyph_pixmap =
842 if (!uxa_pixmap_is_offscreen(glyph_pixmap) ||
845 white_pixmap, glyph_pixmap, pixmap)) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-glyphs.c835 PixmapPtr glyph_pixmap; local in function:uxa_glyphs_via_mask
840 glyph_pixmap =
842 if (!uxa_pixmap_is_offscreen(glyph_pixmap) ||
845 white_pixmap, glyph_pixmap, pixmap)) {

Completed in 5 milliseconds