Lines Matching defs:Invert
430 enum class Invert { kNo, kYes };
432 PathGeo(const SkPath& path, Invert invert) : fPath(path) {
434 if (Invert::kYes == invert) {
500 Invert invert)
506 Invert invert)
2097 for (PathGeo::Invert invert : {PathGeo::Invert::kNo, PathGeo::Invert::kYes}) {
2155 PathGeo::Invert::kNo));
2157 PathGeo::Invert::kYes));
2159 PathGeo::Invert::kNo));
2169 PathGeo::Invert::kNo));
2171 PathGeo::Invert::kYes));
2174 PathGeo::Invert::kNo));
2189 RRectPathGeo::RRectForStroke::kNo, PathGeo::Invert::kNo));
2192 RRectPathGeo::RRectForStroke::kNo, PathGeo::Invert::kYes));
2195 RRectPathGeo::RRectForStroke::kNo, PathGeo::Invert::kNo));
2201 geos.emplace_back(new PathGeo(quadPath, PathGeo::Invert::kNo));
2202 geos.emplace_back(new PathGeo(quadPath, PathGeo::Invert::kYes));
2208 geos.emplace_back(new PathGeo(linePath, PathGeo::Invert::kNo));
2209 geos.emplace_back(new PathGeo(linePath, PathGeo::Invert::kYes));
2216 geos.emplace_back(new PathGeo(vLinePath, PathGeo::Invert::kNo));
2217 geos.emplace_back(new PathGeo(vLinePath, PathGeo::Invert::kYes));
2223 geos.emplace_back(new PathGeo(hLinePath, PathGeo::Invert::kNo));
2224 geos.emplace_back(new PathGeo(hLinePath, PathGeo::Invert::kYes));
2278 test_volatile_path(reporter, PathGeo(SkPath(), PathGeo::Invert::kNo));