/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() 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()
|
/aosp12/frameworks/base/libs/hwui/private/hwui/ |
H A D | DrawGlInfo.h | 31 int clipLeft; member
|
/aosp12/frameworks/base/native/webview/plat_support/ |
H A D | draw_gl_functor.cpp | 61 aw_info.clip_left = gl_info->clipLeft; in operator ()()
|
H A D | draw_functor.cpp | 94 .clip_left = draw_gl_params.clipLeft, in draw_gl()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | TaskThumbnailView.java | 241 int leftInset = TaskView.clipLeft(dp) ? Math.round(boundsInBitmapSpace.left) : 0; in getScaledInsets() 444 if (TaskView.clipLeft(dp)) { in updateThumbnailMatrix() 496 if (!TaskView.clipLeft(dp)) { in updateThumbnailMatrix()
|
H A D | TaskView.java | 143 public static boolean clipLeft(DeviceProfile deviceProfile) { in clipLeft() method in TaskView
|
/aosp12/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | VkInteropFunctorDrawable.cpp | 131 info.clipLeft = clipBounds.fLeft; in onDraw()
|
H A D | GLFunctorDrawable.cpp | 111 info.clipLeft = clipBounds.fLeft; in onDraw()
|
/aosp12/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
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | BaseActivityInterface.java | 277 if (!TaskView.clipLeft(dp)) { in getTaskDimension() 292 if (TaskView.clipLeft(dp)) { in getTaskDimension()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
H A D | RecentsOrientedState.java | 392 if (TaskView.clipLeft(dp)) { in getFullScreenScaleAndPivot()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | TextView.java | 8070 float clipLeft = compoundPaddingLeft + scrollX; in onDraw() local 8077 clipLeft += Math.min(0, mShadowDx - mShadowRadius); in onDraw() 8084 canvas.clipRect(clipLeft, clipTop, clipRight, clipBottom); in onDraw()
|