Searched refs:numberOfContours (Results 1 – 1 of 1) sorted by relevance
1222 stbtt_int16 numberOfContours; in stbtt_IsGlyphEmpty() local1225 numberOfContours = ttSHORT(info->data + g); in stbtt_IsGlyphEmpty()1226 return numberOfContours == 0; in stbtt_IsGlyphEmpty()1247 stbtt_int16 numberOfContours; in stbtt_GetGlyphShape() local1258 numberOfContours = ttSHORT(data + g); in stbtt_GetGlyphShape()1260 if (numberOfContours > 0) { in stbtt_GetGlyphShape()1266 ins = ttUSHORT(data + g + 10 + numberOfContours * 2); in stbtt_GetGlyphShape()1267 points = data + g + 10 + numberOfContours * 2 + 2 + ins; in stbtt_GetGlyphShape()1269 n = 1+ttUSHORT(endPtsOfContours + numberOfContours*2-2); in stbtt_GetGlyphShape()1383 } else if (numberOfContours == -1) { in stbtt_GetGlyphShape()[all …]