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

/frameworks/base/include/private/hwui/
H A DDrawGlInfo.h32 int clipBottom; member in struct:android::uirenderer::DrawGlInfo
/frameworks/webview/chromium/plat_support/
H A Ddraw_gl_functor.cpp65 aw_info.clip_bottom = gl_info->clipBottom;
/frameworks/base/libs/hwui/
H A DCanvasState.cpp64 float clipRight, float clipBottom, const Vector3& lightCenter) {
74 mSnapshot->setClip(clipLeft, clipTop, clipRight, clipBottom);
61 initializeSaveStack( int viewportWidth, int viewportHeight, float clipLeft, float clipTop, float clipRight, float clipBottom, const Vector3& lightCenter) argument
H A DCanvasState.h90 float clipLeft, float clipTop, float clipRight, float clipBottom,
H A DBakedOpRenderer.cpp363 info.clipBottom = clip.bottom;
H A DOpenGLRenderer.cpp240 info.clipBottom = clip.bottom;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewThumbnail.java272 void updateThumbnailVisibility(int clipBottom) { argument
273 boolean invisible = mTaskBar != null && (getHeight() - clipBottom) <= mTaskBar.getHeight();
H A DTaskStackView.java790 int clipBottom = 0;
820 clipBottom = (int) (taskBottom - frontTaskTop) - mTaskCornerRadiusPx;
824 tv.getViewBounds().setClipBottom(clipBottom);
825 tv.mThumbnailView.updateThumbnailVisibility(clipBottom - tv.getPaddingBottom());
/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfEditor.cpp176 jlong transformPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom) {
220 FS_RECTF clip = {(float) clipLeft, (float) clipTop, (float) clipRight, (float) clipBottom};
175 nativeSetTransformAndClip(JNIEnv* env, jclass thiz, jlong documentPtr, jint pageIndex, jlong transformPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom) argument
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfEditor.java345 long transformPtr, int clipLeft, int clipTop, int clipRight, int clipBottom);
344 nativeSetTransformAndClip(long documentPtr, int pageIndex, long transformPtr, int clipLeft, int clipTop, int clipRight, int clipBottom) argument
/frameworks/base/core/java/android/widget/
H A DTextView.java5816 float clipBottom = bottom - top + scrollY -
5824 clipBottom += Math.max(0, mShadowDy + mShadowRadius);
5827 canvas.clipRect(clipLeft, clipTop, clipRight, clipBottom);

Completed in 3578 milliseconds