Searched refs:U_BYTE_SWAP (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/libuemf/
H A Duemf_endian.h33 #define U_BYTE_SWAP 1 //!< byte swapping into metafile is required macro
37 #define U_BYTE_SWAP 0 //!< byte swapping into metafile is not required macro
H A Duemf_utf.c578 #if U_BYTE_SWAP
H A Duemf_print.c1770 if(U_BYTE_SWAP){ U_swap4(&(cIdent),1); }
1776 if(U_BYTE_SWAP){ U_swap4(&(cIdent2),1); }
1786 if(U_BYTE_SWAP){ U_swap4(&(cIdent2),1); }
2550 #if U_BYTE_SWAP
H A Duwmf_print.c1355 #if U_BYTE_SWAP
H A Duemf.c1216 #if U_BYTE_SWAP
1306 #if U_BYTE_SWAP
H A Duwmf.c1566 #if U_BYTE_SWAP
1612 #if U_BYTE_SWAP
H A Dupmf.c259 if(U_BYTE_SWAP){ U_swap4(&ptfl,2); } /* on BE platforms swap going in and coming out */
262 if(U_BYTE_SWAP){ U_swap2(&(newpts[i]),2); }

Completed in 800 milliseconds