Lines Matching defs:cbBm16
2916 int cbBm16,cbBm164,off;
2921 cbBm16 = U_SIZE_BITMAP16 + (((Bm16->Width * Bm16->BitsPixel + 15) >> 4) << 1) * Bm16->Height;
2922 cbBm164 = UP4(cbBm16);
2936 memcpy(record + off, Bm16, cbBm16); off += cbBm16;
2937 if(cbBm164 - cbBm16)memset(record+off,0,cbBm164 - cbBm16);
2979 int cbBm16,cbBm164,off;
2984 cbBm16 = U_SIZE_BITMAP16 + (((Bm16->Width * Bm16->BitsPixel + 15) >> 4) << 1) * Bm16->Height;
2985 cbBm164 = UP4(cbBm16);
3001 memcpy(record + off, Bm16, cbBm16); off += cbBm16;
3002 if(cbBm164 - cbBm16)memset(record+off,0,cbBm164 - cbBm16);
3492 int cbImage,cbImage4,cbBmi,cbBm16,cbBm164,off;
3495 cbBm16 = U_SIZE_BITMAP16 + (((Bm16->Width * Bm16->BitsPixel + 15) >> 4) << 1) * Bm16->Height;
3496 cbBm164 = UP4(cbBm16);
3504 memcpy(record + off, Bm16, cbBm16); off += cbBm16;
3505 if(cbBm164 - cbBm16)memset(record+off,0,cbBm164 - cbBm16);