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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperations.h 65 bool canInterpolateWith(const FilterOperations&) const;
FilterOperations.cpp 71 bool FilterOperations::canInterpolateWith(const FilterOperations& other) const
  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableFilterOperations.cpp 41 return !operations().canInterpolateWith(target->operations());

Completed in 76 milliseconds