Home
last modified time | relevance | path

Searched refs:clipBottom (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/libs/hwui/jni/pdf/
DPdfRenderer.cpp73 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()
DPdfEditor.cpp110 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()
/frameworks/base/libs/hwui/private/hwui/
DDrawGlInfo.h34 int clipBottom; member
/frameworks/base/native/webview/plat_support/
Ddraw_gl_functor.cpp64 aw_info.clip_bottom = gl_info->clipBottom; in operator ()()
Ddraw_functor.cpp97 .clip_bottom = draw_gl_params.clipBottom, in draw_gl()
/frameworks/base/libs/hwui/pipeline/skia/
DVkInteropFunctorDrawable.cpp134 info.clipBottom = clipBounds.fBottom; in onDraw()
DGLFunctorDrawable.cpp114 info.clipBottom = clipBounds.fBottom; in onDraw()
/frameworks/base/graphics/java/android/graphics/pdf/
DPdfEditor.java357 long transformPtr, int clipLeft, int clipTop, int clipRight, int clipBottom); in nativeSetTransformAndClip() argument
DPdfRenderer.java497 int clipLeft, int clipTop, int clipRight, int clipBottom, long transformPtr, in nativeRenderPage() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java2073 float clipBottom = Math.max(params.getBottom(),
2077 int minimumHeightForClipping = (int) (clipBottom - clipTop);
/frameworks/base/core/java/android/widget/
DTextView.java8073 float clipBottom = bottom - top + scrollY in onDraw() local
8081 clipBottom += Math.max(0, mShadowDy + mShadowRadius); in onDraw()
8084 canvas.clipRect(clipLeft, clipTop, clipRight, clipBottom); in onDraw()