Searched refs:getCropRect (Results 1 – 13 of 13) sorted by relevance
127 public Rect getCropRect() { in getCropRect() method in CodecImage
53 setCropRect(image.getCropRect()); in ImageWrapper()
579 assertEquals("Width doesn't match", width, image.getCropRect().width()); in validateImage()580 assertEquals("Height doesn't match", height, image.getCropRect().height()); in validateImage()594 Rect crop = image.getCropRect(); in validateSwirl()721 Rect crop = image.getCropRect(); in getDataFromImage()
850 public Rect getCropRect() {884 + cropper.getCropRect() + "): " + e);914 Rect crop = cropper.getCropRect();931 Rect crop = cropper.getCropRect();949 Rect crop = cropper.getCropRect();969 Rect crop = cropper.getCropRect();
1085 cropLeft = image.getCropRect().left; in checkFrame()1086 cropRight = image.getCropRect().right - 1; in checkFrame()1087 cropTop = image.getCropRect().top; in checkFrame()1088 cropBottom = image.getCropRect().bottom - 1; in checkFrame()
178 Rect cropRect = image.getCropRect(); in getImage()
246 Rect cropRect = image.getCropRect(); in checksum()
685 closedImage.getCropRect(); in imageInvalidAccessTestAfterClose()
733 closedImage.getCropRect(); in imageInvalidAccessTestAfterClose()
332 Rect crop = image.getCropRect(); in dumpYUV420PToFile()
3282 if (!lhsImg.getCropRect().equals(rhsImg.getCropRect())) { in isImageStronglyEqual()3283 Log.i(TAG, "lhsImg crop rect " + lhsImg.getCropRect() in isImageStronglyEqual()3284 + " is different with rhsImg crop rect " + rhsImg.getCropRect()); in isImageStronglyEqual()
1357 Rect crop = image.getCropRect(); in getImageMD5Checksum()
22334 method public android.graphics.Rect getCropRect();