Searched refs:quarterWidth (Results 1 – 2 of 2) sorted by relevance
528 int quarterWidth = width / 4; in testPostProcess()530 return new Rect(quarterWidth, quarterHeight, in testPostProcess()531 3 * quarterWidth, 3 * quarterHeight); in testPostProcess()
1388 int quarterWidth = width / 4; in testCrop() local1390 cropRect = new Rect(quarterWidth, quarterHeight, in testCrop()1391 quarterWidth * 3, quarterHeight * 3); in testCrop()