Searched refs:PSPathElement (Results 1 – 1 of 1) sorted by relevance
86 struct PSPathElement struct93 PSPathElement( PathSegmentType i_eType ) : type( i_eType ), in PSPathElement() argument883 std::vector< PSPathElement > aPathList; in BSplineToPSPath()885 PSPathElement p( PS_NOOP ); in BSplineToPSPath()911 p = PSPathElement(PS_MOVETO); in BSplineToPSPath()937 p = PSPathElement(PS_CURVETO); in BSplineToPSPath()950 p = PSPathElement(PS_LINETO); in BSplineToPSPath()964 p = PSPathElement(PS_CURVETO); in BSplineToPSPath()981 aPathList.push_back( PSPathElement(PS_CLOSEPATH) ); in BSplineToPSPath()1000 *path = (PSPathElement*)calloc(nPathCount, sizeof(PSPathElement)); in BSplineToPSPath()[all …]
Completed in 23 milliseconds