Searched refs:times_2 (Results 1 – 6 of 6) sorted by relevance
24 static Sk2s times_2(const Sk2s& value) { in times_2() function332 fB = times_2(P1 - fC); in SkQuadCoeff()333 fA = P2 - times_2(P1) + fC; in SkQuadCoeff()359 fNumer.fA = p2 - times_2(p1w) + p0; in SkConicCoeff()360 fNumer.fB = times_2(p1w - p0); in SkConicCoeff()363 fDenom.fB = times_2(ww - fDenom.fC); in SkConicCoeff()386 fB = three * (P2 - times_2(P1) + P0); in SkCubicCoeff()
316 coeff.fB = times_2(P2 - times_2(P1) + P0); in eval_cubic_derivative()327 Sk2s B = P2 - times_2(P1) + P0; in eval_cubic_2ndDerivative()1097 Sk2s bXY = times_2(dXY) - (aXY + cXY) * Sk2s(0.5f); in chopAt()1098 Sk2s bZZ = times_2(dZZ) - (aZZ + cZZ) * Sk2s(0.5f); in chopAt()1157 Sk2s m = (p0 + times_2(wp1) + p2) * scale * Sk2s(0.5f); in chop()
24 static Sk2s times_2(const Sk2s& value) { in times_2() function402 fB = times_2(P1 - fC); in SkQuadCoeff()403 fA = P2 - times_2(P1) + fC; in SkQuadCoeff()429 fNumer.fA = p2 - times_2(p1w) + p0; in SkConicCoeff()430 fNumer.fB = times_2(p1w - p0); in SkConicCoeff()433 fDenom.fB = times_2(ww - fDenom.fC); in SkConicCoeff()456 fB = three * (P2 - times_2(P1) + P0); in SkCubicCoeff()
382 coeff.fB = times_2(P2 - times_2(P1) + P0); in eval_cubic_derivative()393 Sk2s B = P2 - times_2(P1) + P0; in eval_cubic_2ndDerivative()1300 Sk2s bXY = times_2(dXY) - (aXY + cXY) * Sk2s(0.5f); in chopAt()1301 Sk2s bZZ = times_2(dZZ) - (aZZ + cZZ) * Sk2s(0.5f); in chopAt()1360 Sk2s m = (p0 + times_2(wp1) + p2) * scale * Sk2s(0.5f); in chop()
95 fFwDiff[2] = to_point(fwDiff3 + times_2(fCoefs.fB) * h2); in restart()
93 fFwDiff[2] = to_point(fwDiff3 + times_2(fCoefs.fB) * h2); in restart()