Searched refs:getTextureHeight (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DBasicTexture.java113 public int getTextureHeight() { method in class:BasicTexture
H A DGLES11Canvas.java347 1.0f / texture.getTextureHeight(),
349 (texture.getHeight() - 1.0f) / texture.getTextureHeight());
353 (float) texture.getHeight() / texture.getTextureHeight());
427 int texHeight = texture.getTextureHeight();
944 int height = texture.getTextureHeight();
H A DUploadedTexture.java220 int texHeight = getTextureHeight();
H A DGLES20Canvas.java647 int texHeight = texture.getTextureHeight();
920 int height = texture.getTextureHeight();
/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DBasicTexture.java106 public int getTextureHeight() { method in class:BasicTexture
H A DUploadedTexture.java145 int texHeight = getTextureHeight();
H A DGLES20Canvas.java381 int texHeight = texture.getTextureHeight();
473 int height = texture.getTextureHeight();
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTileImageView.java699 // We override getTextureWidth() and getTextureHeight() here, so the
709 public int getTextureHeight() { method in class:TileImageView.Tile
/packages/apps/Gallery2/src/com/android/photos/views/
H A DTiledImageRenderer.java713 // We override getTextureWidth() and getTextureHeight() here, so the
723 public int getTextureHeight() { method in class:TiledImageRenderer.Tile
/packages/apps/WallpaperPicker/src/com/android/photos/views/
H A DTiledImageRenderer.java713 // We override getTextureWidth() and getTextureHeight() here, so the
723 public int getTextureHeight() { method in class:TiledImageRenderer.Tile

Completed in 151 milliseconds