Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathUtils.cpp714 SkScalar tdse, SkScalar tesd, ExcludedTerm skipTerm, in calc_loop_kcoeffs() argument
718 outCoeffs[1] = (ExcludedTerm::kLinearTerm == skipTerm) ? sd*se : -tdse - tesd; in calc_loop_kcoeffs()
817 const SkScalar tdse = t0 * s1; in getCubicKLM() local
819 calc_loop_kcoeffs(t0, s0, t1, s1, tdse, tesd, skipTerm, &klmCoeffs[0]); in getCubicKLM()
820 calc_loop_lmcoeffs(t0, s0, t1, s1, tdse, tesd, skipTerm, &klmCoeffs[3]); in getCubicKLM()
821 calc_loop_lmcoeffs(t1, s1, t0, s0, tesd, tdse, skipTerm, &klmCoeffs[6]); in getCubicKLM()
/external/skqp/src/gpu/
DGrPathUtils.cpp714 SkScalar tdse, SkScalar tesd, ExcludedTerm skipTerm, in calc_loop_kcoeffs() argument
718 outCoeffs[1] = (ExcludedTerm::kLinearTerm == skipTerm) ? sd*se : -tdse - tesd; in calc_loop_kcoeffs()
817 const SkScalar tdse = t0 * s1; in getCubicKLM() local
819 calc_loop_kcoeffs(t0, s0, t1, s1, tdse, tesd, skipTerm, &klmCoeffs[0]); in getCubicKLM()
820 calc_loop_lmcoeffs(t0, s0, t1, s1, tdse, tesd, skipTerm, &klmCoeffs[3]); in getCubicKLM()
821 calc_loop_lmcoeffs(t1, s1, t0, s0, tesd, tdse, skipTerm, &klmCoeffs[6]); in getCubicKLM()