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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
text.c 36 struct vg_font { struct
48 static VGboolean del_glyph(struct vg_font *font,
61 static void add_glyph(struct vg_font *font,
82 static struct vg_glyph *get_glyph(struct vg_font *font,
132 struct vg_font *font_create(VGint glyphCapacityHint)
135 struct vg_font *font;
137 font = CALLOC_STRUCT(vg_font);
146 void font_destroy(struct vg_font *font)
164 void font_set_glyph_to_path(struct vg_font *font,
175 void font_set_glyph_to_image(struct vg_font *font
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
text.c 36 struct vg_font { struct
48 static VGboolean del_glyph(struct vg_font *font,
61 static void add_glyph(struct vg_font *font,
82 static struct vg_glyph *get_glyph(struct vg_font *font,
132 struct vg_font *font_create(VGint glyphCapacityHint)
135 struct vg_font *font;
137 font = CALLOC_STRUCT(vg_font);
146 void font_destroy(struct vg_font *font)
164 void font_set_glyph_to_path(struct vg_font *font,
175 void font_set_glyph_to_image(struct vg_font *font
    [all...]

Completed in 218 milliseconds