Searched refs:vg_font (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dtext.h33 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);
H A Dtext.c36 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 *fon
[all...]
H A Dhandle.h49 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);
H A Dapi_text.c52 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;
H A Dapi_params.c1509 struct vg_font *font = handle_to_font(object);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dtext.h33 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);
H A Dtext.c36 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 *fon
[all...]
H A Dhandle.h49 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);
H A Dapi_text.c52 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;
H A Dapi_params.c1509 struct vg_font *font = handle_to_font(object);

Completed in 118 milliseconds