Searched refs:offBmi (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/libuemf/
H A Duemf_safe.c118 \param offBmi offset from the start of the record to the start of the bitmapinfo structure
130 uint32_t offBmi,
143 if(IS_MEM_UNSAFE(record, offBmi + cbBmi, blimit))return(0);
144 if(!bitmapinfo_safe(record + offBmi, blimit))return(0); // checks the number of colors
149 dibparams = get_DIB_params(record, offBits, offBmi, &px, (const U_RGBQUAD **) &ct,
293 U_OFFBMI offBmi = pEmr->offBmi; local
298 return(DIB_safe(record, iUsage, offBmi, cbBmi, offBits, cbBits, blimit));
927 U_OFFBMI offBmi = pEmr->offBmi; 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 Duemf_endian.c282 \param offBmi offset from the start of the record to the start of the bitmapinfo structure
295 uint32_t offBmi,
309 if(IS_MEM_UNSAFE(record, offBmi + cbBmi, blimit))return(0);
315 dibparams = get_DIB_params(record, offBits, offBmi, &px, (const U_RGBQUAD **) &ct,
318 bitmapinfo_swap(record + offBmi); // byte ordered fields in bitmapinfo
320 dibparams = get_DIB_params(record, offBits, offBmi, &px, (const U_RGBQUAD **) &ct,
341 bitmapinfo_swap(record + offBmi);
701 U_OFFBMI offBmi = 0; local
708 offBmi = pEmr->offBmi;
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
1740 U_OFFBMI offBmi = 0; local
[all...]
H A Duemf_print.c868 printf(" offBmi : %u\n",pEmr->offBmi );
872 bitmapinfo_print(contents + pEmr->offBmi, blimit);
2282 printf(" offBmi: %u\n", pEmr->offBmi );
2286 bitmapinfo_print(contents + pEmr->offBmi, blimit);
H A Duemf.h3001 U_OFFBMI offBmi; //!< Offset in bytes to U_BITMAPINFO (within DIBbitmapbuffer) member in struct:__anon205
3017 U_OFFBMI offBmi; //!< Offset in bytes to U_BITMAPINFO (within DIB bitmapbuffer) member in struct:__anon206
3032 U_OFFBMI offBmi; //!< Offset in bytes to U_BITMAPINFO (within DIB bitmapbuffer) member in struct:__anon207
H A Duemf.c3150 ((PU_EMRCREATEMONOBRUSH) record)->offBmi = off;
3158 ((PU_EMRCREATEMONOBRUSH) record)->offBmi = 0;
5245 ((PU_EMREXTCREATEPEN) record)->offBmi = off;
5256 ((PU_EMREXTCREATEPEN) record)->offBmi = 0;
/inkscape/src/extension/internal/
H A Demf-inout.h208 uint32_t iUsage, uint32_t offBits, uint32_t offBmi);
235 uint32_t iUsage, uint32_t offBits, uint32_t cbBits, uint32_t offBmi, uint32_t cbBmi);
H A Demf-inout.cpp465 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);
1504 \param offBmi
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

Completed in 99 milliseconds