Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DPath.cpp264 float tSquared = t * t; in cubicCoordinateCalculation() local
265 float tCubed = tSquared * t; in cubicCoordinateCalculation()
267 + (3 * oneMinusT * tSquared * p2) + (tCubed * p3); in cubicCoordinateCalculation()