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

/inkscape/src/libuemf/
H A Duemf_print.c1746 size_t loff; local
1796 loff = 16; /* Header size of the header part of an EMF+ comment record */
1797 while(loff < cbData + 12){ // EMF+ records may not fill the entire comment, cbData value includes cIdent, but not U_EMR or cbData
1798 recsize = U_pmf_onerec_print(src, blimit, recnum, loff + off);
1804 loff += recsize;

Completed in 1704 milliseconds