Lines Matching refs:intersectingPoly
182 SkTDArray<SkPoint> intersectingPoly;
183 *intersectingPoly.push() = SkPoint::Make(0.0f, -50.0f);
184 *intersectingPoly.push() = SkPoint::Make(14.43f, -25.0f);
185 *intersectingPoly.push() = SkPoint::Make(43.30f, -25.0f);
186 *intersectingPoly.push() = SkPoint::Make(-28.86f, 0.0f);
187 *intersectingPoly.push() = SkPoint::Make(43.30f, 25.0f);
188 *intersectingPoly.push() = SkPoint::Make(14.43f, 25.0f);
189 *intersectingPoly.push() = SkPoint::Make(0.0f, 50.0f);
190 *intersectingPoly.push() = SkPoint::Make(-14.43f, 25.0f);
191 *intersectingPoly.push() = SkPoint::Make(-43.30f, 25.0f);
192 *intersectingPoly.push() = SkPoint::Make(28.86f, 0.0f);
193 *intersectingPoly.push() = SkPoint::Make(-43.30f, -25.0f);
194 *intersectingPoly.push() = SkPoint::Make(-14.43f, -25.0f);
197 result = SkIsSimplePolygon(intersectingPoly.begin(), intersectingPoly.count());