Searched refs:cropRect (Results 1 – 3 of 3) sorted by relevance
142 public void setCropRect(Rect cropRect) { in setCropRect() argument143 if (cropRect != null) { in setCropRect()144 cropRect = new Rect(cropRect); // make a copy in setCropRect()145 cropRect.intersect(0, 0, getWidth(), getHeight()); in setCropRect()147 mCropRect = cropRect; in setCropRect()
173 jobject cropRect = NULL; in getNativeImage() local175 cropRect = env->CallObjectMethod(image, gFields.methodCrop); in getNativeImage()176 area = cropRect; in getNativeImage()188 if (cropRect != NULL) { in getNativeImage()189 env->DeleteLocalRef(cropRect); in getNativeImage()190 cropRect = NULL; in getNativeImage()
1552 MeteringRectangle[] requestRegions, Rect cropRect){ in getExpectedOutputRegion() argument1558 resultRect.setIntersect(requestRect, cropRect)); in getExpectedOutputRegion()