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

/inkscape/src/libuemf/
H A Duemf.h222 typedef uint32_t U_NUM_POLYCOUNTS; //!< Number of U_POLYCOUNTS typedef
2175 U_NUM_POLYCOUNTS nPolys; //!< Number of elements in aPolyCounts
2182 #define U_SIZE_EMRPOLYPOLYLINE (sizeof(U_EMR) + sizeof(U_RECTL) + sizeof(U_NUM_POLYCOUNTS) + sizeof(U_NUM_POINTL))
2968 U_NUM_POLYCOUNTS nPolys; //!< Number of elements in aPolyCounts
2975 #define U_SIZE_EMRPOLYPOLYLINE16 (sizeof(U_EMR) + sizeof(U_RECTL) + sizeof(U_NUM_POLYCOUNTS) + sizeof(U_NUM_POINT16))

Completed in 49 milliseconds