Searched refs:translateMatrix (Results 1 – 2 of 2) sorted by relevance
516 Matrix translateMatrix = new Matrix(); in getPreviewCropRectangleUnzoomed() local520 translateMatrix.setTranslate(activeArray.exactCenterX(), activeArray.exactCenterY()); in getPreviewCropRectangleUnzoomed()521 translateMatrix.postTranslate(-cropRect.centerX(), -cropRect.centerY()); in getPreviewCropRectangleUnzoomed()523 translateMatrix.mapRect(/*inout*/cropRect); in getPreviewCropRectangleUnzoomed()557 Matrix translateMatrix = new Matrix(); in shrinkToSameAspectRatioCentered() local561 translateMatrix.setScale(cropW / reference.width(), cropH / reference.height(), in shrinkToSameAspectRatioCentered()564 translateMatrix.mapRect(/*inout*/shrunkRect); in shrinkToSameAspectRatioCentered()
572 Matrix translateMatrix = new Matrix(); in effectiveCropRectFromRequested() local576 translateMatrix.setTranslate(requestedCrop.exactCenterX(), requestedCrop.exactCenterY()); in effectiveCropRectFromRequested()577 translateMatrix.postTranslate(-cropRect.centerX(), -cropRect.centerY()); in effectiveCropRectFromRequested()579 translateMatrix.mapRect(/*inout*/cropRect); in effectiveCropRectFromRequested()