Searched refs:applyClip (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/hwui/tests/unit/ |
D | SnapshotTests.cpp | 50 TEST(Snapshot, applyClip) { in TEST() argument 59 child->applyClip(&rect, Matrix4::identity()); in TEST() 69 child->applyClip(&rect, Matrix4::identity()); in TEST()
|
/frameworks/base/libs/hwui/ |
D | Snapshot.cpp | 184 void Snapshot::applyClip(const ClipBase* recordedClip, const Matrix4& transform) { in applyClip() function in android::uirenderer::Snapshot 189 mClipArea->applyClip(recordedClip, transform); in applyClip()
|
D | Snapshot.h | 152 void applyClip(const ClipBase* clip, const Matrix4& transform);
|
D | ClipArea.h | 179 void applyClip(const ClipBase* recordedClip, const Matrix4& recordedClipTransform);
|
D | FrameBuilder.cpp | 444 mCanvasState.writableSnapshot()->applyClip(reorderClip, in deferShadow() 544 mCanvasState.writableSnapshot()->applyClip(op.localClip, in deferRenderNodeOpImpl()
|
D | ClipArea.cpp | 512 void ClipArea::applyClip(const ClipBase* clip, const Matrix4& transform) { in applyClip() function in android::uirenderer::ClipArea
|