Lines Matching defs:font
48 static VGboolean del_glyph(struct vg_font *font, in del_glyph()
61 static void add_glyph(struct vg_font *font, in add_glyph()
82 static struct vg_glyph *get_glyph(struct vg_font *font, in get_glyph()
135 struct vg_font *font; in font_create() local
146 void font_destroy(struct vg_font *font) in font_destroy()
164 void font_set_glyph_to_path(struct vg_font *font, in font_set_glyph_to_path()
175 void font_set_glyph_to_image(struct vg_font *font, in font_set_glyph_to_image()
185 void font_clear_glyph(struct vg_font *font, in font_clear_glyph()
194 void font_draw_glyph(struct vg_font *font, in font_draw_glyph()
212 void font_draw_glyphs(struct vg_font *font, in font_draw_glyphs()
244 VGint font_num_glyphs(struct vg_font *font) in font_num_glyphs()