Searched refs:Data4 (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,
1336 char *Data4 = string + 16; local
1359 for(i=0;i<8;i++,Data4+=2,lf++){
1360 if(1 != sscanf(Data4,"%2X",&tByte)){

Completed in 46 milliseconds