Lines Matching defs:off
467 int off;
481 off = sizeof(U_EMRTEXT);
484 rectl_swap((PU_RECTL)((char *)pemt + off),1); // optional rectangle
485 off+=sizeof(U_RECTL);
488 offDx = *(uint32_t *)((char *)pemt +off);
491 if(IS_MEM_UNSAFE(pemt, off + 4, blimit))return(0);
492 U_swap4(((char *)pemt+off),1); // offDx
494 offDx = *(uint32_t *)((char *)pemt +off);
900 int off=0;
919 off = sizeof(U_EMREOF) + 4 * cbPalEntries;
920 if(IS_MEM_UNSAFE(record, off + 4, blimit))return(0);
921 U_swap4(record + off,1); // nSizeLast
2113 uint32_t off;
2121 off = 0;
2125 if(!U_emf_record_sizeok(record, blimit, &off, &iType, torev)){
2261 record += off;