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

/inkscape/src/libuemf/
H A Dupmf.c691 U_DPSEUDO_OBJ *Path = (U_DPSEUDO_OBJ *)calloc(sizeof(U_DPSEUDO_OBJ),1); /* make poTypes and poPoints NULL */
695 Path->poPoints = U_PMF_SERIAL_set(U_PMF_RAW_OID, List); /* Empty PO to hold points as raw data */
700 Path->poPoints = U_PO_append(Path->poPoints, (char *)Points, Elements*sizeof(U_PMF_POINTF));
701 if(Path->poPoints){
705 if(!Path->poTypes){ U_PO_free(&Path->poPoints); }
707 if(!Path->poPoints){ U_DPO_free(&Path); }
721 if(kpo->poPoints){ U_PO_free(&kpo->poPoints); }
736 if(dpo->poPoints){ dp
[all...]
H A Dupmf.h1343 U_PSEUDO_OBJ *poPoints; /**< Points in path */ member in struct:__anon228

Completed in 85 milliseconds