Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_composite_glyphs.c163 struct glamor_glyph_private *glyph_priv = glamor_get_glyph_private(glyph_pixmap); in glamor_glyph_add() local
167 glyph_priv->x = atlas->x; in glamor_glyph_add()
168 glyph_priv->y = atlas->y; in glamor_glyph_add()
169 glyph_priv->serial = atlas->serial; in glamor_glyph_add()
407 … struct glamor_glyph_private *glyph_priv = glamor_get_glyph_private((PixmapPtr)(glyph_draw)); in glamor_composite_glyphs() local
422 if (_X_UNLIKELY(glyph_priv->serial != glyph_atlas->serial)) { in glamor_composite_glyphs()
468 v[4] = glyph_priv->x; in glamor_composite_glyphs()
469 v[5] = glyph_priv->y; in glamor_composite_glyphs()
474 v[2] = glyph_priv->x; in glamor_composite_glyphs()
475 v[3] = glyph_priv->y; in glamor_composite_glyphs()
[all …]