Searched refs:FXDIB_BLEND_LUMINOSITY (Results 1 – 4 of 4) sorted by relevance
365 case FXDIB_BLEND_LUMINOSITY: in GetCGBlendMode()673 } else if (blendType >= FXDIB_BLEND_NONSEPARABLE && blendType <= FXDIB_BLEND_LUMINOSITY) { in SetDIBits()675 } else if (blendType > FXDIB_BLEND_LUMINOSITY || blendType < 0) { in SetDIBits()
249 case FXDIB_BLEND_LUMINOSITY: in _RGB_Blend()353 blended_color = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in _CompositeRow_Argb2Graya()521 blended_color = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in _CompositeRow_Argb2Gray()542 blended_color = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in _CompositeRow_Argb2Gray()606 blended_color = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in _CompositeRow_Rgb2Gray()678 blended_color = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in _CompositeRow_Rgb2Graya()1678 blended_color = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in _CompositeRow_8bppPal2Gray()1712 blended_color = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in _CompositeRow_8bppPal2Gray()1774 blended_color = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in _CompositeRow_8bppPal2Graya()1838 blended_color = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in _CompositeRow_8bppPal2Graya()[all …]
63 #define FXDIB_BLEND_LUMINOSITY 24 macro
414 return FXDIB_BLEND_LUMINOSITY; in GetBlendType()