Searched refs:getConicKLM (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/gpu/geometry/ |
H A D | GrPathUtils.h | 116 void getConicKLM(const SkPoint p[3], const SkScalar weight, SkMatrix* klm);
|
H A D | GrPathUtils.cpp | 246 void GrPathUtils::getConicKLM(const SkPoint p[3], const SkScalar weight, SkMatrix* out) { in getConicKLM() function in GrPathUtils
|
/third_party/skia/gm/ |
H A D | beziereffects.cpp | 290 GrPathUtils::getConicKLM(controlPts, weights[row], &klm);
|
/third_party/skia/src/gpu/ops/ |
H A D | AAHairLinePathRenderer.cpp | 620 // k, l, m are calculated in function GrPathUtils::getConicKLM 626 GrPathUtils::getConicKLM(p, weight, &klm); in set_conic_coeffs()
|
Completed in 5 milliseconds