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

/external/skia/src/gpu/
H A DGrPathUtils.h106 void getConicKLM(const SkPoint p[3], const SkScalar weight, SkMatrix* klm);
H A DGrPathUtils.cpp319 void GrPathUtils::getConicKLM(const SkPoint p[3], const SkScalar weight, SkMatrix* out) { function in class:GrPathUtils
/external/skia/gm/
H A Dbeziereffects.cpp358 GrPathUtils::getConicKLM(controlPts, weight, &klm);
/external/skia/src/gpu/ops/
H A DGrAAHairLinePathRenderer.cpp592 // k, l, m are calculated in function GrPathUtils::getConicKLM
597 GrPathUtils::getConicKLM(p, weight, &klm);

Completed in 143 milliseconds