Searched refs:fNumer (Results 1 – 4 of 4) sorted by relevance
358 fNumer.fC = p0; in SkConicCoeff()359 fNumer.fA = p2 - times_2(p1w) + p0; in SkConicCoeff()360 fNumer.fB = times_2(p1w - p0); in SkConicCoeff()369 Sk2s numer = fNumer.eval(tt); in eval()374 SkQuadCoeff fNumer; member
1089 Sk2s aXY = coeff.fNumer.eval(tt1); in chopAt()1092 Sk2s dXY = coeff.fNumer.eval(midTT); in chopAt()1095 Sk2s cXY = coeff.fNumer.eval(tt2); in chopAt()
428 fNumer.fC = p0; in SkConicCoeff()429 fNumer.fA = p2 - times_2(p1w) + p0; in SkConicCoeff()430 fNumer.fB = times_2(p1w - p0); in SkConicCoeff()439 Sk2s numer = fNumer.eval(tt); in eval()444 SkQuadCoeff fNumer; member
1292 Sk2s aXY = coeff.fNumer.eval(tt1); in chopAt()1295 Sk2s dXY = coeff.fNumer.eval(midTT); in chopAt()1298 Sk2s cXY = coeff.fNumer.eval(tt2); in chopAt()