Searched refs:srcCount (Results 1 – 1 of 1) sorted by relevance
881 static int BSplineToPSPath(ControlPoint *srcA, int srcCount, PSPathElement **path) in BSplineToPSPath() argument897 …while (srcCount > 0) { /*- srcCount does not get changed inside t… in BSplineToPSPath()904 if (cp + 1 < srcCount) { in BSplineToPSPath()985 if (cp >= srcCount) break; in BSplineToPSPath()
Completed in 24 milliseconds