Searched refs:klmCoeffs (Results 1 – 1 of 1) sorted by relevance
673 SkMatrix klmCoeffs; in calc_serp_klm() local676 klmCoeffs[0] = 0; in calc_serp_klm()677 klmCoeffs[3] = -sl * sl * sl; in calc_serp_klm()678 klmCoeffs[6] = -sm * sm * sm; in calc_serp_klm()682 klmCoeffs[col + 0] = sl * sm; in calc_serp_klm()683 klmCoeffs[col + 3] = 3 * sl * sl * tl; in calc_serp_klm()684 klmCoeffs[col + 6] = 3 * sm * sm * tm; in calc_serp_klm()688 klmCoeffs[col + 0] = -tl * sm - tm * sl; in calc_serp_klm()689 klmCoeffs[col + 3] = -3 * sl * tl * tl; in calc_serp_klm()690 klmCoeffs[col + 6] = -3 * sm * tm * tm; in calc_serp_klm()[all …]