Searched refs:FXDIB_BLEND_LUMINOSITY (Results 1 – 4 of 4) sorted by relevance
328 case FXDIB_BLEND_LUMINOSITY: in GetCGBlendMode()617 blendType <= FXDIB_BLEND_LUMINOSITY) { in SetDIBits()619 } else if (blendType > FXDIB_BLEND_LUMINOSITY || blendType < 0) { in SetDIBits()
220 case FXDIB_BLEND_LUMINOSITY: in _RGB_Blend()337 blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in _CompositeRow_Argb2Graya()513 blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in _CompositeRow_Argb2Gray()536 blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in _CompositeRow_Argb2Gray()605 blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in _CompositeRow_Rgb2Gray()684 blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in _CompositeRow_Rgb2Graya()1855 blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in _CompositeRow_8bppPal2Gray()1891 blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in _CompositeRow_8bppPal2Gray()1960 blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in _CompositeRow_8bppPal2Graya()2027 blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in _CompositeRow_8bppPal2Graya()[all …]
64 #define FXDIB_BLEND_LUMINOSITY 24 macro
400 return FXDIB_BLEND_LUMINOSITY; in GetBlendType()