Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx884 int nPathCount = 0; in BSplineToPSPath() local
998 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 39 milliseconds