HomeSort by: relevance | last modified time | path
    Searched refs:glyph_pixmap (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_composite_glyphs.c 55 glamor_copy_glyph(PixmapPtr glyph_pixmap,
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
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/
uxa-glyphs.c 835 PixmapPtr glyph_pixmap; local
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/
uxa-glyphs.c 835 PixmapPtr glyph_pixmap; local
840 glyph_pixmap =
842 if (!uxa_pixmap_is_offscreen(glyph_pixmap) ||
845 white_pixmap, glyph_pixmap, pixmap)) {

Completed in 6 milliseconds