Searched refs:numberOfContours (Results 1 – 1 of 1) sorted by relevance
1859 stbtt_int16 numberOfContours; local1865 numberOfContours = ttSHORT(info->data, g);1866 return numberOfContours == 0;1888 stbtt_int16 numberOfContours; local1903 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 …]