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

/inkscape/src/libuemf/
H A Dupmf.c624 Data fields: an array of a basic type of Units bytes repeated Reps times with the target byte order
631 Reps: Number of repeats of the unit in data fields.
632 If a Ptr is NULL, and Units*Reps is not zero, then Units*Reps 0x00 bytes are stored.
633 If a Ptr is NULL, and Units*Reps is zero, this U_SERIAL_DESC is ignored.
634 if a Ptr is NOT NULL, and Units * Reps is not zero, then the data is stored in the indicated byte order.
635 If a Ptr is NOT NULL, and Units or Reps is zero an error is signaled.
640 single unit in the data fields, but it is to be copied to the target Reps times. That is, the data
654 if(!(lptr->Units * lptr->Reps) && lptr->Ptr)return(po);
655 Total += lptr->Units * lptr->Reps;
1173 U_PMF_SERIAL_get(const char **Src, void *Dst, size_t Units, size_t Reps, int SE) argument
1205 U_PMF_SERIAL_array_copy_get(const char **Src, void **Dst, size_t Units, size_t Reps, int SE, int Cond) argument
1425 U_PMF_REPCPY_DSTSHIFT(char **Dst, const void *Src, size_t Size, size_t Reps) argument
[all...]
H A Dupmf.h1355 bytes repeated Reps times */
1357 size_t Reps; /**< MNumber of repeats of Units in eah data field. */ member in struct:__anon229
2838 void U_PMF_REPCPY_DSTSHIFT(char **Dst, const void *Src, size_t Size, size_t Reps);

Completed in 56 milliseconds