Searched refs:getTextureHeight (Results 1 – 11 of 11) sorted by relevance
143 return mEnableAspectRatioClamping ? mRenderHeight : getTextureHeight(); in getHeight()150 private int getTextureHeight() { in getTextureHeight() method in CameraScreenNail188 mUncroppedRenderHeight = getTextureHeight(); in updateRenderSize()194 if (getTextureWidth() > getTextureHeight()) { in updateRenderSize()195 aspectRatio = (float) getTextureWidth() / (float) getTextureHeight(); in updateRenderSize()197 aspectRatio = (float) getTextureHeight() / (float) getTextureWidth(); in updateRenderSize()221 mAnimTexture = new RawTexture(getTextureWidth(), getTextureHeight(), true); in acquireSurfaceTexture()402 mAnimTexture = new RawTexture(getTextureWidth(), getTextureHeight(), true); in copyPreviewTexture()
347 1.0f / texture.getTextureHeight(), in drawBoundTexture()349 (texture.getHeight() - 1.0f) / texture.getTextureHeight()); in drawBoundTexture()353 (float) texture.getHeight() / texture.getTextureHeight()); in drawBoundTexture()427 int texHeight = texture.getTextureHeight(); in convertCoordinate()944 int height = texture.getTextureHeight(); in initializeTextureSize()
647 int texHeight = texture.getTextureHeight(); in convertCoordinate()920 int height = texture.getTextureHeight(); in initializeTextureSize()
113 public int getTextureHeight() { in getTextureHeight() method in BasicTexture
220 int texHeight = getTextureHeight(); in uploadToCanvas()
710 public int getTextureHeight() { in getTextureHeight() method in TileImageView.Tile
723 public int getTextureHeight() { in getTextureHeight() method in TiledImageRenderer.Tile