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

/inkscape/src/libuemf/
H A Duemf.c4241 int cbPoints, cbAbTypes, cbAbTypes4, off; local
4246 cbAbTypes4 = UP4(cbAbTypes); // space for abTypes
4247 irecsize = sizeof(U_EMRPOLYDRAW) + cbPoints + cbAbTypes4 - sizeof(U_POINTL) - 1;
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
5133 cbAbTypes4 = UP4(cbAbTypes); // space for abTypes
5134 irecsize = sizeof(U_EMRPOLYDRAW16) + cbPoints + cbAbTypes4 - sizeof(U_POINT16) - 1;
5146 if(cbAbTypes4 > cbAbTypes){ memset(record+off,0,cbAbTypes4
[all...]

Completed in 28 milliseconds