Searched refs:circlePath (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/tests/unit/ |
D | ClipAreaTests.cpp | 158 SkPath circlePath; in TEST() local 159 circlePath.addCircle(100, 100, 100); in TEST() 160 area.clipPathWithTransform(circlePath, &Matrix4::identity(), SkRegion::kReplace_Op); in TEST() 178 SkPath circlePath; in TEST() local 179 circlePath.addCircle(100, 100, 100); in TEST() 180 area.clipPathWithTransform(circlePath, &Matrix4::identity(), SkRegion::kIntersect_Op); in TEST() 233 SkPath circlePath; in TEST() local 234 circlePath.addCircle(100, 100, 100); in TEST() 235 area.clipPathWithTransform(circlePath, &Matrix4::identity(), SkRegion::kReplace_Op); in TEST() 283 SkPath circlePath; in TEST() local [all …]
|