HomeSort by relevance Sort by last modified time
    Searched refs:FXDIB_BLEND_LUMINOSITY (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 328 case FXDIB_BLEND_LUMINOSITY:
617 blendType <= FXDIB_BLEND_LUMINOSITY) {
619 } else if (blendType > FXDIB_BLEND_LUMINOSITY || blendType < 0) {
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_composite.cpp 220 case FXDIB_BLEND_LUMINOSITY:
337 blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan;
513 blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan;
536 blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan;
605 blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan;
684 blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan;
    [all...]
  /external/pdfium/core/include/fxge/
fx_dib.h 64 #define FXDIB_BLEND_LUMINOSITY 24