Searched refs:clipRight (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/include/private/hwui/ |
D | DrawGlInfo.h | 31 int clipRight; member
|
/frameworks/base/libs/hwui/ |
D | CanvasState.cpp | 64 float clipRight, float clipBottom, const Vector3& lightCenter) { in initializeSaveStack() argument 74 mSnapshot->setClip(clipLeft, clipTop, clipRight, clipBottom); in initializeSaveStack()
|
D | CanvasState.h | 90 float clipLeft, float clipTop, float clipRight, float clipBottom,
|
D | BakedOpRenderer.cpp | 362 info.clipRight = clip.right; in renderFunctor()
|
D | OpenGLRenderer.cpp | 239 info.clipRight = clip.right; in callDrawGLFunction()
|
/frameworks/webview/chromium/plat_support/ |
D | draw_gl_functor.cpp | 64 aw_info.clip_right = gl_info->clipRight; in operator ()()
|
/frameworks/base/core/jni/android/graphics/pdf/ |
D | PdfEditor.cpp | 179 jlong transformPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom) { in nativeSetTransformAndClip() argument 223 FS_RECTF clip = {(float) clipLeft, (float) clipTop, (float) clipRight, (float) clipBottom}; in nativeSetTransformAndClip()
|
/frameworks/base/graphics/java/android/graphics/pdf/ |
D | PdfEditor.java | 310 long transformPtr, int clipLeft, int clipTop, int clipRight, int clipBottom); in nativeSetTransformAndClip() argument
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
D | DrawerLayout.java | 1360 int clipLeft = 0, clipRight = getWidth(); in drawChild() local 1378 if (vleft < clipRight) clipRight = vleft; in drawChild() 1381 canvas.clipRect(clipLeft, 0, clipRight, getHeight()); in drawChild() 1392 canvas.drawRect(clipLeft, 0, clipRight, getHeight(), mScrimPaint); in drawChild()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 5811 float clipRight = right - left - getCompoundPaddingRight() + scrollX; in onDraw() local 5817 clipRight += Math.max(0, mShadowDx + mShadowRadius); in onDraw() 5823 canvas.clipRect(clipLeft, clipTop, clipRight, clipBottom); in onDraw()
|