Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx892 int StartContour = 0, EndContour = 1; in BSplineToPSPath() local
902 EndContour = l; in BSplineToPSPath()
903 if (StartContour == EndContour) { in BSplineToPSPath()
913 if (!(srcA[EndContour].flags & 1)) { in BSplineToPSPath()
914 p.x1 = x0 = (srcA[cp].x + srcA[EndContour].x + 1) / 2; in BSplineToPSPath()
915 p.y1 = y0 = (srcA[cp].y + srcA[EndContour].y + 1) / 2; in BSplineToPSPath()
917 p.x1 = x0 = srcA[EndContour].x; in BSplineToPSPath()
918 p.y1 = y0 = srcA[EndContour].y; in BSplineToPSPath()
984 cp = EndContour + 1; in BSplineToPSPath()
990 if (cp == EndContour) { in BSplineToPSPath()

Completed in 48 milliseconds