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

/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfDocument.cpp65 int contentLeft, int contentTop, int contentRight, int contentBottom) {
69 contentLeft, contentTop, contentRight, contentBottom);
127 jint contentLeft, jint contentTop, jint contentRight, jint contentBottom) {
130 contentLeft, contentTop, contentRight, contentBottom);
64 startPage(int width, int height, int contentLeft, int contentTop, int contentRight, int contentBottom) argument
125 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 936 milliseconds