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

/inkscape/src/libuemf/
H A Dupmf.c2909 \param Ppte Array of unsigned bytes, PathPointType enumerations.
2913 U_PSEUDO_OBJ *U_PMF_PATHPOINTTYPERLE_set(uint32_t Elements, const uint8_t *Bz, const uint8_t *RL, const uint8_t *Ppte){ argument
2915 if(!Bz || !RL || !Ppte)return(NULL);
2926 for( ;Elements; Elements--, Bz++, RL++, Ppte++){
2927 po = U_PO_append(po, (char *)Ppte, 1);

Completed in 2658 milliseconds