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

/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfRenderer.cpp162 int destRight, int destBottom, SkMatrix* transform, int flags) {
203 clip.right = destRight;
213 pPage->GetDisplayMatrix(matrix, destLeft, destTop, destRight - destLeft,
245 jobject jbitmap, jint destLeft, jint destTop, jint destRight, jint destBottom,
279 renderPageBitmap(bitmap, page, destLeft, destTop, destRight,
161 renderPageBitmap(FPDF_BITMAP bitmap, FPDF_PAGE page, int destLeft, int destTop, int destRight, int destBottom, SkMatrix* transform, int flags) argument
244 nativeRenderPage(JNIEnv* env, jclass thiz, jlong documentPtr, jlong pagePtr, jobject jbitmap, jint destLeft, jint destTop, jint destRight, jint destBottom, jlong matrixPtr, jint renderMode) argument
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfRenderer.java433 int destLeft, int destTop, int destRight, int destBottom, long matrixPtr, int renderMode);
432 nativeRenderPage(long documentPtr, long pagePtr, Bitmap dest, int destLeft, int destTop, int destRight, int destBottom, long matrixPtr, int renderMode) argument

Completed in 1689 milliseconds