Searched refs:glyph_draw (Results 1 – 1 of 1) sorted by relevance
60 DrawablePtr glyph_draw = &glyph_pixmap->drawable; in glamor_copy_glyph() local64 .x2 = glyph_draw->width, in glamor_copy_glyph()65 .y2 = glyph_draw->height, in glamor_copy_glyph()80 glyph_draw->width, in glamor_copy_glyph()81 glyph_draw->height, in glamor_copy_glyph()102 (*scratch_gc->ops->CopyPlane)(glyph_draw, in glamor_copy_glyph()106 glyph_draw->width, in glamor_copy_glyph()107 glyph_draw->height, in glamor_copy_glyph()143 glamor_glyph_can_add(struct glamor_glyph_atlas *atlas, int dim, DrawablePtr glyph_draw) in glamor_glyph_can_add() argument146 if (atlas->x + glyph_draw->width > dim) { in glamor_glyph_can_add()[all …]