Searched refs:U_PPF_P (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/libuemf/
H A Dupmf.c1702 \param Points U_PSEUDO_OBJ containing array of points (of type PMFPointR, PMFPoint, or PMFPointF, determined by U_PPF_P and U_PPF_C bits in Flags)
1723 uint16_t Flags = (rtype ? U_PPF_R : 0) | (ctype ? U_PPF_C : 0)| (RelAbs ? U_PPF_P : 0);
4019 uint16_t utmp16 = (ctype ? U_PPF_C : 0) | (RelAbs ? U_PPF_P : 0) |(PenID & U_FF_MASK_OID8) << U_FF_SHFT_OID8;
4062 uint16_t utmp16 = (ctype ? U_PPF_C : 0) | (RelAbs ? U_PPF_P : 0) |(PenID & U_FF_MASK_OID8) << U_FF_SHFT_OID8;
4280 uint16_t utmp16 = (ctype ? U_PPF_C : 0) | (etype ? U_PPF_E : 0) | (RelAbs ? U_PPF_P : 0) | (ImgID & U_FF_MASK_OID8) << U_FF_SHFT_OID8;
4316 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;
4500 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);
4653 uint16_t utmp16 = (btype ? U_PPF_B : 0) | (ctype ? U_PPF_C : 0) |(RelAbs ? U_PPF_P : 0);
5554 if(*Flags & U_PPF_P){
6550 \param Flags Record flags (bits U_PPF_C and U_PPF_P ar
[all...]
H A Dupmf_print.c57 if( Flags & U_PPF_P){ printf(" + Points(Relative):"); }
62 if( Flags & U_PPF_P){ (void) U_PMF_POINTR_print(contents, &Xpos, &Ypos, blimit); }
H A Dupmf.h1238 #define U_PPF_P 0x0800 //!< 11 Set: relative coordinates; Clear absolute coordinates macro
1457 U_PPF_P U_PPF_C Type
2212 bit 12 U_PPF_P Set: Coordinates are relative; Clear: they are absolute
2233 bit 12 U_PPF_P Set: Coordinates are relative; Clear: they are absolute
2344 bit 11 U_PPF_P Set: Points has relative coordinates; Clear: Points has absolute coordinates
2372 bit 12 U_PPF_P Set: Points has relative coordinates; Clear: Points has absolute coordinates
2454 bit 12 U_PPF_P Set: Points has relative coordinates; Clear: Points has absolute coordinates
2521 bit 12 U_PPF_P Set: Points has relative coordinates; Clear: Points has absolute coordinates

Completed in 2001 milliseconds