Lines Matching defs:Size16
283 /* 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;
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;
508 memcpy(&Size16, record + offsetof(U_METARECORD,Size16_4), 4);
509 if(!torev)U_swap4(&Size16,1);
511 if(U_TEST_NOPX2(Size16,xb)){ /* no bitmap */
660 uint32_t Size16;
662 memcpy(&Size16, record + offsetof(U_METARECORD,Size16_4), 4);
663 if(!torev)U_swap4(&Size16,1);
665 if(U_TEST_NOPX2(Size16,xb)){ /* no bitmap */
675 uint32_t Size16;
677 memcpy(&Size16, record + offsetof(U_METARECORD,Size16_4), 4);
678 if(!torev)U_swap4(&Size16,1);
680 if(U_TEST_NOPX2(Size16,xb)){ /* no bitmap */
1480 uint32_t OK, Size16;
1498 memcpy(&Size16, record + offsetof(U_METARECORD,Size16_4), 4); /* This may not be aligned */
1499 if(!torev){ U_swap4(&Size16,1); }
1502 //printf("DEBUG U_wmf_endian before switch record:%d offset:%d type:%d name:%s Size16:%d\n",recnum,offset,iType,U_wmr_names(iType),Size16);fflush(stdout);
1764 record += 2*Size16;
1765 offset += 2*Size16;