Lines Matching defs:offBits
284 \param offBits offset from the start of the record to the start of the bitmap
297 uint32_t offBits,
310 if(cbBits && IS_MEM_UNSAFE(record, offBits + cbBits, blimit))return(0);
315 dibparams = get_DIB_params(record, offBits, offBmi, &px, (const U_RGBQUAD **) &ct,
320 dibparams = get_DIB_params(record, offBits, offBmi, &px, (const U_RGBQUAD **) &ct,
337 if(IS_MEM_UNSAFE(record+offBits, usedbytes, blimit))return(0);
703 U_OFFBITS offBits = 0;
710 offBits = pEmr->offBits;
714 if(!DIB_swap(record, iUsage, offBmi, cbBmi, offBits, cbBits, blimit, torev))return(0);
717 U_swap4(&(pEmr->ihBrush),6); // ihBrush iUsage offBmi cbBmi offBits cbBits
721 offBits = pEmr->offBits;
725 if(!DIB_swap(record, iUsage, offBmi, cbBmi, offBits, cbBits, blimit, torev))return(0);
1742 U_OFFBITS offBits = 0;
1748 offBits = pEmr->offBits;
1751 if(!DIB_swap(record, U_DIB_RGB_COLORS, offBmi, cbBmi, offBits, cbBits, blimit, torev))return(0);
1754 U_swap4(&(pEmr->ihPen),5); // ihPen offBmi cbBmi offBits cbBits
1758 offBits = pEmr->offBits;
1761 if(!DIB_swap(record, U_DIB_RGB_COLORS, offBmi, cbBmi, offBits, cbBits, blimit, torev))return(0);