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