Searched refs:times_2 (Results 1 – 6 of 6) sorted by relevance
24 static Sk2s times_2(const Sk2s& value) { in times_2() function330 fB = times_2(P1 - fC); in SkQuadCoeff()331 fA = P2 - times_2(P1) + fC; in SkQuadCoeff()357 fNumer.fA = p2 - times_2(p1w) + p0; in SkConicCoeff()358 fNumer.fB = times_2(p1w - p0); in SkConicCoeff()361 fDenom.fB = times_2(ww - fDenom.fC); in SkConicCoeff()384 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()
383 coeff.fB = times_2(P2 - times_2(P1) + P0); in eval_cubic_derivative()394 Sk2s B = P2 - times_2(P1) + P0; in eval_cubic_2ndDerivative()1296 Sk2s bXY = times_2(dXY) - (aXY + cXY) * Sk2s(0.5f); in chopAt()1297 Sk2s bZZ = times_2(dZZ) - (aZZ + cZZ) * Sk2s(0.5f); in chopAt()1356 Sk2s m = (p0 + times_2(wp1) + p2) * scale * Sk2s(0.5f); in chop()
93 fFwDiff[2] = to_point(fwDiff3 + times_2(fCoefs.fB) * h2); in restart()
95 fFwDiff[2] = to_point(fwDiff3 + times_2(fCoefs.fB) * h2); in restart()