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

  /external/pdfium/core/fpdfapi/page/
cpdf_generalstate.cpp 64 return FXDIB_BLEND_LUMINOSITY;
  /external/pdfium/core/fxge/dib/
fx_dib_composite.cpp 233 case FXDIB_BLEND_LUMINOSITY:
352 gray = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan;
528 gray = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan;
549 gray = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan;
618 gray = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan;
695 gray = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan;
    [all...]
  /external/pdfium/core/fxge/
fx_dib.h 67 #define FXDIB_BLEND_LUMINOSITY 24
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 345 case FXDIB_BLEND_LUMINOSITY:
    [all...]

Completed in 57 milliseconds