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

/inkscape/src/libuemf/
H A Duemf.c4241 int cbPoints, cbAbTypes, cbAbTypes4, off; local
4245 cbAbTypes = cptl; // number of abTypes (same array size, 1 byte each)
4246 cbAbTypes4 = UP4(cbAbTypes); // space for abTypes
4257 memcpy(record+off,abTypes,cbAbTypes);
4258 off += cbAbTypes;
4259 if(cbAbTypes4 > cbAbTypes){ memset(record+off,0,cbAbTypes4-cbAbTypes); } // keeps valgrind happy (initialize padding after byte array)
5128 int cbPoints, cbAbTypes, cbAbTypes4, off; local
5132 cbAbTypes = cpts; // number of abTypes (same array size, 1 byte each)
5133 cbAbTypes4 = UP4(cbAbTypes); // spac
[all...]

Completed in 34 milliseconds