Searched defs:pageHeight (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/core/jni/android/graphics/pdf/ |
H A D | PdfDocument.cpp | 125 jint pageWidth, jint pageHeight, 128 SkCanvas* canvas = document->startPage(pageWidth, pageHeight, 124 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 D | PdfDocument.java | 249 private static native long nativeStartPage(long nativeDocument, int pageWidth, int pageHeight, argument 328 * @param pageHeight The page height in PostScript (1/72th of an inch). 331 public Builder(int pageWidth, int pageHeight, int pageNumber) { argument 335 if (pageHeight <= 0) { 342 mPageInfo.mPageHeight = pageHeight;
|
Completed in 8 milliseconds