Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/geometry/
DGrPathUtils.cpp723 SkScalar t2s1, SkScalar t1s2, ExcludedTerm skipTerm, in calc_loop_lmcoeffs() argument
727 outCoeffs[1] = (ExcludedTerm::kLinearTerm == skipTerm) ? s2 * (2*t2s1 + t1s2) in calc_loop_lmcoeffs()
728 : -t2 * (t2s1 + 2*t1s2); in calc_loop_lmcoeffs()