Home | History | Annotate | Download | only in jni

Lines Matching defs:cropRect

566     jobject cropRect = NULL;
576 cropRect = env->NewObject(
591 (jint)0 /* xOffset */, (jint)0 /* yOffset */, cropRect);
600 if (cropRect != NULL) {
601 env->DeleteLocalRef(cropRect);
602 cropRect = NULL;