Lines Matching refs:cbImage4

200 #define SET_CB_FROM_PXBMI(A,B,C,D,E,F)    /* A=Px, B=Bmi, C=cbImage, D=cbImage4, E=cbBmi, F=cbPx */ \
211 #define APPEND_PXBMISRC(A,B,C,D,E,F,G) /* A=record, B=U_EMR,C=cbBmi, D=Bmi, E=Px, F=cbImage, G=cbImage4 */ \
3136 int cbImage,cbImage4,cbBmi,off;
3138 SET_CB_FROM_PXBMI(Px,Bmi,cbImage,cbImage4,cbBmi,cbPx);
3140 irecsize = sizeof(U_EMRCREATEMONOBRUSH) + cbBmi + cbImage4;
3185 int cbImage,cbImage4,cbBmi,off;
3187 SET_CB_FROM_PXBMI(Px,Bmi,cbImage,cbImage4,cbBmi,cbPx);
3189 irecsize = sizeof(U_EMRALPHABLEND) + cbBmi + cbImage4;
3203 APPEND_PXBMISRC(record, U_EMRALPHABLEND, cbBmi, Bmi, Px, cbImage, cbImage4);
4600 int cbImage,cbImage4,cbBmi,off;
4602 SET_CB_FROM_PXBMI(Px,Bmi,cbImage,cbImage4,cbBmi,cbPx);
4603 irecsize = sizeof(U_EMRBITBLT) + cbBmi + cbImage4;
4617 APPEND_PXBMISRC(record, U_EMRBITBLT, cbBmi, Bmi, Px, cbImage, cbImage4);
4655 int cbImage,cbImage4,cbBmi,off;
4657 SET_CB_FROM_PXBMI(Px,Bmi,cbImage,cbImage4,cbBmi,cbPx);
4659 irecsize = sizeof(U_EMRSTRETCHBLT) + cbBmi + cbImage4;
4673 APPEND_PXBMISRC(record, U_EMRSTRETCHBLT, cbBmi, Bmi, Px, cbImage, cbImage4);
4720 int cbImage,cbImage4,cbBmi,cbMskImage,cbMskImage4,cbMskBmi,off;
4722 SET_CB_FROM_PXBMI(Px,Bmi,cbImage,cbImage4,cbBmi,cbPx);
4725 irecsize = sizeof(U_EMRMASKBLT) + cbBmi + cbImage4 + cbMskBmi + cbMskImage4;
4741 APPEND_PXBMISRC(record, U_EMRMASKBLT, cbBmi, Bmi, Px, cbImage, cbImage4);
4787 int cbImage,cbImage4,cbBmi,cbMskImage,cbMskImage4,cbMskBmi,off;
4789 SET_CB_FROM_PXBMI(Px,Bmi,cbImage,cbImage4,cbBmi,cbPx);
4792 irecsize = sizeof(U_EMRPLGBLT) + cbBmi + cbImage4 + cbMskBmi + cbMskImage4;
4807 APPEND_PXBMISRC(record, U_EMRPLGBLT, cbBmi, Bmi, Px, cbImage, cbImage4);
4842 int cbImage,cbImage4,cbBmi,off;
4844 SET_CB_FROM_PXBMI(Px,Bmi,cbImage,cbImage4,cbBmi,cbPx);
4846 irecsize = sizeof(U_EMRSETDIBITSTODEVICE) + cbBmi + cbImage4;
4859 APPEND_PXBMISRC(record, U_EMRSETDIBITSTODEVICE, cbBmi, Bmi, Px, cbImage, cbImage4);
4893 int cbImage,cbImage4,cbBmi,off;
4895 SET_CB_FROM_PXBMI(Px,Bmi,cbImage,cbImage4,cbBmi,cbPx);
4897 irecsize = sizeof(U_EMRSTRETCHDIBITS) + cbBmi + cbImage4;
4910 APPEND_PXBMISRC(record, U_EMRSTRETCHDIBITS, cbBmi, Bmi, Px, cbImage, cbImage4);
5212 int cbImage,cbImage4,cbBmi,off;
5217 SET_CB_FROM_PXBMI(Px,Bmi,cbImage,cbImage4,cbBmi,cbPx);
5223 irecsize = sizeof(U_EMREXTCREATEPEN) + cbBmi + cbImage4 + cbStyleArray - sizeof(U_STYLEENTRY);
5227 irecsize = sizeof(U_EMREXTCREATEPEN) + cbBmi + cbImage4;
5252 if(cbImage4 - cbImage){ memset(record + off, 0, cbImage4 - cbImage); }