Home
last modified time | relevance | path

Searched refs:PathGeo (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DGrStyledShapeTest.cpp428 class PathGeo : public Geo { class
432 PathGeo(const SkPath& path, Invert invert) : fPath(path) { in PathGeo() function in __anon19017::PathGeo
495 class RRectPathGeo : public PathGeo {
501 : PathGeo(path, invert) in RRectPathGeo()
2097 for (PathGeo::Invert invert : {PathGeo::Invert::kNo, PathGeo::Invert::kYes}) { in DEF_TEST()
2098 TestCase caseA(PathGeo(pathA, invert), paint, r); in DEF_TEST()
2099 TestCase caseB(PathGeo(pathB, invert), paint, r); in DEF_TEST()
2155 PathGeo in DEF_TEST()
[all...]

Completed in 8 milliseconds