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);
237 SkPath circlePath; local
238 circlePath.addCircle(100, 100, 100);
239 area.clipPathWithTransform(circlePath, &Matrix4::identity(), SkRegion::kReplace_Op);
289 SkPath circlePath; local
[all...]

Completed in 74 milliseconds