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

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

Completed in 87 milliseconds