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

/inkscape/src/libuemf/
H A Duemf.h225 typedef uint32_t U_NUM_TRIVERTEX; //!< Number of U_TRIVERTEX
1762 } U_TRIVERTEX, typedef in typeref:struct:__anon131
1771 uint32_t UpperLeft; //!< Index of UL corner in an array of U_TRIVERTEX objects
1772 uint32_t LowerRight; //!< Index of LR corner in an array of U_TRIVERTEX objects
1787 uint32_t Vertex1; //!< Index of Vertex1 in an array of U_TRIVERTEX objects
1788 uint32_t Vertex2; //!< Index of Vertex2 in an array of U_TRIVERTEX objects
1789 uint32_t Vertex3; //!< Index of Vertex3 in an array of U_TRIVERTEX objects
3240 U_TRIVERTEX TriVert[1]; Array of TriVertex objects

Completed in 1343 milliseconds