Searched refs:tempPatch (Results 1 – 1 of 1) sorted by relevance
662 RectF tempPatch = new RectF(0, 0, PATCH_DIMEN, PATCH_DIMEN); in testAllOutputYUVResolutions() local663 tempPatch.offset(yuvDimens.centerX() - tempPatch.centerX(), in testAllOutputYUVResolutions()664 yuvDimens.centerY() - tempPatch.centerY()); in testAllOutputYUVResolutions()666 tempPatch.roundOut(yuvPatch); in testAllOutputYUVResolutions()668 tempPatch.set(0, 0, PATCH_DIMEN * scale, PATCH_DIMEN * scale); in testAllOutputYUVResolutions()669 tempPatch.offset(jpegDimens.centerX() - tempPatch.centerX(), in testAllOutputYUVResolutions()670 jpegDimens.centerY() - tempPatch.centerY()); in testAllOutputYUVResolutions()672 tempPatch.roundOut(jpegPatch); in testAllOutputYUVResolutions()