Searched refs:eval_quad (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkGeometry.cpp66 /** If defined, this makes eval_quad and eval_cubic do more setup (sometimes
149 static SkScalar eval_quad(const SkScalar src[], SkScalar t) { function
184 pt->set(eval_quad(&src[0].fX, t), eval_quad(&src[0].fY, t));
/external/skia/src/core/
H A DSkGeometry.cpp66 /** If defined, this makes eval_quad and eval_cubic do more setup (sometimes
149 static SkScalar eval_quad(const SkScalar src[], SkScalar t) { function
184 pt->set(eval_quad(&src[0].fX, t), eval_quad(&src[0].fY, t));

Completed in 1498 milliseconds