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

/inkscape/src/libuemf/
H A Dupmf.h1235 #define U_PPF_F 0x2000 //!< 13 Set: winding fill; Clear: alternate fill macro
2453 bit 10 U_PPF_F Set: winding fill; Clear: alternate fill
H A Dupmf.c4500 uint16_t utmp16 = (btype ? U_PPF_B : 0) | (ctype ? U_PPF_C : 0) |((ftype == U_WINDING) ? U_PPF_F : 0) |(RelAbs ? U_PPF_P : 0);
7812 *ftype = (lclHeader.Flags & U_PPF_F ? 1 : 0 );

Completed in 243 milliseconds