Searched refs:tempPatch (Results 1 – 1 of 1) sorted by relevance
401 RectF tempPatch = new RectF(0, 0, PATCH_DIMEN, PATCH_DIMEN); in testAllOutputYUVResolutions() local402 tempPatch.offset(yuvDimens.centerX() - tempPatch.centerX(), in testAllOutputYUVResolutions()403 yuvDimens.centerY() - tempPatch.centerY()); in testAllOutputYUVResolutions()405 tempPatch.roundOut(yuvPatch); in testAllOutputYUVResolutions()407 tempPatch.set(0, 0, PATCH_DIMEN * scale, PATCH_DIMEN * scale); in testAllOutputYUVResolutions()408 tempPatch.offset(jpegDimens.centerX() - tempPatch.centerX(), in testAllOutputYUVResolutions()409 jpegDimens.centerY() - tempPatch.centerY()); in testAllOutputYUVResolutions()411 tempPatch.roundOut(jpegPatch); in testAllOutputYUVResolutions()