Home
last modified time | relevance | path

Searched refs:FXDIB_BLEND_LUMINOSITY (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp365 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()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_composite.cpp249 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 …]
/external/pdfium/core/include/fxge/
Dfx_dib.h63 #define FXDIB_BLEND_LUMINOSITY 24 macro
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp414 return FXDIB_BLEND_LUMINOSITY; in GetBlendType()