Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/pdf/
DPdfDocument.cpp63 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/
DPdfRenderer.java421 final int contentRight = (destClip != null) ? destClip.right in render() local
428 int clipWidth = contentRight - contentLeft; in render()
441 contentLeft, contentTop, contentRight, contentBottom, transformPtr, in render()
DPdfDocument.java250 int contentLeft, int contentTop, int contentRight, int contentBottom); in nativeStartPage() argument