Searched refs:U_WMRSTRETCHBLT_get (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/libuemf/ |
H A D | uwmf.h | 2449 int U_WMRSTRETCHBLT_get(const char *contents, U_POINT16 * Dst, U_POINT16 * cDst, U_POINT16 * Src, U_POINT16 * cSrc, uint32_t *dwRop3, U_BITMAP16 *Bm16, const char **px);
|
H A D | uwmf_print.c | 745 int size = U_WMRSTRETCHBLT_get(contents, &Dst, &cDst, &Src, &cSrc, &dwRop3, &Bm16, &px);
|
H A D | uwmf.c | 5506 int U_WMRSTRETCHBLT_get( function
|
/inkscape/src/extension/internal/ |
H A D | wmf-inout.cpp | 2316 nSize = U_WMRSTRETCHBLT_get(contents,&Dst,&cDst,&Src,&cSrc,&dwRop3,&Bm16,&px);
|
Completed in 67 milliseconds