Searched defs:CONTRAST (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFilterOperation.h54 CONTRAST, enumerator in enum:blink::FilterOperation::OperationType
70 case CONTRAST:
196 // INVERT, BRIGHTNESS, CONTRAST and OPACITY are variations on a basic component transfer effect.
231 return type == FilterOperation::INVERT || type == FilterOperation::OPACITY || type == FilterOperation::BRIGHTNESS || type == FilterOperation::CONTRAST;
/external/chromium_org/cc/output/
H A Dfilter_operation.h36 CONTRAST, enumerator in enum:cc::FilterOperation::FilterType
120 return FilterOperation(CONTRAST, amount);

Completed in 625 milliseconds