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

/frameworks/base/libs/hwui/tests/unit/
H A DClipAreaTests.cpp98 area.clipPathWithTransform(path, &Matrix4::identity(), SkRegion::kIntersect_Op);
160 area.clipPathWithTransform(circlePath, &Matrix4::identity(), SkRegion::kReplace_Op);
180 area.clipPathWithTransform(circlePath, &Matrix4::identity(), SkRegion::kIntersect_Op);
235 area.clipPathWithTransform(circlePath, &Matrix4::identity(), SkRegion::kReplace_Op);
/frameworks/base/libs/hwui/
H A DClipArea.h150 void clipPathWithTransform(const SkPath& path, const mat4* transform,
H A DSnapshot.cpp98 mClipArea->clipPathWithTransform(path, transform, op);
H A DClipArea.cpp245 void ClipArea::clipPathWithTransform(const SkPath& path, const mat4* transform, function in class:android::uirenderer::ClipArea

Completed in 85 milliseconds