Lines Matching refs:fact
260 SkContourMeasureIter fact(path, false);
264 REPORTER_ASSERT(reporter, fact.next());
265 REPORTER_ASSERT(reporter, fact.next());
266 REPORTER_ASSERT(reporter, !fact.next());
277 SkContourMeasureIter fact(path, forceClosed);
278 REPORTER_ASSERT(reporter, fact.next());
279 REPORTER_ASSERT(reporter, !fact.next());
306 SkContourMeasureIter fact(path, false);
309 auto cm0 = fact.next();
310 auto cm1 = fact.next();
322 auto cm2 = fact.next();