Searched defs:dtype (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/libuemf/ |
H A D | upmf_print.c | 2510 int ctype, dtype, RelAbs; local 2513 int status = U_PMR_DRAWLINES_get(contents, NULL, &PenIdx, &ctype, &dtype, &RelAbs, &Elements, &Points); 2515 printf(" + PenIdx:%d ctype:%d dtype:%d RelAbs:%d\n", PenIdx,ctype,dtype,RelAbs);
|
H A D | upmf.c | 4299 \param dtype Set: path must be closed, Clear: path is open 4305 U_PSEUDO_OBJ *U_PMR_DRAWLINES_set(uint32_t PenID, int dtype, const U_PSEUDO_OBJ *Points){ argument 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; 7617 \param dtype Set: path must be closed, Clear: path is open 7625 uint32_t *PenID, int *ctype, int *dtype, int *RelAbs, 7628 if(!contents || !PenID || !ctype || !dtype || !RelAbs || !Elements || !Points){ return(0); } 7638 *dtype = (lclHeader.Flags & U_PPF_D ? 1 : 0 ); 7624 U_PMR_DRAWLINES_get(const char *contents, U_PMF_CMN_HDR *Header, uint32_t *PenID, int *ctype, int *dtype, int *RelAbs, uint32_t *Elements, U_PMF_POINTF **Points) argument
|
Completed in 197 milliseconds