Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkGeometry.cpp1095 Sk2s cXY = coeff.fNumer.eval(tt2); in chopAt() local
1097 Sk2s bXY = times_2(dXY) - (aXY + cXY) * Sk2s(0.5f); in chopAt()
1101 dst->fPts[2] = to_point(cXY / cZZ); in chopAt()
/external/skia/src/core/
DSkGeometry.cpp1298 Sk2s cXY = coeff.fNumer.eval(tt2); in chopAt() local
1300 Sk2s bXY = times_2(dXY) - (aXY + cXY) * Sk2s(0.5f); in chopAt()
1304 dst->fPts[2] = to_point(cXY / cZZ); in chopAt()