Home
last modified time | relevance | path

Searched refs:canInterpolateWith (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFilterOperations.h65 bool canInterpolateWith(const FilterOperations&) const;
DFilterOperations.cpp71 bool FilterOperations::canInterpolateWith(const FilterOperations& other) const in canInterpolateWith() function in WebCore::FilterOperations
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimatableFilterOperations.cpp41 return !operations().canInterpolateWith(target->operations()); in usesDefaultInterpolationWith()