Searched defs:PSPathElement (Results 1 – 1 of 1) sorted by relevance
86 struct PSPathElement struct88 PathSegmentType type;89 int x1, y1;90 int x2, y2;91 int x3, y3;93 PSPathElement( PathSegmentType i_eType ) : type( i_eType ), in PSPathElement() function
Completed in 31 milliseconds