Lines Matching refs:glyph_key
49 void * glyph_key; member
74 hash (const void *font_key, const void *glyph_key) in hash() argument
76 size_t key = (size_t)font_key + (size_t)glyph_key; in hash()
97 void *glyph_key) in lookup_glyph() argument
102 idx = hash (font_key, glyph_key); in lookup_glyph()
107 g->glyph_key == glyph_key) in lookup_glyph()
123 idx = hash (glyph->font_key, glyph->glyph_key); in insert_glyph()
146 idx = hash (glyph->font_key, glyph->glyph_key); in remove_glyph()
246 void *glyph_key) in pixman_glyph_cache_lookup() argument
248 return lookup_glyph (cache, font_key, glyph_key); in pixman_glyph_cache_lookup()
254 void *glyph_key, in pixman_glyph_cache_insert() argument
275 glyph->glyph_key = glyph_key; in pixman_glyph_cache_insert()
307 void *glyph_key) in pixman_glyph_cache_remove() argument
311 if ((glyph = lookup_glyph (cache, font_key, glyph_key))) in pixman_glyph_cache_remove()