Home
last modified time | relevance | path

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

/external/libchrome/ui/gfx/geometry/
Dcubic_bezier.h20 return ((ax_ * t + bx_) * t + cx_) * t; in SampleCurveX()
28 return (3.0 * ax_ * t + 2.0 * bx_) * t + cx_; in SampleCurveDerivativeX()
77 double ax_; variable
Dcubic_bezier.cc32 ax_ = 1.0 - cx_ - bx_; in InitCoefficients()
/external/tpm2-tss/
DCHANGELOG.md67 - Switched to git.mk, many ax_ makros and away from gnulib