Searched defs:U_NUM_POINT16 (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libuemf/
H A Duemf.h220 typedef uint32_t U_NUM_POINT16; //!< Number of U_POINT16 typedef
2942 U_NUM_POINT16 cpts; //!< Number of POINT16 in array
2954 #define U_SIZE_EMRPOLYBEZIER16 (sizeof(U_EMR) + sizeof(U_RECTL) + sizeof(U_NUM_POINT16))
2969 U_NUM_POINT16 cpts; //!< Total number of points (over all poly)
2975 #define U_SIZE_EMRPOLYPOLYLINE16 (sizeof(U_EMR) + sizeof(U_RECTL) + sizeof(U_NUM_POLYCOUNTS) + sizeof(U_NUM_POINT16))
2988 U_NUM_POINT16 cpts; //!< Total number of points (over all poly)
2992 #define U_SIZE_EMRPOLYDRAW16 (sizeof(U_EMR) + sizeof(U_RECTL) + sizeof(U_NUM_POINT16))
3589 char *U_EMRPOLYDRAW16_set(const U_RECTL rclBounds,const U_NUM_POINT16 cpts, const U_POINT16 *aptl, const uint8_t *abTypes);

Completed in 84 milliseconds