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

/inkscape/src/libuemf/
H A Duemf.c2402 int irecsize,cbDxArray,cbString4,cbString,off; local
2410 cbDxArray = sizeof(uint32_t)*NumString; // size of Dx array storage
2411 if(fOptions & U_ETO_PDY)cbDxArray += cbDxArray; // of the Dx buffer, here do both X and Y coordinates
2412 irecsize = sizeof(U_EMRTEXT) + sizeof(uint32_t) + cbString4 + cbDxArray; // core structure + offDx + string buf + dx buf
2434 memcpy(record + off, Dx, cbDxArray); // copy the Dx data to its buffer

Completed in 32 milliseconds