Home | History | Annotate | Download | only in imageshow

Lines Matching refs:bitmapHeight

430             int bitmapHeight) {
432 float centerY = bitmapHeight / 2f;
441 int bitmapHeight, int viewWidth, int viewHeight) {
442 int bh = bitmapHeight;
446 bw = bitmapHeight;
450 float s = Math.min(viewWidth / (float) bitmapWidth, viewHeight / (float) bitmapHeight);
451 Matrix m = getFullGeometryMatrix(holder, bitmapWidth, bitmapHeight);
457 public static RectF getTrueCropRect(GeometryHolder holder, int bitmapWidth, int bitmapHeight) {
459 FilterCropRepresentation.findScaledCrop(r, bitmapWidth, bitmapHeight);
462 Matrix m1 = getFullGeometryMatrix(holder, bitmapWidth, bitmapHeight);
469 int bitmapWidth, int bitmapHeight, int viewWidth, int viewHeight) {
470 Matrix m = getFullGeometryMatrix(holder, bitmapWidth, bitmapHeight);
471 RectF crop = getTrueCropRect(holder, bitmapWidth, bitmapHeight);
484 Collection<FilterRepresentation> res, int bitmapWidth, int bitmapHeight, int viewWidth,
487 return getCropSelectionToScreenMatrix(outCrop, holder, bitmapWidth, bitmapHeight,