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()
1185 cropLeft = image.getCropRect().left; in checkFrame()1186 cropRight = image.getCropRect().right - 1; in checkFrame()1187 cropTop = image.getCropRect().top; in checkFrame()1188 cropBottom = image.getCropRect().bottom - 1; in checkFrame()
501 closedImage.getCropRect(); in imageInvalidAccessTestAfterClose()
1925 if (!lhsImg.getCropRect().equals(rhsImg.getCropRect())) { in isImageStronglyEqual()1926 Log.i(TAG, "lhsImg crop rect " + lhsImg.getCropRect() in isImageStronglyEqual()1927 + " is different with rhsImg crop rect " + rhsImg.getCropRect()); in isImageStronglyEqual()