Searched refs:U_PPF_D (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libuemf/
H A Dupmf.h1239 #define U_PPF_D 0x0400 //!< 10 Set: draw path closed; Clear: draw path open macro
2371 bit 10 U_PPF_D Set: close shape by connecting last point to first; Clear: leave path open
H A Dupmf.c4316 uint16_t utmp16 = (ctype ? U_PPF_C : 0) | (dtype ? U_PPF_D : 0) | (RelAbs ? U_PPF_P : 0) | (PenID & U_FF_MASK_OID8) << U_FF_SHFT_OID8;
7638 *dtype = (lclHeader.Flags & U_PPF_D ? 1 : 0 );

Completed in 70 milliseconds