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()
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/
DPdfRenderer.java380 final int contentRight = (destClip != null) ? destClip.right in render() local
388 contentTop, contentRight, contentBottom, transformPtr, renderMode); in render()
DPdfDocument.java247 int contentLeft, int contentTop, int contentRight, int contentBottom); in nativeStartPage() argument