Searched refs:cbImage4 (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libuemf/
H A Duemf.c200 #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; local
3138 SET_CB_FROM_PXBMI(Px,Bmi,cbImage,cbImage4,cbBmi,cbPx);
3140 irecsize = sizeof(U_EMRCREATEMONOBRUSH) + cbBmi + cbImage4;
3185 int cbImage,cbImage4,cbBmi,off; local
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,cbBm local
4655 int cbImage,cbImage4,cbBmi,off; local
4720 int cbImage,cbImage4,cbBmi,cbMskImage,cbMskImage4,cbMskBmi,off; local
4787 int cbImage,cbImage4,cbBmi,cbMskImage,cbMskImage4,cbMskBmi,off; local
4842 int cbImage,cbImage4,cbBmi,off; local
4893 int cbImage,cbImage4,cbBmi,off; local
5212 int cbImage,cbImage4,cbBmi,off; local
[all...]
H A Duwmf.c792 #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; local
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; local
3429 SET_CB_FROM_PXBMI(Px,Bmi,cbImage,cbImage4,cbBmi,cbPx);
3430 irecsize = U_SIZE_WMRDIBSTRETCHBLT_PX + cbBmi + cbImage4;
3447 if(cbImage4
3492 int cbImage,cbImage4,cbBmi,cbBm16,cbBm164,off; local
3551 int cbImage,cbImage4,cbBmi,off; local
[all...]

Completed in 43 milliseconds