Searched refs:tempPatch (Results 1 – 1 of 1) sorted by relevance
1207 RectF tempPatch = new RectF(0, 0, PATCH_DIMEN, PATCH_DIMEN); in testAllOutputYUVResolutions() local1208 tempPatch.offset(yuvDimens.centerX() - tempPatch.centerX(), in testAllOutputYUVResolutions()1209 yuvDimens.centerY() - tempPatch.centerY()); in testAllOutputYUVResolutions()1211 tempPatch.roundOut(yuvPatch); in testAllOutputYUVResolutions()1213 tempPatch.set(0, 0, PATCH_DIMEN * scale, PATCH_DIMEN * scale); in testAllOutputYUVResolutions()1214 tempPatch.offset(jpegDimens.centerX() - tempPatch.centerX(), in testAllOutputYUVResolutions()1215 jpegDimens.centerY() - tempPatch.centerY()); in testAllOutputYUVResolutions()1217 tempPatch.roundOut(jpegPatch); in testAllOutputYUVResolutions()