Searched refs:bNonseparableBlend (Results 1 – 1 of 1) sorted by relevance
293 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Argb2Graya() local335 if (bNonseparableBlend) { in _CompositeRow_Argb2Graya()339 gray = bNonseparableBlend ? blended_color in _CompositeRow_Argb2Graya()497 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Argb2Gray() local511 if (bNonseparableBlend) { in _CompositeRow_Argb2Gray()515 gray = bNonseparableBlend ? blended_color in _CompositeRow_Argb2Gray()534 if (bNonseparableBlend) { in _CompositeRow_Argb2Gray()538 gray = bNonseparableBlend ? blended_color in _CompositeRow_Argb2Gray()595 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Rgb2Gray() local603 if (bNonseparableBlend) { in _CompositeRow_Rgb2Gray()[all …]