Lines Matching refs:cbImage4
792 #define SET_CB_FROM_PXBMI(A,B,C,D,E,F) /* A=Px, B=Bmi, C=cbImage, D=cbImage4, E=cbBmi, F=cbPx */ \
3357 int cbImage,cbImage4,cbBmi,off;
3363 SET_CB_FROM_PXBMI(Px,Bmi,cbImage,cbImage4,cbBmi,cbPx);
3364 irecsize = U_SIZE_WMRDIBBITBLT_PX + cbBmi + cbImage4;
3379 if(cbImage4 - cbImage)memset(record+off,0,cbImage4 - cbImage);
3425 int cbImage,cbImage4,cbBmi,off;
3429 SET_CB_FROM_PXBMI(Px,Bmi,cbImage,cbImage4,cbBmi,cbPx);
3430 irecsize = U_SIZE_WMRDIBSTRETCHBLT_PX + cbBmi + cbImage4;
3447 if(cbImage4 - cbImage)memset(record+off,0,cbImage4 - cbImage);
3492 int cbImage,cbImage4,cbBmi,cbBm16,cbBm164,off;
3509 SET_CB_FROM_PXBMI(Px,Bmi,cbImage,cbImage4,cbBmi,cbPx);
3510 irecsize = U_SIZE_WMRDIBCREATEPATTERNBRUSH + cbBmi + cbImage4;
3519 if(cbImage4 - cbImage)memset(record + off, 0, cbImage4 - cbImage);
3551 int cbImage,cbImage4,cbBmi,off;
3554 SET_CB_FROM_PXBMI(Px,Bmi,cbImage,cbImage4,cbBmi,cbPx);
3556 irecsize = U_SIZE_WMRSTRETCHDIB + cbBmi + cbImage4;
3575 if(cbImage4 - cbImage)memset(record+off,0,cbImage4 - cbImage);