pixman-glyph.c | 48 void * font_key; member in struct:glyph_t 74 hash (const void *font_key, const void *glyph_key) 76 size_t key = (size_t)font_key + (size_t)glyph_key; 96 void *font_key, 102 idx = hash (font_key, glyph_key); 106 g->font_key == font_key && 123 idx = hash (glyph->font_key, glyph->glyph_key); 146 idx = hash (glyph->font_key, glyph->glyph_key); 245 void *font_key, [all...] |