Lines Matching refs:image
57 * The activity can crop specific region of interest from an image.
72 // These options specifiy the output image size and whether we should
98 mImageView = (CropImageView) findViewById(R.id.image);
225 // If the output is required to a specific size, create an new image
226 // with the cropped image in the center and the extra space filled.
228 // Don't scale the image but instead fill it so it's the
287 // If the required dimension is specified, scale the image.
298 // Return the cropped image directly or save it to the specified URI.
388 Log.e(TAG, "store image fail, continue anyway", ex);
498 // Scale the image down for faster face detection.
724 // the user to move the image around. This call to center puts
736 // Pan the displayed image to make sure the cropping rectangle is visible.