Home
last modified time | relevance | path

Searched refs:glyph_draw (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_composite_glyphs.c60 DrawablePtr glyph_draw = &glyph_pixmap->drawable; in glamor_copy_glyph() local
64 .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() argument
146 if (atlas->x + glyph_draw->width > dim) { in glamor_glyph_can_add()
[all …]