Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkGeometry.cpp1091 Sk2s midTT((t1 + t2) / 2); in chopAt() local
1092 Sk2s dXY = coeff.fNumer.eval(midTT); in chopAt()
1093 Sk2s dZZ = coeff.fDenom.eval(midTT); in chopAt()
/external/skia/src/core/
DSkGeometry.cpp1294 Sk2s midTT((t1 + t2) / 2); in chopAt() local
1295 Sk2s dXY = coeff.fNumer.eval(midTT); in chopAt()
1296 Sk2s dZZ = coeff.fDenom.eval(midTT); in chopAt()