Searched refs:first_unicode_codepoint_in_range (Results 1 – 3 of 3) sorted by relevance
623 …int first_unicode_codepoint_in_range; // if non-zero, then the chars are continuous, and this is … member4001 …= 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() argument4172 range.first_unicode_codepoint_in_range = first_unicode_codepoint_in_range; in stbtt_PackFontRange()
1906 src_tmp.PackRange.first_unicode_codepoint_in_range = 0; in ImFontAtlasBuildWithStbTruetype()
10952 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);