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

  /external/mesa3d/src/gallium/state_trackers/vega/
text.h 33 struct vg_font;
37 struct vg_font *font_create(VGint glyphCapacityHint);
38 void font_destroy(struct vg_font *font);
40 void font_set_glyph_to_path(struct vg_font *font,
47 void font_set_glyph_to_image(struct vg_font *font,
53 void font_clear_glyph(struct vg_font *font,
56 void font_draw_glyph(struct vg_font *font,
61 void font_draw_glyphs(struct vg_font *font,
69 VGint font_num_glyphs(struct vg_font *font);
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...]
handle.h 49 struct vg_font;
95 font_to_handle(struct vg_font *font)
129 static INLINE struct vg_font *
132 return (struct vg_font *) handle_to_pointer(h);
api_text.c 52 struct vg_font *font = handle_to_font(f);
76 struct vg_font *f;
109 struct vg_font *f;
137 struct vg_font *f;
155 struct vg_font *f;
179 struct vg_font *f;
api_params.c     [all...]

Completed in 91 milliseconds