Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
DSkSLOperators.cpp373 CoercionCost leftToRightCost = isAssignment ? CoercionCost::Impossible() in determineBinaryType() local
382 if (rightToLeftCost.isPossible(allowNarrowing) && rightToLeftCost < leftToRightCost) { in determineBinaryType()
387 } else if (leftToRightCost.isPossible(allowNarrowing)) { in determineBinaryType()