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

/external/skia/src/utils/
H A DSkShadowTessellator.cpp678 SkTDArray<SkPoint> fClipPolygon; member in class:SkSpotShadowTessellator
751 fClipPolygon.setReserve(path.countPoints());
755 if (fClipPolygon.count() < 3 || fPathPolygon.count() < 3) {
920 fClipPolygon.reset();
938 *fClipPolygon.push() = pts[1];
946 *fClipPolygon.push() = curvePoint;
947 *fClipPolygon.push() = pts[2];
957 *fClipPolygon.push() = curvePoint;
958 *fClipPolygon.push() = pts[2];
966 *fClipPolygon
[all...]

Completed in 115 milliseconds