Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkShadowTessellator.cpp71 SkTDArray<SkPoint> fInitPoints; member in SkBaseShadowTessellator
133 fInitPoints.setReserve(3); in SkBaseShadowTessellator()
556 if (fInitPoints.count() < 2) { in handleLine()
557 *fInitPoints.push() = p; in handleLine()
561 if (fInitPoints.count() == 2) { in handleLine()
563 SkVector v0 = fInitPoints[1] - fInitPoints[0]; in handleLine()
564 SkVector v1 = p - fInitPoints[0]; in handleLine()
568 fInitPoints[1] = p; in handleLine()
577 if (!compute_normal(fInitPoints[0], fInitPoints[1], fDirection, &normal)) { in handleLine()
579 fInitPoints[1] = p; in handleLine()
[all …]