Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkGeometry.cpp1289 Sk2s aZZ = coeff.fDenom.eval(tt1); in chopAt() local
1297 Sk2s bZZ = times_2(dZZ) - (aZZ + cZZ) * Sk2s(0.5f); in chopAt()
1298 dst->fPts[0] = to_point(aXY / aZZ); in chopAt()
1301 Sk2s ww = bZZ / (aZZ * cZZ).sqrt(); in chopAt()