Searched refs:getRenderTargetClip (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
H A DSnapshotTests.cpp62 EXPECT_EQ(Rect(50, 50, 75, 75), child->getRenderTargetClip());
72 EXPECT_EQ(Rect(10, 10, 75, 75), child->getRenderTargetClip());
/frameworks/base/libs/hwui/
H A DBakedOpState.cpp112 if (CC_UNLIKELY(snapshot.getRenderTargetClip().isEmpty())) return nullptr;
125 if (CC_UNLIKELY(snapshot.getRenderTargetClip().isEmpty())) return nullptr;
131 if (CC_UNLIKELY(snapshot.getRenderTargetClip().isEmpty())) return nullptr;
149 if (CC_UNLIKELY(snapshot.getRenderTargetClip().isEmpty())) return nullptr;
H A DCanvasState.h121 const Rect& getRenderTargetClipBounds() const { return mSnapshot->getRenderTargetClip(); }
156 inline const Rect& currentRenderTargetClip() const { return currentSnapshot()->getRenderTargetClip(); }
H A DSnapshot.h162 const Rect& getRenderTargetClip() const { return mClipArea->getClipRect(); } function in class:android::uirenderer::Snapshot
H A DFrameBuilder.cpp277 bool quickRejected = mCanvasState.currentSnapshot()->getRenderTargetClip().isEmpty()
857 saveLayerBounds.doIntersect(previous->getRenderTargetClip());
912 saveLayerBounds.doIntersect(previous->getRenderTargetClip());
950 dstRect.doIntersect(mCanvasState.currentSnapshot()->getRenderTargetClip());
H A DRecordingCanvas.cpp138 && visibleBounds.contains(previous.getRenderTargetClip()))) {
145 visibleBounds.doIntersect(previous.getRenderTargetClip());
H A DOpenGLRenderer.cpp1088 .setModelViewOffsetRect(0, 0, Rect(currentSnapshot()->getRenderTargetClip()))

Completed in 191 milliseconds