Searched defs:clipRight (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/libs/hwui/private/hwui/ |
H A D | DrawGlInfo.h | 33 int clipRight; member
|
/aosp12/frameworks/base/libs/hwui/jni/pdf/ |
H A D | PdfRenderer.cpp | 73 jlong bitmapPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom, in nativeRenderPage()
|
H A D | PdfEditor.cpp | 110 jlong transformPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom) { in nativeSetTransformAndClip()
|
/aosp12/frameworks/base/graphics/java/android/graphics/pdf/ |
H A D | PdfRenderer.java | 497 int clipLeft, int clipTop, int clipRight, int clipBottom, long transformPtr, in nativeRenderPage()
|
H A D | PdfEditor.java | 357 long transformPtr, int clipLeft, int clipTop, int clipRight, int clipBottom); in nativeSetTransformAndClip()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | TaskView.java | 157 public static boolean clipRight(DeviceProfile deviceProfile) { in clipRight() method in TaskView
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | TextView.java | 8072 float clipRight = right - left - getCompoundPaddingRight() + scrollX; in onDraw() local
|