Searched refs:array_of_unicode_codepoints (Results 1 – 2 of 2) sorted by relevance
624 …int *array_of_unicode_codepoints; // if non-zero, then this is an array of unicode codepoints member4001 …t = ranges[i].array_of_unicode_codepoints == NULL ? ranges[i].first_unicode_codepoint_in_range + j… in stbtt_PackFontRangesGatherRects()4069 …t = ranges[i].array_of_unicode_codepoints == NULL ? ranges[i].first_unicode_codepoint_in_range + j… in stbtt_PackFontRangesRenderIntoRects()4173 range.array_of_unicode_codepoints = NULL; in stbtt_PackFontRange()
1907 src_tmp.PackRange.array_of_unicode_codepoints = src_tmp.GlyphsList.Data; in ImFontAtlasBuildWithStbTruetype()