Home
last modified time | relevance | path

Searched refs:clipBounds (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DGLFunctorDrawable.cpp87 SkIRect clipBounds = canvas->getDeviceClipBounds(); in onDraw() local
94 if (fboID != 0 && !surfaceBounds.contains(clipBounds)) { in onDraw()
97 canvas->imageInfo().makeWH(clipBounds.width(), clipBounds.height()); in onDraw()
114 mat4.preTranslate(-clipBounds.fLeft, -clipBounds.fTop); in onDraw()
115 clipBounds.offsetTo(0, 0); in onDraw()
121 clipBounds.offset(-surfaceBounds.fLeft, -surfaceBounds.fTop); in onDraw()
126 info.clipLeft = clipBounds.fLeft; in onDraw()
127 info.clipTop = clipBounds.fTop; in onDraw()
128 info.clipRight = clipBounds.fRight; in onDraw()
129 info.clipBottom = clipBounds.fBottom; in onDraw()
DVkInteropFunctorDrawable.cpp125 SkIRect clipBounds = canvas->getDeviceClipBounds(); in onDraw() local
127 info.clipLeft = clipBounds.fLeft; in onDraw()
128 info.clipTop = clipBounds.fTop; in onDraw()
129 info.clipRight = clipBounds.fRight; in onDraw()
130 info.clipBottom = clipBounds.fBottom; in onDraw()
DReorderBarrierDrawables.cpp156 Rect clipBounds; in drawShadow() local
157 casterProperties.getClippingRectForFlags(CLIP_TO_CLIP_BOUNDS, &clipBounds); in drawShadow()
158 casterClipRect = clipBounds.toSkRect(); in drawShadow()
/frameworks/layoutlib/bridge/src/android/view/
DViewGroup_Delegate.java104 Rect clipBounds = canvas.getClipBounds(); in drawShadow() local
105 Rect newBounds = new Rect(clipBounds); in drawShadow()
118 Rect clipBounds = canvas.getClipBounds(); in getPathShadow() local
119 if (clipBounds.isEmpty()) { in getPathShadow()
122 BufferedImage image = new BufferedImage(clipBounds.width(), clipBounds.height(), in getPathShadow()
DRectShadowPainter.java139 Rect clipBounds = canvas.getClipBounds(); in modifyCanvas() local
140 if (clipBounds.isEmpty()) { in modifyCanvas()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/window/
DOverlayPanelViewController.java298 private int getCurrentStartPosition(Rect clipBounds) { in getCurrentStartPosition() argument
299 return mAnimateDirection > 0 ? clipBounds.bottom : clipBounds.top; in getCurrentStartPosition()
435 Rect clipBounds = new Rect(); in setViewClipBounds() local
444 clipBounds.set(0, top, getLayout().getWidth(), bottom); in setViewClipBounds()
445 getLayout().setClipBounds(clipBounds); in setViewClipBounds()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayout.kt142 val clipBounds = child.clipBounds ?: Rect() in applyCurrentState() constant
143 clipBounds.set(clipShift, 0, widgetState.width + clipShift, widgetState.height) in applyCurrentState()
144 child.clipBounds = clipBounds in applyCurrentState()
/frameworks/base/core/java/android/widget/inline/
DInlineContentView.java220 public void setClipBounds(Rect clipBounds) { in setClipBounds() argument
221 super.setClipBounds(clipBounds); in setClipBounds()
222 mSurfaceView.setClipBounds(clipBounds); in setClipBounds()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DGcSnapshot.java655 Rectangle clipBounds = originalGraphics.getClip() != null ? originalGraphics in drawInLayer() local
659 if (clipBounds != null) { in drawInLayer()
660 if (clipBounds.width == 0 || clipBounds.height == 0) { in drawInLayer()
666 imgRect = transformRect(clipBounds, transform); in drawInLayer()
/frameworks/base/core/java/android/app/
DActivityView.java247 public void setSurfaceClipBounds(Rect clipBounds) { in setSurfaceClipBounds() argument
248 mSurfaceView.setClipBounds(clipBounds); in setSurfaceClipBounds()
/frameworks/base/libs/hwui/
DRenderProperties.h181 bool setClipBounds(const Rect& clipBounds) { in setClipBounds() argument
183 return RP_SET(mPrimitiveFields.mClipBounds, clipBounds) || ret; in setClipBounds()
/frameworks/base/libs/hwui/tests/unit/
DRenderNodeDrawableTests.cpp176 SkRect clipBounds; in getRecorderClipBounds() local
177 recorder.getClipBounds(&clipBounds); in getRecorderClipBounds()
178 return clipBounds; in getRecorderClipBounds()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_RenderNode.cpp121 android::uirenderer::Rect clipBounds(left, top, right, bottom); in android_view_RenderNode_setClipBounds() local
122 return SET_AND_DIRTY(setClipBounds, clipBounds, RenderNode::GENERIC); in android_view_RenderNode_setClipBounds()
/frameworks/base/core/java/android/view/
DSurfaceView.java629 public void setClipBounds(Rect clipBounds) { in setClipBounds() argument
630 super.setClipBounds(clipBounds); in setClipBounds()
DView.java21840 public void setClipBounds(Rect clipBounds) { in setClipBounds() argument
21841 if (clipBounds == mClipBounds in setClipBounds()
21842 || (clipBounds != null && clipBounds.equals(mClipBounds))) { in setClipBounds()
21845 if (clipBounds != null) { in setClipBounds()
21847 mClipBounds = new Rect(clipBounds); in setClipBounds()
21849 mClipBounds.set(clipBounds); in setClipBounds()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java3678 Rect clipBounds = child.getClipBounds();
3679 childWasSwipedOut = clipBounds != null && clipBounds.height() == 0;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...