Searched refs:handleConic (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/utils/ |
D | SkShadowTessellator.cpp | 78 void handleConic(const SkMatrix& m, SkPoint pts[3], SkScalar w); 820 void SkBaseShadowTessellator::handleConic(const SkMatrix& m, SkPoint pts[3], SkScalar w) { in handleConic() function in SkBaseShadowTessellator 963 this->handleConic(ctm, pts, iter.conicWeight()); in computePathPolygon() 1099 this->handleConic(shadowTransform, pts, w); in computeClipAndPathPolygons()
|
/external/skia/src/utils/ |
D | SkShadowTessellator.cpp | 78 void handleConic(const SkMatrix& m, SkPoint pts[3], SkScalar w); 820 void SkBaseShadowTessellator::handleConic(const SkMatrix& m, SkPoint pts[3], SkScalar w) { in handleConic() function in SkBaseShadowTessellator 963 this->handleConic(ctm, pts, iter.conicWeight()); in computePathPolygon() 1099 this->handleConic(shadowTransform, pts, w); in computeClipAndPathPolygons()
|