Searched refs:offBitsSrc (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/libuemf/
H A Duemf_safe.c308 U_OFFBITSSRC offBitsSrc = pEmr->offBitsSrc; local
311 return(DIB_safe(record, iUsageSrc, offBmiSrc, cbBmiSrc, offBitsSrc, cbBitsSrc, blimit));
757 U_OFFBITSSRC offBitsSrc = pEmr->offBitsSrc; local
760 return(DIB_safe(record, iUsageSrc, offBmiSrc, cbBmiSrc, offBitsSrc, cbBitsSrc, blimit));
770 U_OFFBITSSRC offBitsSrc = pEmr->offBitsSrc; local
773 return(DIB_safe(record, iUsageSrc, offBmiSrc, cbBmiSrc, offBitsSrc, cbBitsSrc, blimit));
785 U_OFFBITSSRC offBitsSrc local
804 U_OFFBITSSRC offBitsSrc = pEmr->offBitsSrc; local
821 U_OFFBITSSRC offBitsSrc = pEmr->offBitsSrc; local
834 U_OFFBITSSRC offBitsSrc = pEmr->offBitsSrc; local
[all...]
H A Duemf_endian.c736 U_OFFBITSSRC offBitsSrc = 0; local
743 offBitsSrc = pEmr->offBitsSrc;
747 if(!DIB_swap(record, iUsageSrc, offBmiSrc, cbBmiSrc, offBitsSrc, cbBitsSrc, blimit, torev))return(0);
757 U_swap4(&(pEmr->iUsageSrc),5); // iUsageSrc offBmiSrc cbBmiSrc offBitsSrc cbBitsSrc
761 offBitsSrc = pEmr->offBitsSrc;
765 if(!DIB_swap(record, iUsageSrc, offBmiSrc, cbBmiSrc, offBitsSrc, cbBitsSrc, blimit, torev))return(0);
1371 U_OFFBITSSRC offBitsSrc = 0; local
1378 offBitsSrc
1410 U_OFFBITSSRC offBitsSrc = 0; local
1450 U_OFFBITSSRC offBitsSrc = 0; local
1507 U_OFFBITSSRC offBitsSrc = 0; local
1563 U_OFFBITSSRC offBitsSrc = 0; local
1598 U_OFFBITSSRC offBitsSrc = 0; local
[all...]
H A Duemf.h2772 U_OFFBITSSRC offBitsSrc; //!< Offset in bytes to the bitmap (within bitmapbuffer) member in struct:__anon194
2794 U_OFFBITSSRC offBitsSrc; //!< Offset in bytes to the bitmap (within bitmapbuffer) member in struct:__anon195
2817 U_OFFBITSSRC offBitsSrc; //!< Offset in bytes to the src bitmap (within srcbitmapbuffer) member in struct:__anon196
2844 U_OFFBITSSRC offBitsSrc; //!< Offset in bytes to the src bitmap (within srcbitmapbuffer) member in struct:__anon197
2868 U_OFFBITSSRC offBitsSrc; //!< Offset in bytes to bitmap member in struct:__anon198
2889 U_OFFBITSSRC offBitsSrc; //!< Offset in bytes to bitmap member in struct:__anon199
3201 U_OFFBITSSRC offBitsSrc; //!< Offset in bytes to the bitmap (within bitmapbuffer) member in struct:__anon218
3226 U_OFFBITSSRC offBitsSrc; //!< Offset in bytes to the bitmap (within bitmapbuffer) member in struct:__anon219
3359 int get_DIB_params( const char *record, uint32_t offBitsSrc, uint32_t offBmiSrc,
H A Duemf_print.c903 printf(" offBitsSrc: %u\n",pEmr->offBitsSrc );
1931 printf(" offBitsSrc: %u\n", pEmr->offBitsSrc );
1962 printf(" offBitsSrc: %u\n", pEmr->offBitsSrc );
1994 printf(" offBitsSrc: %u\n", pEmr->offBitsSrc );
2037 printf(" offBitsSrc: %u\n", pEmr->offBitsSrc );
[all...]
H A Duemf.c218 ((B *) A)->offBitsSrc = off;\
228 ((B *) A)->offBitsSrc = 0;\
855 \param offBitsSrc Offset to the bitmap
867 uint32_t offBitsSrc,
906 *px = record + offBitsSrc;
865 get_DIB_params( const char *record, uint32_t offBitsSrc, uint32_t offBmiSrc, const char **px, const U_RGBQUAD **ct, uint32_t *numCt, uint32_t *width, uint32_t *height, uint32_t *colortype, uint32_t *invert ) argument
/inkscape/src/extension/internal/
H A Demf-inout.cpp2979 pEmr->iUsageSrc, pEmr->offBitsSrc, pEmr->cbBitsSrc, pEmr->offBmiSrc, pEmr->cbBmiSrc);
2999 pEmr->iUsageSrc, pEmr->offBitsSrc, pEmr->cbBitsSrc, pEmr->offBmiSrc, pEmr->cbBmiSrc);
3018 pEmr->iUsageSrc, pEmr->offBitsSrc, pEmr->cbBitsSrc, pEmr->offBmiSrc, pEmr->cbBmiSrc);
3042 pEmr->iUsageSrc, pEmr->offBitsSrc, pEmr->cbBitsSrc, pEmr->offBmiSrc, pEmr->cbBmiSrc);

Completed in 84 milliseconds