Home
last modified time | relevance | path

Searched refs:getConicKLM (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/gpu/geometry/
H A DGrPathUtils.h116 void getConicKLM(const SkPoint p[3], const SkScalar weight, SkMatrix* klm);
H A DGrPathUtils.cpp246 void GrPathUtils::getConicKLM(const SkPoint p[3], const SkScalar weight, SkMatrix* out) { in getConicKLM() function in GrPathUtils
/third_party/skia/gm/
H A Dbeziereffects.cpp290 GrPathUtils::getConicKLM(controlPts, weights[row], &klm);
/third_party/skia/src/gpu/ops/
H A DAAHairLinePathRenderer.cpp620 // k, l, m are calculated in function GrPathUtils::getConicKLM
626 GrPathUtils::getConicKLM(p, weight, &klm); in set_conic_coeffs()

Completed in 6 milliseconds