Home
last modified time | relevance | path

Searched refs:contentRight (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/pdf/
DPdfDocument.cpp65 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/
DPdfRenderer.java419 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()
DPdfDocument.java250 int contentLeft, int contentTop, int contentRight, int contentBottom); in nativeStartPage() argument