Searched defs:Data3 (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libuemf/
H A Dupmf.c1282 Text form is Data1-Data2-Data3-Data4, the first 3 are stored as little endian integers, the last as a string (big endian).
1328 Text form is; Data1|Data2|Data3|Data4, first three are stored as little endian integers of 4,2,2 bytes, respectively,
1335 uint16_t Data2,Data3; local
1350 Data3=tData3;
1353 U_PMF_MEMCPY_DSTSHIFT(&lf, &Data3, 2);

Completed in 127 milliseconds