Searched refs:clipPathWithTransform (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/tests/unit/ |
D | ClipAreaTests.cpp | 98 area.clipPathWithTransform(path, &Matrix4::identity(), SkRegion::kIntersect_Op); in TEST() 160 area.clipPathWithTransform(circlePath, &Matrix4::identity(), SkRegion::kReplace_Op); in TEST() 180 area.clipPathWithTransform(circlePath, &Matrix4::identity(), SkRegion::kIntersect_Op); in TEST() 235 area.clipPathWithTransform(circlePath, &Matrix4::identity(), SkRegion::kReplace_Op); in TEST()
|
/frameworks/base/libs/hwui/ |
D | Snapshot.cpp | 82 mClipArea->clipPathWithTransform(path, transform, static_cast<SkRegion::Op>(op)); in clipPath()
|
D | ClipArea.h | 149 void clipPathWithTransform(const SkPath& path, const mat4* transform,
|
D | ClipArea.cpp | 245 void ClipArea::clipPathWithTransform(const SkPath& path, const mat4* transform, in clipPathWithTransform() function in android::uirenderer::ClipArea
|