Searched refs:FONTCVT_NHASH (Results 1 – 1 of 1) sorted by relevance
58 #define FONTCVT_NHASH 4096 macro60 static SLIST_HEAD(, glyph) glyph_hash[FONTCVT_NHASH];264 hash = fnv_32_buf(bytes, wbytes * height, FNV1_32_INIT) % FONTCVT_NHASH; in add_glyph()