Searched refs:texturePosF (Results 1 – 1 of 1) sorted by relevance
346 RectF texturePosF = new RectF(0, 0, viewPos.width(), viewPos.height()); in testSamplingWithTransform() local347 transform.mapRect(texturePosF); in testSamplingWithTransform()349 texturePosF.intersect(0, 0, viewPos.width(), viewPos.height()); in testSamplingWithTransform()350 Rect texturePos = new Rect((int) Math.ceil(texturePosF.left), in testSamplingWithTransform()351 (int) Math.ceil(texturePosF.top), (int) Math.floor(texturePosF.right), in testSamplingWithTransform()352 (int) Math.floor(texturePosF.bottom)); in testSamplingWithTransform()