Lines Matching refs:glyphIndex
49 VGuint glyphIndex) in del_glyph() argument
54 cso_hash_take(font->glyphs, (unsigned) glyphIndex); in del_glyph()
62 VGuint glyphIndex, in add_glyph() argument
71 del_glyph(font, glyphIndex); in add_glyph()
79 cso_hash_insert(font->glyphs, (unsigned) glyphIndex, glyph); in add_glyph()
83 VGuint glyphIndex) in get_glyph() argument
87 iter = cso_hash_find(font->glyphs, (unsigned) glyphIndex); in get_glyph()
165 VGuint glyphIndex, in font_set_glyph_to_path() argument
171 add_glyph(font, glyphIndex, (struct vg_object *) path, in font_set_glyph_to_path()
176 VGuint glyphIndex, in font_set_glyph_to_image() argument
181 add_glyph(font, glyphIndex, (struct vg_object *) image, in font_set_glyph_to_image()
186 VGuint glyphIndex) in font_clear_glyph() argument
188 if (!del_glyph(font, glyphIndex)) { in font_clear_glyph()
195 VGuint glyphIndex, in font_draw_glyph() argument
202 glyph = get_glyph(font, glyphIndex); in font_draw_glyph()