OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FXDIB_BLEND_LUMINOSITY
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp
365
case
FXDIB_BLEND_LUMINOSITY
:
673
} else if (blendType >= FXDIB_BLEND_NONSEPARABLE && blendType <=
FXDIB_BLEND_LUMINOSITY
) {
675
} else if (blendType >
FXDIB_BLEND_LUMINOSITY
|| blendType < 0) {
[
all
...]
/external/pdfium/core/src/fxge/dib/
fx_dib_composite.cpp
249
case
FXDIB_BLEND_LUMINOSITY
:
353
blended_color = blend_type ==
FXDIB_BLEND_LUMINOSITY
? gray : *dest_scan;
521
blended_color = blend_type ==
FXDIB_BLEND_LUMINOSITY
? gray : *dest_scan;
542
blended_color = blend_type ==
FXDIB_BLEND_LUMINOSITY
? gray : *dest_scan;
606
blended_color = blend_type ==
FXDIB_BLEND_LUMINOSITY
? gray : *dest_scan;
678
blended_color = blend_type ==
FXDIB_BLEND_LUMINOSITY
? gray : *dest_scan;
[
all
...]
/external/pdfium/core/include/fxge/
fx_dib.h
63
#define
FXDIB_BLEND_LUMINOSITY
24
/external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp
414
return
FXDIB_BLEND_LUMINOSITY
;
Completed in 2359 milliseconds