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

/inkscape/src/libuemf/
H A Duemf.c3020 int irecsize,cbString,cbString4,cbDx,cbEmrtext,cbEmrtextAll; local
3032 cbDx = emrtext->nChars * sizeof(int32_t); // size of Dx buffer
3033 if(emrtext->fOptions & U_ETO_PDY)cbDx += cbDx; // size of Dx buffer when both x and y offsets are used
3034 cbEmrtextAll = cbEmrtext + sizeof(uint32_t) + cbString4 + cbDx; // structure (+- rect) + offDx + string buf + dx buf + offDx

Completed in 28 milliseconds