Searched refs:getCropRect (Results 1 – 11 of 11) sorted by relevance
128 public Rect getCropRect() { in getCropRect() method in CodecImage
637 assertEquals("Width doesn't match", width, image.getCropRect().width()); in validateImage()638 assertEquals("Height doesn't match", height, image.getCropRect().height()); in validateImage()652 Rect crop = image.getCropRect(); in validateSwirl()775 Rect crop = image.getCropRect(); in getDataFromImage()
58 setCropRect(image.getCropRect()); in ImageWrapper()
1198 cropLeft = image.getCropRect().left; in checkFrame()1199 cropRight = image.getCropRect().right - 1; in checkFrame()1200 cropTop = image.getCropRect().top; in checkFrame()1201 cropBottom = image.getCropRect().bottom - 1; in checkFrame()
754 public Rect getCropRect() {788 + cropper.getCropRect() + "): " + e);818 Rect crop = cropper.getCropRect();835 Rect crop = cropper.getCropRect();853 Rect crop = cropper.getCropRect();873 Rect crop = cropper.getCropRect();
618 closedImage.getCropRect(); in imageInvalidAccessTestAfterClose()
722 closedImage.getCropRect(); in imageInvalidAccessTestAfterClose()
326 Rect crop = image.getCropRect(); in dumpYUV420PToFile()
2882 if (!lhsImg.getCropRect().equals(rhsImg.getCropRect())) { in isImageStronglyEqual()2883 Log.i(TAG, "lhsImg crop rect " + lhsImg.getCropRect() in isImageStronglyEqual()2884 + " is different with rhsImg crop rect " + rhsImg.getCropRect()); in isImageStronglyEqual()
1331 Rect crop = image.getCropRect(); in getImageMD5Checksum()
338 Rect cropRect = image.getCropRect(); in checksum()