HomeSort by relevance Sort by last modified time
    Searched full:blended_color (Results 1 - 1 of 1) sorted by null

  /external/pdfium/core/src/fxge/dib/
fx_dib_composite.cpp 312 int blended_color; local
353 blended_color = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan;
355 gray = bNonseparableBlend ? blended_color : _BLEND(blend_type, *dest_scan, gray);
507 int blended_color; local
521 blended_color = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan;
523 gray = bNonseparableBlend ? blended_color : _BLEND(blend_type, *dest_scan, gray);
542 blended_color = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan;
544 gray = bNonseparableBlend ? blended_color : _BLEND(blend_type, *dest_scan, gray);
598 int blended_color; local
606 blended_color = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan;
643 int blended_color; local
1670 int blended_color; local
1708 int blended_color; local
1744 int blended_color; local
1818 int blended_color; local
1876 int blended_color; local
1910 int blended_color; local
    [all...]

Completed in 121 milliseconds