Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrPathUtils.h101 void getConicKLM(const SkPoint p[3], const SkScalar weight, SkMatrix* klm);
DGrPathUtils.cpp327 void GrPathUtils::getConicKLM(const SkPoint p[3], const SkScalar weight, SkMatrix* out) { in getConicKLM() function in GrPathUtils
/external/skia/src/gpu/geometry/
DGrPathUtils.h115 void getConicKLM(const SkPoint p[3], const SkScalar weight, SkMatrix* klm);
DGrPathUtils.cpp246 void GrPathUtils::getConicKLM(const SkPoint p[3], const SkScalar weight, SkMatrix* out) { in getConicKLM() function in GrPathUtils
/external/skia/gm/
Dbeziereffects.cpp284 GrPathUtils::getConicKLM(controlPts, weights[row], &klm); in onDraw()
/external/skqp/gm/
Dbeziereffects.cpp203 GrPathUtils::getConicKLM(controlPts, weight, &klm); in onDraw()
/external/skqp/src/gpu/ops/
DGrAAHairLinePathRenderer.cpp613 GrPathUtils::getConicKLM(p, weight, &klm); in set_conic_coeffs()
/external/skia/src/gpu/ops/
DGrAAHairLinePathRenderer.cpp615 GrPathUtils::getConicKLM(p, weight, &klm); in set_conic_coeffs()