Searched refs:maxCompPoints (Results 1 – 4 of 4) sorted by relevance
34 maxCompPoints = readUShort(); in MaxpTable()
78 + ttFont->maxpTable->maxCompPoints + 2; in useTTFont()
365 uint16_t maxCompPoints; variable
714 uint16_t maxCompPoints; in cve_2010_2862() local740 maxCompPoints = *(cursor) << 8; in cve_2010_2862()741 maxCompPoints |= *(cursor+1); in cve_2010_2862()743 if (maxCompPoints > 0xfff8) in cve_2010_2862()