Home
last modified time | relevance | path

Searched defs:clipLeft (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/private/hwui/
DDrawGlInfo.h31 int clipLeft; member
/frameworks/base/graphics/java/android/graphics/pdf/
DPdfEditor.java365 long transformPtr, int clipLeft, int clipTop, int clipRight, int clipBottom); in nativeSetTransformAndClip()
/frameworks/base/libs/hwui/jni/pdf/
DPdfEditor.cpp107 jlong transformPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom) { in nativeSetTransformAndClip()
/frameworks/base/graphics/java/android/graphics/
DRenderNode.java283 int clipLeft, int clipTop, int clipRight, int clipBottom, in positionChanged()
309 int clipLeft, int clipTop, int clipRight, int clipBottom, in callPositionChanged2()
407 int clipLeft, int clipTop, int clipRight, int clipBottom, in positionChanged()
/frameworks/base/core/java/android/view/
DSurfaceView.java1735 int clipLeft, int clipTop, int clipRight, int clipBottom, in positionChanged()
/frameworks/base/core/java/android/widget/
DTextView.java9368 float clipLeft = compoundPaddingLeft + scrollX; in onDraw() local