Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h1859 stbtt_int16 numberOfContours; local
1865 numberOfContours = ttSHORT(info->data, g);
1866 return numberOfContours == 0;
1888 stbtt_int16 numberOfContours; local
1903 numberOfContours = ttSHORT(data, g);
1905 if(numberOfContours > 0) {
1911 ins = ttUSHORT(data, g + 10 + numberOfContours * 2);
1912 points = g + 10 + numberOfContours * 2 + 2 + ins;
1914 n = 1 + ttUSHORT(data, endPtsOfContours + numberOfContours * 2 - 2);
1916 m = n + 2 * numberOfContours; // a loose bound on how many vertices we might need
[all …]