Searched refs:texturePosF (Results 1 – 1 of 1) sorted by relevance
657 RectF texturePosF = new RectF(0, 0, viewPos.width(), viewPos.height()); in testSamplingWithTransform() local658 transform.mapRect(texturePosF); in testSamplingWithTransform()662 texturePosF.intersect(0, 0, viewPos.width(), viewPos.height())); in testSamplingWithTransform()663 Rect texturePos = new Rect((int) Math.ceil(texturePosF.left), in testSamplingWithTransform()664 (int) Math.ceil(texturePosF.top), (int) Math.floor(texturePosF.right), in testSamplingWithTransform()665 (int) Math.floor(texturePosF.bottom)); in testSamplingWithTransform()