fDestBPR
fDestBPR = bm->BytesPerRow();
dest += fDestBPR * destY + destX * fBPP;
dest += fDestBPR * y + x * fBPP;
int32 fDestBPR;