Searched refs:subArea (Results 1 – 1 of 1) sorted by relevance
1978 RectF subArea = generateSubRect(area, pageIndx, numPages); in updatePageColors() local1980 int x = Math.round(b.getWidth() * subArea.left); in updatePageColors()1981 int y = Math.round(b.getHeight() * subArea.top); in updatePageColors()1982 int width = Math.round(b.getWidth() * subArea.width()); in updatePageColors()1983 int height = Math.round(b.getHeight() * subArea.height()); in updatePageColors()1997 + " width " + width + " height " + height + " for sub area " + subArea in updatePageColors()