Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vega/
Dtext.c41 struct vg_glyph { struct
51 struct vg_glyph *glyph; in del_glyph() argument
53 glyph = (struct vg_glyph *) in del_glyph()
68 struct vg_glyph *glyph; in add_glyph()
73 glyph = CALLOC_STRUCT(vg_glyph); in add_glyph()
82 static struct vg_glyph *get_glyph(struct vg_font *font, in get_glyph()
88 return (struct vg_glyph *) cso_hash_iter_data(iter); in get_glyph()
92 struct vg_glyph *glyph, in vg_render_glyph()
116 struct vg_glyph *glyph, in vg_advance_glyph()
155 struct vg_glyph *glyph = (struct vg_glyph *) cso_hash_iter_data(iter); in font_destroy()
[all …]