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

  /external/chromium_org/cc/output/
filter_operation.h 34 BLUR,
112 return FilterOperation(BLUR, amount);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperation.h 55 BLUR,
73 case BLUR:
98 // True if the the value of one pixel can affect the value of another pixel under this operation, such as blur.
264 : FilterOperation(BLUR)
272 DEFINE_FILTER_OPERATION_TYPE_CASTS(BlurFilterOperation, BLUR);
  /external/chromium_org/third_party/WebKit/Source/core/events/
Event.h 71 BLUR = 8192,

Completed in 67 milliseconds