HomeSort by relevance Sort by last modified time
    Searched refs:vg_glyph (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
text.c 41 struct vg_glyph { struct
51 struct vg_glyph *glyph;
53 glyph = (struct vg_glyph *)
68 struct vg_glyph *glyph;
73 glyph = CALLOC_STRUCT(vg_glyph);
82 static struct vg_glyph *get_glyph(struct vg_font *font,
88 return (struct vg_glyph *) cso_hash_iter_data(iter);
92 struct vg_glyph *glyph,
116 struct vg_glyph *glyph,
155 struct vg_glyph *glyph = (struct vg_glyph *) cso_hash_iter_data(iter)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
text.c 41 struct vg_glyph { struct
51 struct vg_glyph *glyph;
53 glyph = (struct vg_glyph *)
68 struct vg_glyph *glyph;
73 glyph = CALLOC_STRUCT(vg_glyph);
82 static struct vg_glyph *get_glyph(struct vg_font *font,
88 return (struct vg_glyph *) cso_hash_iter_data(iter);
92 struct vg_glyph *glyph,
116 struct vg_glyph *glyph,
155 struct vg_glyph *glyph = (struct vg_glyph *) cso_hash_iter_data(iter)
    [all...]

Completed in 46 milliseconds