Searched refs:canInterpolateWith (Results 1 – 3 of 3) sorted by relevance
65 bool canInterpolateWith(const FilterOperations&) const;
71 bool FilterOperations::canInterpolateWith(const FilterOperations& other) const in canInterpolateWith() function in WebCore::FilterOperations
41 return !operations().canInterpolateWith(target->operations()); in usesDefaultInterpolationWith()