Searched defs:circlePath (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
H A DClipAreaTests.cpp158 SkPath circlePath; local
159 circlePath.addCircle(100, 100, 100);
160 area.clipPathWithTransform(circlePath, &Matrix4::identity(), SkRegion::kReplace_Op);
178 SkPath circlePath; local
179 circlePath.addCircle(100, 100, 100);
180 area.clipPathWithTransform(circlePath, &Matrix4::identity(), SkRegion::kIntersect_Op);
233 SkPath circlePath; local
234 circlePath.addCircle(100, 100, 100);
235 area.clipPathWithTransform(circlePath, &Matrix4::identity(), SkRegion::kReplace_Op);

Completed in 32 milliseconds