Home
last modified time | relevance | path

Searched refs:clipPathWithTransform (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DClipAreaTests.cpp98 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/
DSnapshot.cpp82 mClipArea->clipPathWithTransform(path, transform, static_cast<SkRegion::Op>(op)); in clipPath()
DClipArea.h149 void clipPathWithTransform(const SkPath& path, const mat4* transform,
DClipArea.cpp245 void ClipArea::clipPathWithTransform(const SkPath& path, const mat4* transform, in clipPathWithTransform() function in android::uirenderer::ClipArea