Searched refs:nPathCount (Results 1 – 1 of 1) sorted by relevance
884 int nPathCount = 0; in BSplineToPSPath() local998 if( (nPathCount = (int)aPathList.size()) > 0) in BSplineToPSPath()1000 *path = (PSPathElement*)calloc(nPathCount, sizeof(PSPathElement)); in BSplineToPSPath()1002 memcpy( *path, &aPathList[0], nPathCount * sizeof(PSPathElement) ); in BSplineToPSPath()1005 return nPathCount; in BSplineToPSPath()
Completed in 14 milliseconds