Searched refs:contentLeft (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/hwui/jni/pdf/ |
D | PdfDocument.cpp | 63 int contentLeft, int contentTop, int contentRight, int contentBottom) { in startPage() argument 67 contentLeft, contentTop, contentRight, contentBottom); in startPage() 124 jint contentLeft, jint contentTop, jint contentRight, jint contentBottom) { in nativeStartPage() argument 127 contentLeft, contentTop, contentRight, contentBottom); in nativeStartPage()
|
/frameworks/base/graphics/java/android/graphics/pdf/ |
D | PdfRenderer.java | 419 final int contentLeft = (destClip != null) ? destClip.left : 0; in render() local 428 int clipWidth = contentRight - contentLeft; in render() 434 transform.postTranslate(contentLeft, contentTop); in render() 441 contentLeft, contentTop, contentRight, contentBottom, transformPtr, in render()
|
D | PdfDocument.java | 250 int contentLeft, int contentTop, int contentRight, int contentBottom); in nativeStartPage() argument
|