Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h555 …int first_unicode_codepoint_in_range; // if non-zero, then the chars are continuous, and this is … member
2859 …= 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() argument
3002 range.first_unicode_codepoint_in_range = first_unicode_codepoint_in_range; in stbtt_PackFontRange()