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

/inkscape/src/libuemf/
H A Duwmf_endian.c290 /* Size16, move to data, Single 32bit followed by array of N16 U_POINT16 */
291 void U_WMRCORE_U32_N16_swap(char *record, int N16, int torev){ argument
295 U_swap2(record + off, N16);
316 void U_WMRCORE_N16_swap(char *record, int N16, int torev){ argument
318 U_swap2(record+U_SIZE_METARECORD, N16);
H A Duwmf.c2068 N16 number of (u)int16_t cells in array. may be zero
2069 array of N16 (u)int16_t cells (or any structure that is 2N bytes in size), should be NULL if N16 is 0.
2076 const uint16_t N16,
2081 irecsize = U_SIZE_METARECORD + N16*2;
2090 if(N16){ memcpy(record+off,array,2*N16); }
2072 U_WMRCORE_2U16_N16_set( int iType, const uint16_t *arg1, const uint16_t *arg2, const uint16_t N16, const void *array ) argument

Completed in 41 milliseconds