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()
/external/pdfium/core/fxge/dib/
Dfx_dib_composite.cpp233 case FXDIB_BLEND_LUMINOSITY: in RGB_Blend()
352 gray = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in CompositeRow_Argb2Graya()
528 gray = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in CompositeRow_Argb2Gray()
549 gray = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in CompositeRow_Argb2Gray()
618 gray = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in CompositeRow_Rgb2Gray()
695 gray = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in CompositeRow_Rgb2Graya()
1878 gray = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in CompositeRow_8bppPal2Gray()
1911 gray = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in CompositeRow_8bppPal2Gray()
1978 gray = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in CompositeRow_8bppPal2Graya()
2042 gray = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in CompositeRow_8bppPal2Graya()
[all …]
/external/pdfium/core/fxge/
Dfx_dib.h67 #define FXDIB_BLEND_LUMINOSITY 24 macro
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp345 case FXDIB_BLEND_LUMINOSITY: in GetSkiaBlendMode()