Searched refs:wget_DIB_params (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/libuemf/ |
H A D | uwmf.h | 2412 int wget_DIB_params(const char *dib, const char **px, const U_RGBQUAD **ct, uint32_t *numCt,
|
H A D | uwmf.c | 702 dibparams = wget_DIB_params(record, &px, (const U_RGBQUAD **) &ct, &numCt, &width, &height, &colortype, &invert); 4800 int wget_DIB_params( function
|
/inkscape/src/extension/internal/ |
H A D | wmf-inout.cpp | 453 int32_t width, height, colortype, invert; // if needed these values will be set by wget_DIB_params 456 dibparams = wget_DIB_params(dib, &px, &ct, &numCt, &width, &height, &colortype, &invert); 1323 int32_t width, height, colortype, invert; // if needed these values will be set in wget_DIB_params 1326 dibparams = wget_DIB_params(dib, &px, &ct, &numCt, &width, &height, &colortype, &invert);
|
Completed in 59 milliseconds