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

/inkscape/src/libuemf/
H A Duemf.h212 typedef uint32_t U_STYLEENTRY; //!< StyleEntry For U_EXTLOGPEN
1104 For U_LOGPEN lopnStyle and U_EXTLOGPEN elpPenStyle fields
2023 } U_EXTLOGPEN, typedef in typeref:struct:__anon145
2025 #define U_SIZE_EXTLOGPEN (sizeof(U_EXTLOGPEN) - sizeof(U_STYLEENTRY)) // there may not be any style entries
3036 U_EXTLOGPEN elp; //!< Pen parameters (Size is Variable!!!!)
3040 #define U_SIZE_EMREXTCREATEPEN (sizeof(U_EMREXTCREATEPEN) - sizeof(U_EXTLOGPEN) + U_SIZE_EXTLOGPEN)

Completed in 87 milliseconds