Searched refs:getConicKLM (Results 1 – 4 of 4) sorted by relevance
107 void getConicKLM(const SkPoint p[3], const SkScalar weight, SkScalar klm[9]);
328 void GrPathUtils::getConicKLM(const SkPoint p[3], const SkScalar weight, SkScalar klm[9]) { in getConicKLM() function in GrPathUtils
534 GrPathUtils::getConicKLM(p, weight, klm); in set_conic_coeffs()
329 GrPathUtils::getConicKLM(controlPts, weight, klmEqs); in onDraw()