Searched refs:subArea (Results 1 – 1 of 1) sorted by relevance
1641 RectF subArea = generateSubRect(area, pageIndx, numPages); in updatePageColors() local1643 int x = Math.round(b.getWidth() * subArea.left); in updatePageColors()1644 int y = Math.round(b.getHeight() * subArea.top); in updatePageColors()1645 int width = Math.round(b.getWidth() * subArea.width()); in updatePageColors()1646 int height = Math.round(b.getHeight() * subArea.height()); in updatePageColors()1660 + " width " + width + " height " + height + " for sub area " + subArea in updatePageColors()