Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/pdf/
DPdfRenderer.cpp76 jlong bitmapPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom, in nativeRenderPage() argument
108 FS_RECTF clip = {(float) clipLeft, (float) clipTop, (float) clipRight, (float) clipBottom}; in nativeRenderPage()
DPdfEditor.cpp111 jlong transformPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom) { in nativeSetTransformAndClip() argument
158 FS_RECTF clip = {(float) clipLeft, (float) clipTop, (float) clipRight, (float) clipBottom}; in nativeSetTransformAndClip()
/frameworks/base/libs/hwui/private/hwui/
DDrawGlInfo.h31 int clipLeft; member
/frameworks/base/native/webview/plat_support/
Ddraw_gl_functor.cpp61 aw_info.clip_left = gl_info->clipLeft; in operator ()()
Ddraw_functor.cpp62 .clip_left = draw_gl_params.clipLeft, in draw_gl()
/frameworks/base/libs/hwui/pipeline/skia/
DVkInteropFunctorDrawable.cpp127 info.clipLeft = clipBounds.fLeft; in onDraw()
DGLFunctorDrawable.cpp133 info.clipLeft = clipBounds.fLeft; in onDraw()
/frameworks/base/graphics/java/android/graphics/pdf/
DPdfEditor.java357 long transformPtr, int clipLeft, int clipTop, int clipRight, int clipBottom); in nativeSetTransformAndClip() argument
DPdfRenderer.java494 int clipLeft, int clipTop, int clipRight, int clipBottom, long transformPtr, in nativeRenderPage() argument
/frameworks/base/core/java/android/widget/
DTextView.java7941 float clipLeft = compoundPaddingLeft + scrollX; in onDraw() local
7948 clipLeft += Math.min(0, mShadowDx - mShadowRadius); in onDraw()
7955 canvas.clipRect(clipLeft, clipTop, clipRight, clipBottom); in onDraw()