Searched refs:clipLeft (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/include/private/hwui/
H A DDrawGlInfo.h29 int clipLeft; member in struct:android::uirenderer::DrawGlInfo
/frameworks/base/libs/hwui/
H A DStatefulBaseRenderer.h55 void initializeSaveStack(float clipLeft, float clipTop, float clipRight, float clipBottom,
H A DStatefulBaseRenderer.cpp37 void StatefulBaseRenderer::initializeSaveStack(float clipLeft, float clipTop, argument
41 mSnapshot->setClip(clipLeft, clipTop, clipRight, clipBottom);
H A DOpenGLRenderer.cpp365 info.clipLeft = clip.left;
/frameworks/webview/chromium/plat_support/
H A Ddraw_gl_functor.cpp62 aw_info.clip_left = gl_info->clipLeft;
/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfEditor.cpp174 jlong transformPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom) {
214 FS_RECTF clip = {(float) clipLeft, (float) clipTop, (float) clipRight, (float) clipBottom};
173 nativeSetTransformAndClip(JNIEnv* env, jclass thiz, jlong documentPtr, jint pageIndex, jlong transformPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom) argument
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfEditor.java310 long transformPtr, int clipLeft, int clipTop, int clipRight, int clipBottom);
309 nativeSetTransformAndClip(long documentPtr, int pageIndex, long transformPtr, int clipLeft, int clipTop, int clipRight, int clipBottom) argument
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java1063 int clipLeft = 0, clipRight = getWidth();
1078 if (vright > clipLeft) clipLeft = vright;
1084 canvas.clipRect(clipLeft, 0, clipRight, getHeight());
1095 canvas.drawRect(clipLeft, 0, clipRight, getHeight(), mScrimPaint);
/frameworks/base/core/java/android/widget/
H A DTextView.java5387 float clipLeft = compoundPaddingLeft + scrollX;
5394 clipLeft += Math.min(0, mShadowDx - mShadowRadius);
5401 canvas.clipRect(clipLeft, clipTop, clipRight, clipBottom);

Completed in 403 milliseconds