Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_generalstate.cpp64 return FXDIB_BLEND_LUMINOSITY; in GetBlendTypeInternal()
113 case FXDIB_BLEND_LUMINOSITY: in GetBlendMode()
/external/pdfium/core/fxge/
Dfx_dib.h70 #define FXDIB_BLEND_LUMINOSITY 24 macro
/external/pdfium/core/fxge/dib/
Dcfx_scanlinecompositor.cpp173 case FXDIB_BLEND_LUMINOSITY: in RGB_Blend()
228 gray = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in GetGrayWithBlend()
270 gray = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in CompositeRow_Argb2Graya()
908 gray = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in CompositeRow_8bppPal2Gray()
936 gray = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in CompositeRow_8bppPal2Gray()
995 gray = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in CompositeRow_8bppPal2Graya()
1053 gray = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in CompositeRow_8bppPal2Graya()
1103 gray = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in CompositeRow_1bppPal2Gray()
1163 gray = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in CompositeRow_1bppPal2Graya()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp350 case FXDIB_BLEND_LUMINOSITY: in GetSkiaBlendMode()