Searched refs:clipRight (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/jni/android/graphics/pdf/ |
D | PdfRenderer.cpp | 76 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()
|
D | PdfEditor.cpp | 111 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/ |
D | DrawGlInfo.h | 33 int clipRight; member
|
/frameworks/base/native/webview/plat_support/ |
D | draw_gl_functor.cpp | 63 aw_info.clip_right = gl_info->clipRight; in operator ()()
|
D | draw_functor.cpp | 64 .clip_right = draw_gl_params.clipRight, in draw_gl()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | VkInteropFunctorDrawable.cpp | 129 info.clipRight = clipBounds.fRight; in onDraw()
|
D | GLFunctorDrawable.cpp | 135 info.clipRight = clipBounds.fRight; in onDraw()
|
/frameworks/base/graphics/java/android/graphics/pdf/ |
D | PdfEditor.java | 357 long transformPtr, int clipLeft, int clipTop, int clipRight, int clipBottom); in nativeSetTransformAndClip() argument
|
D | PdfRenderer.java | 494 int clipLeft, int clipTop, int clipRight, int clipBottom, long transformPtr, in nativeRenderPage() argument
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 7943 float clipRight = right - left - getCompoundPaddingRight() + scrollX; in onDraw() local 7949 clipRight += Math.max(0, mShadowDx + mShadowRadius); in onDraw() 7955 canvas.clipRect(clipLeft, clipTop, clipRight, clipBottom); in onDraw()
|