Searched defs:iterTestData (Results 1 – 1 of 1) sorted by relevance
2390 struct iterTestData { in test_iter() struct2391 const char* testPath; in test_iter()2392 const bool forceClose; in test_iter()2393 const bool consumeDegenerates; in test_iter()2394 const size_t* numResultPtsPerVerb; in test_iter()2395 const SkPoint* resultPts; in test_iter()2396 const SkPath::Verb* resultVerbs; in test_iter()2397 const size_t numResultVerbs; in test_iter()