Searched refs:imageHeight (Results 1 – 5 of 5) sorted by relevance
86 int imageHeight = mImage.getIntrinsicHeight(); in centerMatrix() local88 float ty = Math.round((imageViewHeight - imageHeight)/2f); in centerMatrix()100 int imageHeight = mImage.getIntrinsicHeight(); in fitXYMatrix() local102 float scaleY = ((float)imageViewHeight)/imageHeight; in fitXYMatrix()114 int imageHeight = mImage.getIntrinsicHeight(); in centerCropMatrix() local116 float scaleY = ((float)imageViewHeight)/imageHeight; in centerCropMatrix()121 float height = imageHeight * maxScale; in centerCropMatrix()136 int imageHeight = mImage.getIntrinsicHeight(); in fitCenterMatrix() local138 float scaleY = ((float)imageViewHeight)/imageHeight; in fitCenterMatrix()143 float height = imageHeight * minScale; in fitCenterMatrix()[all …]
34 int imageWidth, int imageHeight, in YUVImage() argument39 mImageHeight = imageHeight; in YUVImage()
160 int imageHeight = image.getHeight(); in getImageMD5Checksum() local171 height = imageHeight; in getImageMD5Checksum()174 height = imageHeight /2; in getImageMD5Checksum()
2471 int imageHeight = image.getHeight();2482 height = imageHeight;2485 height = imageHeight /2;
144 int imageHeight = image.getHeight(); in testBadSurfaceDimensions() local145 Size actualSize = new Size(imageWidth, imageHeight); in testBadSurfaceDimensions()