Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGeometry.cpp463 static void get_cubic_coeff(const SkScalar pt[], SkScalar coeff[4]) in get_cubic_coeff() function
476 get_cubic_coeff(&pts[0].fX, cx); in SkGetCubicCoeff()
478 get_cubic_coeff(&pts[0].fY, cy); in SkGetCubicCoeff()