Home
last modified time | relevance | path

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

/third_party/skia/src/utils/
H A DSkShadowTessellator.cpp737 SkPoint pSanitized; in handleLine() local
738 sanitize_point(p, &pSanitized); in handleLine()
741 if (!this->accumulateCentroid(fPathPolygon[fPathPolygon.count() - 1], pSanitized)) { in handleLine()
750 pSanitized)) { in handleLine()
754 if (duplicate_pt(fPathPolygon[fPathPolygon.count() - 1], pSanitized)) { in handleLine()
760 fPathPolygon.push_back(pSanitized); in handleLine()

Completed in 3 milliseconds