Searched refs:DICT_START (Results 1 – 1 of 1) sorted by relevance
4 #define DICT_START 24 macro199 else if (code < DICT_START) in write_ref_codeword()203 else if (code < DICT_START + font->rle_entry_count) in write_ref_codeword()205 write_rle_dictentry(font, rstate, code - DICT_START); in write_ref_codeword()234 if (code >= DICT_START + font->rle_entry_count && in write_glyph_codeword()235 code < DICT_START + font->dict_entry_count) in write_glyph_codeword()237 write_ref_dictentry(font, rstate, code - DICT_START); in write_glyph_codeword()
Completed in 4 milliseconds