Searched refs:contentLeft (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/android/graphics/pdf/ |
D | PdfDocument.cpp | 65 int contentLeft, int contentTop, int contentRight, int contentBottom) { in startPage() argument 69 contentLeft, contentTop, contentRight, contentBottom); in startPage() 127 jint contentLeft, jint contentTop, jint contentRight, jint contentBottom) { in nativeStartPage() argument 130 contentLeft, contentTop, contentRight, contentBottom); in nativeStartPage()
|
/frameworks/base/graphics/java/android/graphics/pdf/ |
D | PdfRenderer.java | 378 final int contentLeft = (destClip != null) ? destClip.left : 0; in render() local 387 nativeRenderPage(mNativeDocument, mNativePage, destination, contentLeft, in render()
|
D | PdfDocument.java | 247 int contentLeft, int contentTop, int contentRight, int contentBottom); in nativeStartPage() argument
|