/frameworks/base/libs/hwui/private/hwui/ |
D | DrawGlInfo.h | 31 int clipLeft; member
|
/frameworks/base/graphics/java/android/graphics/ |
D | RenderNode.java | 282 int clipLeft, int clipTop, int clipRight, int clipBottom) { in positionChanged() argument 307 int clipLeft, int clipTop, int clipRight, int clipBottom) { in callPositionChanged2() argument 310 listener.positionChanged(frameNumber, left, top, right, bottom, clipLeft, in callPositionChanged2() 404 int clipLeft, int clipTop, int clipRight, int clipBottom) { in positionChanged() argument 406 pul.positionChanged(frameNumber, left, top, right, bottom, clipLeft, clipTop, in positionChanged()
|
/frameworks/base/native/webview/plat_support/ |
D | draw_gl_functor.cpp | 61 aw_info.clip_left = gl_info->clipLeft; in operator ()()
|
D | draw_functor.cpp | 94 .clip_left = draw_gl_params.clipLeft, in draw_gl()
|
/frameworks/base/libs/hwui/jni/pdf/ |
D | PdfEditor.cpp | 107 jlong transformPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom) { in nativeSetTransformAndClip() argument 154 FS_RECTF clip = {(float) clipLeft, (float) clipTop, (float) clipRight, (float) clipBottom}; in nativeSetTransformAndClip()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | VkInteropFunctorDrawable.cpp | 136 info.clipLeft = clipBounds.fLeft; in onDraw()
|
D | GLFunctorDrawable.cpp | 132 info.clipLeft = clipBounds.fLeft; in onDraw()
|
/frameworks/base/graphics/java/android/graphics/pdf/ |
D | PdfEditor.java | 365 long transformPtr, int clipLeft, int clipTop, int clipRight, int clipBottom); in nativeSetTransformAndClip() argument
|
/frameworks/base/core/java/android/view/ |
D | SurfaceView.java | 1600 int clipLeft, int clipTop, int clipRight, int clipBottom) { in positionChanged() argument 1608 left, top, right, bottom, clipLeft, clipTop, clipRight, clipBottom, in positionChanged() 1624 mRTLastSetCrop.set((int) (clipLeft / postScaleX), (int) (clipTop / postScaleY), in positionChanged()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 9305 float clipLeft = compoundPaddingLeft + scrollX; in onDraw() local 9312 clipLeft += Math.min(0, mShadowDx - mShadowRadius); in onDraw() 9319 canvas.clipRect(clipLeft, clipTop, clipRight, clipBottom); in onDraw()
|