Searched refs:bNonseparableBlend (Results 1 – 1 of 1) sorted by relevance
311 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Argb2Graya() local352 if (bNonseparableBlend) { in _CompositeRow_Argb2Graya()355 gray = bNonseparableBlend ? blended_color : _BLEND(blend_type, *dest_scan, gray); in _CompositeRow_Argb2Graya()506 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Argb2Gray() local520 if (bNonseparableBlend) { in _CompositeRow_Argb2Gray()523 … gray = bNonseparableBlend ? blended_color : _BLEND(blend_type, *dest_scan, gray); in _CompositeRow_Argb2Gray()541 if (bNonseparableBlend) { in _CompositeRow_Argb2Gray()544 … gray = bNonseparableBlend ? blended_color : _BLEND(blend_type, *dest_scan, gray); in _CompositeRow_Argb2Gray()597 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Rgb2Gray() local605 if (bNonseparableBlend) { in _CompositeRow_Rgb2Gray()[all …]