Searched refs:clipBottom (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/libs/hwui/private/hwui/ |
D | DrawGlInfo.h | 34 int clipBottom; member
|
/frameworks/base/graphics/java/android/graphics/ |
D | RenderNode.java | 282 int clipLeft, int clipTop, int clipRight, int clipBottom) { in positionChanged() argument 307 int clipLeft, int clipTop, int clipRight, int clipBottom) { in callPositionChanged2() argument 311 clipTop, clipRight, clipBottom); in callPositionChanged2() 404 int clipLeft, int clipTop, int clipRight, int clipBottom) { in positionChanged() argument 407 clipRight, clipBottom); in positionChanged()
|
/frameworks/base/native/webview/plat_support/ |
D | draw_gl_functor.cpp | 64 aw_info.clip_bottom = gl_info->clipBottom; in operator ()()
|
D | draw_functor.cpp | 97 .clip_bottom = draw_gl_params.clipBottom, in draw_gl()
|
/frameworks/base/libs/hwui/jni/pdf/ |
D | PdfEditor.cpp | 107 jlong transformPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom) { in nativeSetTransformAndClip() argument 154 FS_RECTF clip = {(float) clipLeft, (float) clipTop, (float) clipRight, (float) clipBottom}; in nativeSetTransformAndClip()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | VkInteropFunctorDrawable.cpp | 139 info.clipBottom = clipBounds.fBottom; in onDraw()
|
D | GLFunctorDrawable.cpp | 135 info.clipBottom = clipBounds.fBottom; in onDraw()
|
/frameworks/base/graphics/java/android/graphics/pdf/ |
D | PdfEditor.java | 365 long transformPtr, int clipLeft, int clipTop, int clipRight, int clipBottom); in nativeSetTransformAndClip() argument
|
/frameworks/base/core/java/android/view/ |
D | SurfaceView.java | 1600 int clipLeft, int clipTop, int clipRight, int clipBottom) { in positionChanged() argument 1608 left, top, right, bottom, clipLeft, clipTop, clipRight, clipBottom, in positionChanged() 1626 (int) Math.ceil(clipBottom / postScaleY)); in positionChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | QuickSettingsControllerImpl.java | 1270 int clipBottom = mEnableClipping in applyClippingImmediately() local 1278 clipBottom, in applyClippingImmediately()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRow.java | 2489 float clipBottom = Math.max(params.getBottom() - notificationStackTop, 2493 int minimumHeightForClipping = (int) (clipBottom - clipTop);
|