Home
last modified time | relevance | path

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

/third_party/skia/src/utils/
H A DSkShadowTessellator.cpp304 int polyCount = fPathPolygon.count(); in computeConvexShadow() local
305 if (!compute_normal(fPathPolygon[polyCount - 1], fPathPolygon[0], fDirection, &fFirstOutset)) { in computeConvexShadow()
311 fFirstPoint = fPathPolygon[polyCount - 1]; in computeConvexShadow()
336 for (int i = 1; i < polyCount; ++i) { in computeConvexShadow()
344 i == polyCount - 1, doClip); in computeConvexShadow()

Completed in 3 milliseconds