Searched refs:getRenderTargetClip (Results 1 – 6 of 6) sorted by relevance
115 if (CC_UNLIKELY(snapshot.getRenderTargetClip().isEmpty())) return nullptr; in tryConstruct()128 if (CC_UNLIKELY(snapshot.getRenderTargetClip().isEmpty())) return nullptr; in tryConstructUnbounded()136 if (CC_UNLIKELY(snapshot.getRenderTargetClip().isEmpty())) return nullptr; in tryStrokeableOpConstruct()154 if (CC_UNLIKELY(snapshot.getRenderTargetClip().isEmpty())) return nullptr; in tryShadowOpConstruct()
118 const Rect& getRenderTargetClipBounds() const { return mSnapshot->getRenderTargetClip(); } in getRenderTargetClipBounds()151 return currentSnapshot()->getRenderTargetClip(); in currentRenderTargetClip()
136 const Rect& getRenderTargetClip() const { return mClipArea->getClipRect(); } in getRenderTargetClip() function
274 bool quickRejected = mCanvasState.currentSnapshot()->getRenderTargetClip().isEmpty() || in deferNodePropsAndOps()840 saveLayerBounds.doIntersect(previous->getRenderTargetClip()); in deferBeginLayerOp()891 saveLayerBounds.doIntersect(previous->getRenderTargetClip()); in deferEndLayerOp()926 dstRect.doIntersect(mCanvasState.currentSnapshot()->getRenderTargetClip()); in deferBeginUnclippedLayerOp()
133 visibleBounds.contains(previous.getRenderTargetClip()))) { in saveLayer()140 visibleBounds.doIntersect(previous.getRenderTargetClip()); in saveLayer()
62 EXPECT_EQ(Rect(50, 50, 75, 75), child->getRenderTargetClip()); in TEST()72 EXPECT_EQ(Rect(10, 10, 75, 75), child->getRenderTargetClip()); in TEST()