Searched refs:contentRight (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() 126 jint contentLeft, jint contentTop, jint contentRight, jint contentBottom) { in nativeStartPage() argument 129 contentLeft, contentTop, contentRight, contentBottom); in nativeStartPage()
|
/frameworks/base/graphics/java/android/graphics/pdf/ |
D | PdfRenderer.java | 419 final int contentRight = (destClip != null) ? destClip.right in render() local 426 int clipWidth = contentRight - contentLeft; in render() 439 contentLeft, contentTop, contentRight, contentBottom, transformPtr, in render()
|
D | PdfDocument.java | 250 int contentLeft, int contentTop, int contentRight, int contentBottom); in nativeStartPage() argument
|