Home
last modified time | relevance | path

Searched refs:glyph_key (Results 1 – 2 of 2) sorted by relevance

/external/pixman/pixman/
Dpixman-glyph.c49 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()
[all …]
Dpixman.h946 void *glyph_key);
949 void *glyph_key,
955 void *glyph_key);