Home
last modified time | relevance | path

Searched defs:contentBottom (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/hwui/jni/pdf/
H A DPdfDocument.cpp63 int contentLeft, int contentTop, int contentRight, int contentBottom) { in startPage()
124 jint contentLeft, jint contentTop, jint contentRight, jint contentBottom) { in nativeStartPage()
/aosp12/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfDocument.java250 int contentLeft, int contentTop, int contentRight, int contentBottom); in nativeStartPage()
H A DPdfRenderer.java424 final int contentBottom = (destClip != null) ? destClip.bottom in render() local