Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_composite_glyphs.c342 return glamor_priv->glyph_atlas_a; in glamor_atlas_for_glyph()
544 glamor_priv->glyph_atlas_a = glamor_alloc_glyph_atlas(screen, 8, PICT_a8); in glamor_composite_glyphs_init()
545 if (!glamor_priv->glyph_atlas_a) in glamor_composite_glyphs_init()
549 free (glamor_priv->glyph_atlas_a); in glamor_composite_glyphs_init()
573 glamor_free_glyph_atlas(glamor_priv->glyph_atlas_a); in glamor_composite_glyphs_fini()
H A Dglamor_priv.h263 struct glamor_glyph_atlas *glyph_atlas_a; member