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

  /external/chromium_org/third_party/WebKit/Source/web/tests/
FilterOperationsTest.cpp 39 ops.operations().append(BlurFilterOperation::create(Length(20.0, WebCore::Fixed), FilterOperation::BLUR));
  /external/chromium_org/cc/output/
filter_operation.h 32 BLUR,
99 return FilterOperation(BLUR, amount);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Event.h 70 BLUR = 8192,
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FilterOperation.h 60 BLUR,
85 // True if the the value of one pixel can affect the value of another pixel under this operation, such as blur.

Completed in 64 milliseconds