Home
last modified time | relevance | path

Searched refs:clipLeft (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/libs/hwui/jni/pdf/
H A 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()
H A 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()
/aosp14/frameworks/base/libs/hwui/private/hwui/
H A DDrawGlInfo.h32 int clipLeft; member
/aosp14/frameworks/base/native/webview/plat_support/
H A Ddraw_gl_functor.cpp61 aw_info.clip_left = gl_info->clipLeft; in operator ()()
H A Ddraw_functor.cpp94 .clip_left = draw_gl_params.clipLeft, in draw_gl()
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DVkInteropFunctorDrawable.cpp134 info.clipLeft = clipBounds.fLeft; in onDraw()
H A DGLFunctorDrawable.cpp125 info.clipLeft = clipBounds.fLeft; in onDraw()
/aosp14/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfEditor.java357 long transformPtr, int clipLeft, int clipTop, int clipRight, int clipBottom); in nativeSetTransformAndClip() argument
H A DPdfRenderer.java497 int clipLeft, int clipTop, int clipRight, int clipBottom, long transformPtr, in nativeRenderPage() argument
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java9034 float clipLeft = compoundPaddingLeft + scrollX; in onDraw() local
9041 clipLeft += Math.min(0, mShadowDx - mShadowRadius); in onDraw()
9048 canvas.clipRect(clipLeft, clipTop, clipRight, clipBottom); in onDraw()