Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGeometry.cpp1347 float2 cXY = coeff.fNumer.eval(tt2); in chopAt() local
1349 float2 bXY = times_2(dXY) - (aXY + cXY) * 0.5f; in chopAt()
1353 dst->fPts[2] = to_point(cXY / cZZ); in chopAt()