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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperation.h 55 BLUR,
71 case BLUR:
94 // True if the the value of one pixel can affect the value of another pixel under this operation, such as blur.
260 : FilterOperation(BLUR)
268 DEFINE_FILTER_OPERATION_TYPE_CASTS(BlurFilterOperation, BLUR);
  /external/chromium_org/cc/output/
filter_operation.h 38 BLUR,
128 return FilterOperation(BLUR, amount);
  /external/chromium_org/third_party/WebKit/Source/core/events/
Event.h 73 BLUR = 8192,
  /external/chromium_org/third_party/skia/samplecode/
SampleFilterFuzz.cpp 236 enum { ALPHA_THRESHOLD, MERGE, COLOR, BLUR, MAGNIFIER,
256 case BLUR:
  /external/chromium_org/chrome/renderer/resources/
offline.js 201 BLUR: 'blur',
441 window.addEventListener(Runner.events.BLUR,
728 if (document.hidden || document.webkitHidden || e.type == 'blur') {
    [all...]

Completed in 60 milliseconds