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

/inkscape/src/extension/internal/
H A Dwmf-print.cpp1173 U_POINT16 *pt16hold, *pt16ptr; local
1207 pt16hold = pt16ptr = (U_POINT16 *) malloc(totPoints * sizeof(U_POINT16));
1214 free(pt16hold);
1242 rec = U_WMRPOLYPOLYGON_set(nPolys, n16hold, pt16hold);
1246 free(pt16hold);
1264 pt16hold = pt16ptr = (U_POINT16 *) malloc(nPoints * sizeof(U_POINT16));
1287 rec = U_WMRPOLYGON_set(nPoints, pt16hold);
1292 rec = U_WMRPOLYLINE_set(nPoints, pt16hold);
1297 rec = U_WMRMOVETO_set(pt16hold[0]);
1301 rec = U_WMRLINETO_set(pt16hold[
[all...]

Completed in 17 milliseconds