Searched refs:clipBottom (Results 1 – 12 of 12) sorted by relevance
/aosp14/frameworks/base/libs/hwui/jni/pdf/ |
H A D | PdfRenderer.cpp | 73 jlong bitmapPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom, in nativeRenderPage() argument 105 FS_RECTF clip = {(float) clipLeft, (float) clipTop, (float) clipRight, (float) clipBottom}; in nativeRenderPage()
|
H A D | PdfEditor.cpp | 110 jlong transformPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom) { in nativeSetTransformAndClip() argument 157 FS_RECTF clip = {(float) clipLeft, (float) clipTop, (float) clipRight, (float) clipBottom}; in nativeSetTransformAndClip()
|
/aosp14/frameworks/base/libs/hwui/private/hwui/ |
H A D | DrawGlInfo.h | 35 int clipBottom; member
|
/aosp14/frameworks/base/native/webview/plat_support/ |
H A D | draw_gl_functor.cpp | 64 aw_info.clip_bottom = gl_info->clipBottom; in operator ()()
|
H A D | draw_functor.cpp | 97 .clip_bottom = draw_gl_params.clipBottom, in draw_gl()
|
/aosp14/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | VkInteropFunctorDrawable.cpp | 137 info.clipBottom = clipBounds.fBottom; in onDraw()
|
H A D | GLFunctorDrawable.cpp | 128 info.clipBottom = clipBounds.fBottom; in onDraw()
|
/aosp14/frameworks/base/graphics/java/android/graphics/pdf/ |
H A D | PdfEditor.java | 357 long transformPtr, int clipLeft, int clipTop, int clipRight, int clipBottom); in nativeSetTransformAndClip() argument
|
H A D | PdfRenderer.java | 497 int clipLeft, int clipTop, int clipRight, int clipBottom, long transformPtr, in nativeRenderPage() argument
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | QuickSettingsController.java | 1251 int clipBottom = mEnableClipping in applyClippingImmediately() local 1259 clipBottom, in applyClippingImmediately()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableNotificationRow.java | 2340 float clipBottom = Math.max(params.getBottom() - notificationStackTop, 2344 int minimumHeightForClipping = (int) (clipBottom - clipTop);
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | TextView.java | 9037 float clipBottom = bottom - top + scrollY in onDraw() local 9045 clipBottom += Math.max(0, mShadowDy + mShadowRadius); in onDraw() 9048 canvas.clipRect(clipLeft, clipTop, clipRight, clipBottom); in onDraw()
|