Searched refs:mImageWidth (Results 1 – 4 of 4) sorted by relevance
46 private int mImageWidth; field in ImageStitcher80 mImageWidth = mSliceWidth * mXSlices; in calcOutputFormatForInput()83 outputFormat.setDimensions(mImageWidth, mImageHeight); in calcOutputFormatForInput()116 float outputWidth = (float) Math.min(mSliceWidth, mImageWidth - outputOffsetX); in process()124 ((ShaderProgram) mProgram).setTargetRect(((float) outputOffsetX)/ mImageWidth, in process()126 outputWidth / mImageWidth, in process() local
29 private int mImageWidth = 0; field in CardPresenter33 mImageWidth = width; in CardPresenter()44 v.setMainImageDimensions(mImageWidth, mImageHeight); in onCreateViewHolder()54 mImageWidth, mImageHeight); in onBindViewHolder() local
104 protected int mImageWidth = SIZE_UNKNOWN; field in TiledImageRenderer202 mImageWidth / (float) mPreview.getWidth())); in calculateLevelCount()205 int maxDim = Math.max(mImageWidth, mImageHeight); in calculateLevelCount()218 mImageWidth = 0; in notifyModelInvalidated()223 mImageWidth = mModel.getImageWidth(); in notifyModelInvalidated()379 right = Math.min(mImageWidth, right); in getRange()448 Math.round(mImageWidth * mScale), in draw()621 float scaleX = (float) mPreview.getWidth() / mImageWidth; in drawTile()700 int rightEdge = ((mImageWidth - mX) >> mTileLevel); in onGetBitmap()
73 private int mImageWidth; field in CropView337 mImageWidth = width; in setImageWidth()449 return (int) ((getWidth() - mImageWidth) / 2 + frac * mImageWidth); in fractionToHorizontalPixels()463 return px / mImageWidth; in pixelDistanceToFraction()