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

/inkscape/src/libuemf/
H A Duemf.c3492 int cbPals; // space allocated for Palette Entries local
3497 cbPals = cbPalEntries * sizeof(U_LOGPLTNTRY);
3498 irecsize = sizeof(U_EMREOF) + cbPals + sizeof(uint32_t); //invariant core, variable palette, palette byte count
3506 if(cbPals){
3508 memcpy(record+off,PalEntries,cbPals);
3509 off += cbPals;
4125 int cbPals; local
4128 cbPals = cEntries * sizeof(U_LOGPLTNTRY);
4129 irecsize = sizeof(U_EMRSETPALETTEENTRIES) + cbPals - sizeof(U_LOGPLTNTRY);
4137 memcpy(((PU_EMRSETPALETTEENTRIES) record)->aPalEntries, aPalEntries,cbPals);
[all...]

Completed in 27 milliseconds