Searched refs:FXDIB_BLEND_NONSEPARABLE (Results 1 – 3 of 3) sorted by relevance
293 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Argb2Graya()497 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Argb2Gray()595 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Rgb2Gray()648 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Rgb2Graya()739 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Argb2Argb()961 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Rgb2Argb_Blend_NoClip()1029 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Rgb2Argb_Blend_Clip()1209 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Argb2Rgb_Blend()1340 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Rgb2Rgb_Blend_NoClip()1369 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Rgb2Rgb_Blend_Clip()[all …]
60 #define FXDIB_BLEND_NONSEPARABLE 21 macro
616 } else if (blendType >= FXDIB_BLEND_NONSEPARABLE && in SetDIBits()