Searched refs:lastPoint (Results 1 – 1 of 1) sorted by relevance
533 sal_uInt16 t, lastPoint=0; in GetSimpleTTOutline() local558 if ((t = GetUInt16(ptr, 10+i*2, 1)) > lastPoint) lastPoint = t; in GetSimpleTTOutline()563 ControlPoint* pa = (ControlPoint*)calloc(lastPoint+1, sizeof(ControlPoint)); in GetSimpleTTOutline()566 while (i <= lastPoint) { in GetSimpleTTOutline()571 if (i > lastPoint) { /*- if the font is really broken */ in GetSimpleTTOutline()582 for (i = 0; i <= lastPoint; i++) { in GetSimpleTTOutline()598 for (i = 0; i <= lastPoint; i++) { in GetSimpleTTOutline()617 return lastPoint + 1; in GetSimpleTTOutline()
Completed in 24 milliseconds