Home
last modified time | relevance | path

Searched refs:first_unicode_codepoint_in_range (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/imgui/
Dimstb_truetype.h623 …int first_unicode_codepoint_in_range; // if non-zero, then the chars are continuous, and this is … member
4001 …= ranges[i].array_of_unicode_codepoints == NULL ? ranges[i].first_unicode_codepoint_in_range + j :… in stbtt_PackFontRangesGatherRects()
4069 …= ranges[i].array_of_unicode_codepoints == NULL ? ranges[i].first_unicode_codepoint_in_range + j :… in stbtt_PackFontRangesRenderIntoRects()
4169 …int first_unicode_codepoint_in_range, int num_chars_in_range, stbtt_packedchar *chardata_for_range) in stbtt_PackFontRange() argument
4172 range.first_unicode_codepoint_in_range = first_unicode_codepoint_in_range; in stbtt_PackFontRange()
Dimgui_draw.cpp1906 src_tmp.PackRange.first_unicode_codepoint_in_range = 0; in ImFontAtlasBuildWithStbTruetype()
/third_party/glfw/deps/
Dnuklear.h10952 int first_unicode_codepoint_in_range;
12459 int codepoint = ranges[i].first_unicode_codepoint_in_range ?
12460 ranges[i].first_unicode_codepoint_in_range + j :
12508 int codepoint = ranges[i].first_unicode_codepoint_in_range ?
12509 ranges[i].first_unicode_codepoint_in_range + j :
12811 tmp->ranges[i].first_unicode_codepoint_in_range = (int)in_range[0];
12917 codepoint = (nk_rune)(range->first_unicode_codepoint_in_range + char_idx);