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

/inkscape/src/libuemf/
H A Dupmf.c81 sum->Used = 0; /* clean it out, retaining allocated memory */
84 sum = U_PO_append(sum, po->Data, po->Used); /* the EMF+ record itself */
87 rec = U_EMRCOMMENT_set(sum->Used, sum->Data); /* stuff it into the EMF comment */
502 is allocated for Data, Size is set to 1, and Used to 0.
516 po->Used = Use;
539 if(!po->Data || po->Used + Size > po->Size){
540 po->Size = po->Used + Size;
551 if(Data){ memcpy(po->Data + po->Used, Data, Size); }
552 else { memset(po->Data + po->Used, 0, Size); }
553 po->Used
3317 uint32_t Used = Path->Used; local
4844 uint32_t Used = Siepb->Used; local
[all...]
H A Dupmf.h1317 /** @brief Used to accumulate data for objects continued over multiple records.
1332 size_t Size; /**< Number of bytes allocated in Data (may be >Used if padding is present) */
1333 size_t Used; /**< Number of data bytes that are stored in Data */ member in struct:__anon227
1337 /** @brief DoublePseudoObject holds pairs of PseudoObjects. Used for constructing paths along with their types.
1701 Used with path gradient brushes. May be used to expand the center color

Completed in 50 milliseconds