HomeSort by relevance Sort by last modified time
    Searched defs:HUE_ROTATE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/output/
filter_operation.h 29 HUE_ROTATE,
92 return FilterOperation(HUE_ROTATE, amount);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperation.h 50 HUE_ROTATE,
68 case HUE_ROTATE:
161 // GRAYSCALE, SEPIA, SATURATE and HUE_ROTATE are variations on a basic color matrix effect.
162 // For HUE_ROTATE, the angle of rotation is stored in m_amount.
195 return type == FilterOperation::GRAYSCALE || type == FilterOperation::SEPIA || type == FilterOperation::SATURATE || type == FilterOperation::HUE_ROTATE;

Completed in 32 milliseconds