Lines Matching refs:set
31 poly[2].set(102.5f, 55.330127f);
40 poly[2].set(100 + 2.5f, 55);
50 poly[0].set(-1.0e+37f, 1.0e+37f);
51 poly[1].set(1.0e+37f, 1.0e+37f);
52 poly[2].set(-1.0e+37f, -1.0e+37f);
61 poly[0].set(-1.0e-38f, 1.0e-38f);
62 poly[1].set(-1.0e-38f, -1.0e-38f);
63 poly[2].set(1.0e-38f, 1.0e-38f);
73 poly[0].set(-100 + 1.0e+9f, 55 - 1.0e+9f);
74 poly[1].set(100 + 1.0e+9f, 55 - 1.0e+9f);
75 poly[2].set(150 + 1.0e+9f, 100 - 1.0e+9f);
267 for (auto& set : convex) {
268 REPORTER_ASSERT(r, SkIsPolyConvex_experimental(set.fPts, set.fN));
282 for (auto& set : concave) {
283 if (SkIsPolyConvex_experimental(set.fPts, set.fN)) {
284 REPORTER_ASSERT(r, !SkIsPolyConvex_experimental(set.fPts, set.fN));