Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathUtils.cpp689 const SkScalar tesd = te * sd; in calc_loop_klm() local
701 klmCoeffs[col + 3] = sd * (2 * tdse + tesd); in calc_loop_klm()
702 klmCoeffs[col + 6] = se * (2 * tesd + tdse); in calc_loop_klm()
706 klmCoeffs[col + 0] = -tdse - tesd; in calc_loop_klm()
707 klmCoeffs[col + 3] = -td * (tdse + 2 * tesd); in calc_loop_klm()
708 klmCoeffs[col + 6] = -te * (tesd + 2 * tdse); in calc_loop_klm()