Searched refs:clipTop (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/jni/android/graphics/pdf/ |
D | PdfRenderer.cpp | 79 jobject jbitmap, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom, in nativeRenderPage() argument 131 FS_RECTF clip = {(float) clipLeft, (float) clipTop, (float) clipRight, (float) clipBottom}; in nativeRenderPage()
|
D | PdfEditor.cpp | 117 jlong transformPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom) { in nativeSetTransformAndClip() argument 170 FS_RECTF clip = {(float) clipLeft, (float) clipTop, (float) clipRight, (float) clipBottom}; in nativeSetTransformAndClip()
|
/frameworks/base/libs/hwui/private/hwui/ |
D | DrawGlInfo.h | 30 int clipTop; member
|
/frameworks/base/libs/hwui/ |
D | CanvasState.cpp | 62 float clipLeft, float clipTop, in initializeSaveStack() argument 73 mSnapshot->setClip(clipLeft, clipTop, clipRight, clipBottom); in initializeSaveStack()
|
D | CanvasState.h | 90 float clipLeft, float clipTop, float clipRight, float clipBottom,
|
D | BakedOpRenderer.cpp | 357 info.clipTop = clip.top; in renderFunctor()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | GLFunctorDrawable.cpp | 66 info.clipTop = ibounds.fTop; in onDraw()
|
/frameworks/webview/chromium/plat_support/ |
D | draw_gl_functor.cpp | 63 aw_info.clip_top = gl_info->clipTop; in operator ()()
|
/frameworks/base/graphics/java/android/graphics/pdf/ |
D | PdfEditor.java | 345 long transformPtr, int clipLeft, int clipTop, int clipRight, int clipBottom); in nativeSetTransformAndClip() argument
|
D | PdfRenderer.java | 477 int clipLeft, int clipTop, int clipRight, int clipBottom, long transformPtr, in nativeRenderPage() argument
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 6833 float clipTop = (scrollY == 0) ? 0 : extendedPaddingTop + scrollY; in onDraw() local 6842 clipTop += Math.min(0, mShadowDy - mShadowRadius); in onDraw() 6846 canvas.clipRect(clipLeft, clipTop, clipRight, clipBottom); in onDraw()
|