Searched refs:U_emf_endian (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/libuemf/
H A Duemf_endian.h51 int U_emf_endian(char *contents, size_t length, int torev);
H A Duemf.c1218 U_emf_endian(et->buf,et->used,1);
1308 U_emf_endian(*contents,*length,0); // LE to BE
H A Duemf_endian.c14 The only function here which should be called directly is U_emf_endian(), and then,except for testing purposes, only on a BE machine.
2112 int U_emf_endian(char *contents, size_t length, int torev){ function
H A Duemf_print.c2555 U_emf_endian(swapbuf,nSize,1); // BE to LE

Completed in 120 milliseconds