Home
last modified time | relevance | path

Searched refs:getTextureHeight (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
DCameraScreenNail.java143 return mEnableAspectRatioClamping ? mRenderHeight : getTextureHeight(); in getHeight()
150 private int getTextureHeight() { in getTextureHeight() method in CameraScreenNail
188 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()
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DGLES11Canvas.java347 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()
DGLES20Canvas.java647 int texHeight = texture.getTextureHeight(); in convertCoordinate()
920 int height = texture.getTextureHeight(); in initializeTextureSize()
DBasicTexture.java113 public int getTextureHeight() { in getTextureHeight() method in BasicTexture
DUploadedTexture.java220 int texHeight = getTextureHeight(); in uploadToCanvas()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
DGLES20Canvas.java647 int texHeight = texture.getTextureHeight(); in convertCoordinate()
920 int height = texture.getTextureHeight(); in initializeTextureSize()
DBasicTexture.java113 public int getTextureHeight() { in getTextureHeight() method in BasicTexture
DUploadedTexture.java220 int texHeight = getTextureHeight(); in uploadToCanvas()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTileImageView.java710 public int getTextureHeight() { in getTextureHeight() method in TileImageView.Tile
/packages/apps/Gallery2/src/com/android/photos/views/
DTiledImageRenderer.java723 public int getTextureHeight() { in getTextureHeight() method in TiledImageRenderer.Tile
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
DTiledImageRenderer.java723 public int getTextureHeight() { in getTextureHeight() method in TiledImageRenderer.Tile