Searched refs:Others (Results 1 - 2 of 2) 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.
684 U_DPSEUDO_OBJ *U_PATH_create(int Elements, const U_PMF_POINTF *Points, uint8_t First, uint8_t Others){ argument
688 if(!(Others & U_PPT_Bezier)){ return(NULL); } /* will pass if either line or bezier is set */
702 U_PSEUDO_OBJ *tpo = U_PMF_PATHPOINTTYPE_set2(Elements, First | U_PPT_Start, Others); /* PO holding types, has leading Elements value */
834 uint8_t First, Others; local
844 Others = (Flags & U_PTP_NotClose) | U_PPT_Line;
845 tpo = U_PMF_PATHPOINTTYPE_set2(Elements, First, Others);
880 uint8_t First, Others; local
890 Others = (Flags & U_PTP_NotClose) | U_PPT_Bezier;
891 tpo = U_PMF_PATHPOINTTYPE_set2(Elements, First, Others);
2891 U_PMF_PATHPOINTTYPE_set2(uint32_t Elements, uint8_t First, uint8_t Others) argument
[all...]
H A Dupmf.h2856 U_DPSEUDO_OBJ *U_PATH_create(int Elements, const U_PMF_POINTF *Points, uint8_t First, uint8_t Others);
2935 U_PSEUDO_OBJ *U_PMF_PATHPOINTTYPE_set2(uint32_t Elements, uint8_t Start, uint8_t Others);

Completed in 47 milliseconds