Searched refs:getConicKLM (Results 1 – 4 of 4) sorted by relevance
109 void getConicKLM(const SkPoint p[3], const SkScalar weight, SkMatrix* klm);
326 void GrPathUtils::getConicKLM(const SkPoint p[3], const SkScalar weight, SkMatrix* out) { in getConicKLM() function in GrPathUtils
296 GrPathUtils::getConicKLM(controlPts, weight, &klm); in onDraw()
529 GrPathUtils::getConicKLM(p, weight, &klm); in set_conic_coeffs()