Searched defs:StripE (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libuemf/
H A Dupmf.c564 \param StripE Set: leading Elements in Src->Data is not copied, Clear: it is copied.
566 U_PSEUDO_OBJ *U_PO_po_append(U_PSEUDO_OBJ *po, U_PSEUDO_OBJ *Src, int StripE){ argument
568 if((StripE && (Src->Used == 4)) || !Src->Used){ return(po); } /* appending nothing is not an error */
572 if(StripE){ Size -= 4; }
589 if(StripE){ memcpy(ipo->Data + ipo->Used, Data + 4, Size); } /* Size is already 4 less, skip the leading Elements value */

Completed in 60 milliseconds