Searched refs:first_unicode_codepoint_in_range (Results 1 – 1 of 1) sorted by relevance
555 …int first_unicode_codepoint_in_range; // if non-zero, then the chars are continuous, and this is … member2859 …= ranges[i].array_of_unicode_codepoints == NULL ? ranges[i].first_unicode_codepoint_in_range + j :… in stbtt_PackFontRangesGatherRects()2900 …= ranges[i].array_of_unicode_codepoints == NULL ? ranges[i].first_unicode_codepoint_in_range + j :… in stbtt_PackFontRangesRenderIntoRects()2999 …int first_unicode_codepoint_in_range, int num_chars_in_range, stbtt_packedchar *chardata_for_range) in stbtt_PackFontRange() argument3002 range.first_unicode_codepoint_in_range = first_unicode_codepoint_in_range; in stbtt_PackFontRange()