Searched refs:quarterHeight (Results 1 – 2 of 2) sorted by relevance
537 int quarterHeight = height / 4; in testPostProcess()538 return new Rect(quarterWidth, quarterHeight, in testPostProcess()539 3 * quarterWidth, 3 * quarterHeight); in testPostProcess()
1508 int quarterHeight = height / 4; in testCrop() local1509 cropRect = new Rect(quarterWidth, quarterHeight, in testCrop()1510 quarterWidth * 3, quarterHeight * 3); in testCrop()