Searched refs:max_codepoint (Results 1 – 2 of 2) sorted by relevance
13 ASCII_STRATEGY = st.characters(max_codepoint=127)
2430 int max_codepoint = 0; in BuildLookupTable() local2432 max_codepoint = ImMax(max_codepoint, (int)Glyphs[i].Codepoint); in BuildLookupTable()2438 GrowIndex(max_codepoint + 1); in BuildLookupTable()2462 for (int i = 0; i < max_codepoint + 1; i++) in BuildLookupTable()