Searched refs:U_PPT_Bezier (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.
688 if(!(Others & U_PPT_Bezier)){ return(NULL); } /* will pass if either line or bezier is set */
863 \param StartSeg If set, use U_PPT_Start PathPointType enumeration for first point, otherwise use U_PPT_Bezier.
889 else { First = (Flags & U_PTP_NotClose) | U_PPT_Bezier; }
890 Others = (Flags & U_PTP_NotClose) | U_PPT_Bezier;
H A Dupmf.h854 #define U_PPT_Bezier 0x03 //!< Bezier path macro
H A Dupmf_print.c394 case U_PPT_Bezier: printf("Bezier"); break;

Completed in 2217 milliseconds