Lines Matching refs:pt16hold
1173 U_POINT16 *pt16hold, *pt16ptr;
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[1]);
1306 free(pt16hold);