Searched defs:contentBottom (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfDocument.cpp64 int contentLeft, int contentTop, int contentRight, int contentBottom) {
68 contentLeft, contentTop, contentRight, contentBottom);
133 jint contentLeft, jint contentTop, jint contentRight, jint contentBottom) {
136 contentLeft, contentTop, contentRight, contentBottom);
63 startPage(int width, int height, int contentLeft, int contentTop, int contentRight, int contentBottom) argument
131 nativeStartPage(JNIEnv* env, jobject thiz, jlong documentPtr, jint pageWidth, jint pageHeight, jint contentLeft, jint contentTop, jint contentRight, jint contentBottom) argument
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfDocument.java247 int contentLeft, int contentTop, int contentRight, int contentBottom);
246 nativeStartPage(long nativeDocument, int pageWidth, int pageHeight, int contentLeft, int contentTop, int contentRight, int contentBottom) argument

Completed in 101 milliseconds