Searched refs:U_PPT_Line (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/libuemf/
H A Dupmf.c681 \param Others Apply to all other points, unsigned byte, lower 4 bits hold the PathPointType flag upper 4 bits hold the PathPointType enumeration. Must have U_PPT_Line or U_PPT_Bezier set.
786 uint8_t Type = (Flags & U_PTP_NotClose) | U_PPT_Line;
826 \param StartSeg If set, use U_PPT_Start PathPointType enumeration for first point, otherwise use U_PPT_Line.
843 else { First = (Flags & U_PTP_NotClose) | U_PPT_Line; }
844 Others = (Flags & U_PTP_NotClose) | U_PPT_Line;
H A Dupmf.h853 #define U_PPT_Line 0x01 //!< Line path macro
H A Dupmf_print.c393 case U_PPT_Line : printf("Line"); break;

Completed in 84 milliseconds