Searched refs:getCropRect (Results 1 – 5 of 5) sorted by relevance
128 public Rect getCropRect() { in getCropRect() method in CodecImage
615 assertEquals("Width doesn't match", width, image.getCropRect().width()); in validateImage()616 assertEquals("Height doesn't match", height, image.getCropRect().height()); in validateImage()630 Rect crop = image.getCropRect(); in validateSwirl()753 Rect crop = image.getCropRect(); in getDataFromImage()
1102 cropLeft = image.getCropRect().left; in checkFrame()1103 cropRight = image.getCropRect().right - 1; in checkFrame()1104 cropTop = image.getCropRect().top; in checkFrame()1105 cropBottom = image.getCropRect().bottom - 1; in checkFrame()
469 closedImage.getCropRect(); in imageInvalidAccessTestAfterClose()
1654 if (!lhsImg.getCropRect().equals(rhsImg.getCropRect())) { in isImageStronglyEqual()1655 Log.i(TAG, "lhsImg crop rect " + lhsImg.getCropRect() in isImageStronglyEqual()1656 + " is different with rhsImg crop rect " + rhsImg.getCropRect()); in isImageStronglyEqual()