Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/private/hwui/
DDrawGlInfo.h34 int clipBottom; member
/frameworks/base/graphics/java/android/graphics/
DRenderNode.java282 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/
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/jni/pdf/
DPdfEditor.cpp107 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/
DVkInteropFunctorDrawable.cpp139 info.clipBottom = clipBounds.fBottom; in onDraw()
DGLFunctorDrawable.cpp135 info.clipBottom = clipBounds.fBottom; in onDraw()
/frameworks/base/graphics/java/android/graphics/pdf/
DPdfEditor.java365 long transformPtr, int clipLeft, int clipTop, int clipRight, int clipBottom); in nativeSetTransformAndClip() argument
/frameworks/base/core/java/android/view/
DSurfaceView.java1600 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/
DQuickSettingsControllerImpl.java1270 int clipBottom = mEnableClipping in applyClippingImmediately() local
1278 clipBottom, in applyClippingImmediately()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java2489 float clipBottom = Math.max(params.getBottom() - notificationStackTop,
2493 int minimumHeightForClipping = (int) (clipBottom - clipTop);