Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dstb_truetype.h1222 stbtt_int16 numberOfContours; in stbtt_IsGlyphEmpty() local
1225 numberOfContours = ttSHORT(info->data + g); in stbtt_IsGlyphEmpty()
1226 return numberOfContours == 0; in stbtt_IsGlyphEmpty()
1247 stbtt_int16 numberOfContours; in stbtt_GetGlyphShape() local
1258 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()
1271 m = n + 2*numberOfContours; // a loose bound on how many vertices we might need in stbtt_GetGlyphShape()
[all …]