Home | History | Annotate | Download | only in win32

Lines Matching refs:FXDIB_BLEND_NORMAL

755     if (blend_type != FXDIB_BLEND_NORMAL) {

769 alpha_flag, pIccTransform, FXDIB_BLEND_NORMAL);
772 alpha_flag, pIccTransform, FXDIB_BLEND_NORMAL);
847 if (blend_type != FXDIB_BLEND_NORMAL) {
901 if (blend_type != FXDIB_BLEND_NORMAL) {
975 ASSERT(blend_type == FXDIB_BLEND_NORMAL);
984 !background.CompositeMask(0, 0, width, height, pSource, color, 0, 0, FXDIB_BLEND_NORMAL, NULL, FALSE, alpha_flag, pIccTransform)) {
988 return SetDIBits(&background, 0, &src_rect, left, top, FXDIB_BLEND_NORMAL, 0, NULL);
992 &clip_rect, 0, alpha_flag, pIccTransform, FXDIB_BLEND_NORMAL);
999 !bitmap.CompositeBitmap(0, 0, width, height, pSource, pSrcRect->left, pSrcRect->top, FXDIB_BLEND_NORMAL, NULL, FALSE, pIccTransform)) {
1003 return SetDIBits(&bitmap, 0, &src_rect, left, top, FXDIB_BLEND_NORMAL, 0, NULL);
1030 FX_BOOL ret = SetDIBits(pStretched, color, &src_rect, pClipRect->left, pClipRect->top, FXDIB_BLEND_NORMAL, alpha_flag, pIccTransform);
1059 !background.CompositeMask(0, 0, clip_width, clip_height, pStretched, color, 0, 0, FXDIB_BLEND_NORMAL, NULL, FALSE, alpha_flag, pIccTransform)) {
1064 FX_BOOL ret = SetDIBits(&background, 0, &src_rect, image_rect.left + clip_rect.left, image_rect.top + clip_rect.top, FXDIB_BLEND_NORMAL, 0, NULL);