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

/inkscape/src/libuemf/
H A Duwmf_endian.c283 /* Size16 EVERY record type should call this, directly or indirectly*/
290 /* Size16, move to data, Single 32bit followed by array of N16 U_POINT16 */
491 uint32_t Size16; local
493 memcpy(&Size16, record + offsetof(U_METARECORD,Size16_4), 4);
494 if(!torev)U_swap4(&Size16,1);
496 if(U_TEST_NOPX2(Size16,xb)){ /* no bitmap */
506 uint32_t Size16; local
508 memcpy(&Size16, record + offsetof(U_METARECORD,Size16_4), 4);
509 if(!torev)U_swap4(&Size16,1);
511 if(U_TEST_NOPX2(Size16,x
660 uint32_t Size16; local
675 uint32_t Size16; local
1480 uint32_t OK, Size16; local
[all...]
H A Duwmf.c786 uint32_t Size16; local
787 memcpy(&Size16,record, 4);
788 return(2*Size16);
1871 uint32_t Size16; local
1872 Size16 = irecsize/2;
1873 memcpy(record,&Size16,4); /*Size16_4 is at offset 0 in the record */
4485 uint32_t Size16; local
4486 memcpy(&Size16, contents + offsetof(U_METARECORD,Size16_4), 4);
4487 size = 2*Size16;
4519 uint32_t Size16; local
[all...]

Completed in 36 milliseconds