/inkscape/src/libuemf/ |
H A D | uemf_endian.c | 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; local 710 offBits = pEmr->offBits; 714 if(!DIB_swap(record, iUsage, offBmi, cbBmi, offBits, cbBit 292 DIB_swap( const char *record, uint32_t iUsage, uint32_t offBmi, uint32_t cbBmi, uint32_t offBits, uint32_t cbBits, const char *blimit, int torev ) argument 1742 U_OFFBITS offBits = 0; local [all...] |
H A D | uemf_safe.c | 120 \param offBits offset from the start of the record to the start of the bitmap 132 uint32_t offBits, 145 if(cbBits && IS_MEM_UNSAFE(record, offBits + cbBits, blimit))return(0); 149 dibparams = get_DIB_params(record, offBits, offBmi, &px, (const U_RGBQUAD **) &ct, 165 if(IS_MEM_UNSAFE(record+offBits, usedbytes, blimit))return(0); 295 U_OFFBITS offBits = pEmr->offBits; local 298 return(DIB_safe(record, iUsage, offBmi, cbBmi, offBits, cbBits, blimit)); 929 U_OFFBITS offBits = pEmr->offBits; local 127 DIB_safe( const char *record, uint32_t iUsage, uint32_t offBmi, uint32_t cbBmi, uint32_t offBits, uint32_t cbBits, const char *blimit ) argument [all...] |
H A D | uemf.h | 3003 U_OFFBITS offBits; //!< Offset in bytes to the DIB bitmap data (within DIBbitmapbuffer member in struct:__anon205 3019 U_OFFBITS offBits; //!< Offset in bytes to the DIB bitmap data (within DIB bitmapbuffer member in struct:__anon206 3034 U_OFFBITS offBits; //!< Offset in bytes to the DIB bitmap data (within DIB bitmapbuffer member in struct:__anon207
|
/inkscape/src/extension/internal/ |
H A D | emf-inout.cpp | 465 uint32_t iUsage, uint32_t offBits, uint32_t offBmi){ 483 dibparams = get_DIB_params((const char *)pEmr, offBits, offBmi, &px, (const U_RGBQUAD **) &ct, 1307 d->dc[d->level].stroke_idx = add_image(d, (void *)pEmr, pEmr->cbBits, pEmr->cbBmi, *(uint32_t *) &(pEmr->elp.elpColor), pEmr->offBits, pEmr->offBmi); 1352 tidx = add_image(d, (void *) pEmr, pEmr->cbBits, pEmr->cbBmi, pEmr->iUsage, pEmr->offBits, pEmr->offBmi); 1502 \param offBits 1509 uint32_t iUsage, uint32_t offBits, uint32_t cbBits, uint32_t offBmi, uint32_t cbBmi){ 1530 dibparams = get_DIB_params((const char *)pEmr, offBits, offBmi, &px, (const U_RGBQUAD **) &ct, 464 add_image(PEMF_CALLBACK_DATA d, void *pEmr, uint32_t cbBits, uint32_t cbBmi, uint32_t iUsage, uint32_t offBits, uint32_t offBmi) argument 1507 common_image_extraction(PEMF_CALLBACK_DATA d, void *pEmr, double dx, double dy, double dw, double dh, int sx, int sy, int sw, int sh, uint32_t iUsage, uint32_t offBits, uint32_t cbBits, uint32_t offBmi, uint32_t cbBmi) argument
|