HomeSort by relevance Sort by last modified time
    Searched refs:font_key (Results 1 - 2 of 2) sorted by null

  /external/pixman/pixman/
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...]
pixman.h     [all...]

Completed in 2172 milliseconds