Searched refs:U_WMRSTRETCHDIB_get (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/libuemf/ |
H A D | uwmf.h | 2481 int U_WMRSTRETCHDIB_get(const char *contents, U_POINT16 * Dst, U_POINT16 * cDst, U_POINT16 * Src, U_POINT16 * cSrc, uint16_t *cUsage, uint32_t *dwRop3, const char **dib);
|
H A D | uwmf_print.c | 1041 int size = U_WMRSTRETCHDIB_get(contents, &Dst, &cDst, &Src, &cSrc, &cUsage, &dwRop3, &dib);
|
H A D | uwmf.c | 6130 int U_WMRSTRETCHDIB_get( function
|
/inkscape/src/extension/internal/ |
H A D | wmf-inout.cpp | 2786 nSize = U_WMRSTRETCHDIB_get(contents, &Dst, &cDst, &Src, &cSrc, &cUsage, &dwRop3, &dib);
|
Completed in 83 milliseconds