Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DPath.cpp271 float tSquared = t * t; in cubicCoordinateCalculation() local
272 float tCubed = tSquared * t; in cubicCoordinateCalculation()
274 + (3 * oneMinusT * tSquared * p2) + (tCubed * p3); in cubicCoordinateCalculation()