Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx86 struct PSPathElement struct
93 PSPathElement( PathSegmentType i_eType ) : type( i_eType ), in PSPathElement() function
883 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 54 milliseconds