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

  /external/chromium_org/third_party/WebKit/Source/web/tests/
FilterOperationsTest.cpp 51 ops.operations().append(DropShadowFilterOperation::create(IntPoint(3, 8), 20, Color(1, 2, 3), FilterOperation::DROP_SHADOW));
  /external/chromium_org/cc/output/
filter_operation.h 33 DROP_SHADOW,
47 DCHECK_EQ(type_, DROP_SHADOW);
52 DCHECK_EQ(type_, DROP_SHADOW);
105 return FilterOperation(DROP_SHADOW, offset, std_deviation, color);
139 DCHECK_EQ(type_, DROP_SHADOW);
144 DCHECK_EQ(type_, DROP_SHADOW);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FilterOperation.h 61 DROP_SHADOW,

Completed in 1383 milliseconds