Searched refs:operationsMatch (Results 1 – 4 of 4) sorted by relevance
53 bool TransformOperations::operationsMatch(const TransformOperations& other) const in operationsMatch() function in WebCore::TransformOperations106 if (!from.size() || !size() || from.operationsMatch(*this)) in blend()
71 bool operationsMatch(const TransformOperations&) const;
243 if (val != toVal && !toVal->operations().isEmpty() && !val->operationsMatch(*toVal)) in validateTransformFunctionList()
386 if (!firstVal->operationsMatch(*val)) in validateTransformFunctionList()