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

/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfRenderer.cpp159 int destRight, int destBottom, SkMatrix* transform, int flags) {
200 clip.right = destRight;
210 pPage->GetDisplayMatrix(matrix, destLeft, destTop, destRight - destLeft,
242 jobject jbitmap, jint destLeft, jint destTop, jint destRight, jint destBottom,
276 renderPageBitmap(bitmap, page, destLeft, destTop, destRight,
158 renderPageBitmap(FPDF_BITMAP bitmap, FPDF_PAGE page, int destLeft, int destTop, int destRight, int destBottom, SkMatrix* transform, int flags) argument
241 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.java454 int destLeft, int destTop, int destRight, int destBottom, long matrixPtr, int renderMode);
453 nativeRenderPage(long documentPtr, long pagePtr, Bitmap dest, int destLeft, int destTop, int destRight, int destBottom, long matrixPtr, int renderMode) argument

Completed in 8 milliseconds