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

/inkscape/src/libuemf/
H A Duwmf_print.c389 void wcore_points_print(uint16_t nPoints, const char *aPoints){ argument
394 memcpy(&pt, aPoints + i*4, sizeof(U_POINT16)); /* aPoints U_POINT16 structure may not be aligned, so copy it out */
H A Duwmf.h1021 There is an array "aPoints" of uint16_t after aPolyCounts that holds the coordinates.
1026 aPoints starts at aPolyCounts[nPolys]
1488 int16_t nPoints; //!< Number of points in aPoints
1489 U_POINT16 aPoints[1]; //!< Array of points member in struct:__anon375
H A Duwmf_endian.c305 U_swap2(record + offsetof(U_WMRPOLYGON,aPoints), 2*nPoints);

Completed in 42 milliseconds