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

/inkscape/src/libuemf/
H A Dupmf.h1231 #define U_PPF_N 0x8000 //!< 15 Set: object definition continues in next record; Clear: this is the final object definition record macro
2568 bit 15 U_PPF_N Set: object definition continues in next record; Clear: this is the final object definition record
H A Dupmf.c4808 uint16_t utmp16 = otype << 8 | (ntype ? U_PPF_N : 0) | (ObjID & U_FF_MASK_OID8) << U_FF_SHFT_OID8;
8049 The continuation bit (U_PPF_N) is documented as indicating that the object is continued into
8078 *ntype = (lclHeader.Flags & U_PPF_N ? 1 : 0 );

Completed in 306 milliseconds