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.cpp328 case FXDIB_BLEND_LUMINOSITY: in GetCGBlendMode()
617 blendType <= FXDIB_BLEND_LUMINOSITY) { in SetDIBits()
619 } else if (blendType > FXDIB_BLEND_LUMINOSITY || blendType < 0) { in SetDIBits()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_composite.cpp220 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 …]
/external/pdfium/core/include/fxge/
Dfx_dib.h64 #define FXDIB_BLEND_LUMINOSITY 24 macro
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp400 return FXDIB_BLEND_LUMINOSITY; in GetBlendType()