Lines Matching defs:ranges
15 // [SECTION] ImFontAtlas glyph ranges helpers
1903 // Convert our ranges in the format stb_truetype wants
2152 static const ImWchar ranges[] =
2157 return &ranges[0];
2162 static const ImWchar ranges[] =
2169 return &ranges[0];
2174 static const ImWchar ranges[] =
2184 return &ranges[0];
2198 // [SECTION] ImFontAtlas glyph ranges helpers
2206 // You can use ImFontGlyphRangesBuilder to create your own ranges derived from this, by merging existing ranges or adding new characters.
2271 // Sourced from http://theinstructionlimit.com/common-kanji-character-ranges-for-xna-spritefont-rendering
2273 // You can use ImFontGlyphRangesBuilder to create your own ranges derived from this, by merging existing ranges or adding new characters.
2328 static const ImWchar ranges[] =
2336 return &ranges[0];
2341 static const ImWchar ranges[] =
2348 return &ranges[0];
2369 void ImFontGlyphRangesBuilder::AddRanges(const ImWchar* ranges)
2371 for (; ranges[0]; ranges += 2)
2372 for (ImWchar c = ranges[0]; c <= ranges[1]; c++)