Searched defs:U_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
555 } U_POINT16, typedef in typeref:struct:__anon119
2943 U_POINT16 apts[1]; //!< Array of POINT16
2963 U_POINT16 apts[1]; //!< array of point16
2989 U_POINT16 apts[1]; //!< array of points
3394 U_POINT16 point16_set(int16_t x, int16_t y);
3582 char *U_EMRPOLYBEZIER16_set(const U_RECTL rclBounds, const uint32_t cpts, const U_POINT16 *points);
3583 char *U_EMRPOLYGON16_set(const U_RECTL rclBounds, const uint32_t cpts, const U_POINT16 *points);
3584 char *U_EMRPOLYLINE16_set(const U_RECTL rclBounds, const uint32_t cpts, const U_POINT16 *points);
3585 char *U_EMRPOLYBEZIERTO16_set(const U_RECTL rclBounds, const uint32_t cpts, const U_POINT16 *point
[all...]

Completed in 71 milliseconds