Home | History | Annotate | Download | only in imageshow

Lines Matching refs:imageWidth

206     private void updateCurrentCrop(Matrix m, GeometryHolder h, RectF tmp, int imageWidth,
208 tmp.set(0, 0, imageHeight, imageWidth);
217 tmp.set(0, 0, imageHeight, imageWidth);
219 ih = imageWidth;
221 tmp.set(0, 0, imageWidth, imageHeight);
222 iw = imageWidth;
231 Matrix m1 = GeometryMathUtils.getFullGeometryToScreenMatrix(h, imageWidth,
237 FilterCropRepresentation.findNormalizedCrop(mCrop, imageWidth, imageHeight);
251 int imageWidth = image.getWidth();
257 Matrix m = GeometryMathUtils.getFullGeometryToScreenMatrix(mDrawHolder, imageWidth,
268 updateCurrentCrop(m, mDrawHolder, mDrawRect, imageWidth,