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