Searched refs:blended_color (Results 1 – 1 of 1) sorted by relevance
312 int blended_color; in _CompositeRow_Argb2Graya() local353 blended_color = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in _CompositeRow_Argb2Graya()355 gray = bNonseparableBlend ? blended_color : _BLEND(blend_type, *dest_scan, gray); in _CompositeRow_Argb2Graya()507 int blended_color; in _CompositeRow_Argb2Gray() local521 blended_color = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in _CompositeRow_Argb2Gray()523 … gray = bNonseparableBlend ? blended_color : _BLEND(blend_type, *dest_scan, gray); in _CompositeRow_Argb2Gray()542 blended_color = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in _CompositeRow_Argb2Gray()544 … gray = bNonseparableBlend ? blended_color : _BLEND(blend_type, *dest_scan, gray); in _CompositeRow_Argb2Gray()598 int blended_color; in _CompositeRow_Rgb2Gray() local606 blended_color = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in _CompositeRow_Rgb2Gray()[all …]