Lines Matching refs:cbPals
3492 int cbPals; // space allocated for Palette Entries
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;
4128 cbPals = cEntries * sizeof(U_LOGPLTNTRY);
4129 irecsize = sizeof(U_EMRSETPALETTEENTRIES) + cbPals - sizeof(U_LOGPLTNTRY);
4137 memcpy(((PU_EMRSETPALETTEENTRIES) record)->aPalEntries, aPalEntries,cbPals);