OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTextureHeight
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
BasicTexture.java
101
public int
getTextureHeight
() {
GLCanvasImpl.java
347
1.0f / texture.
getTextureHeight
(),
349
(texture.getHeight() - 1.0f) / texture.
getTextureHeight
());
353
(float) texture.getHeight() / texture.
getTextureHeight
());
418
int texHeight = texture.
getTextureHeight
();
652
texture.
getTextureHeight
(), 0);
UploadedTexture.java
217
int texHeight =
getTextureHeight
();
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
TextureTest.java
67
assertEquals(1, texture.
getTextureHeight
());
72
assertEquals(8, texture.
getTextureHeight
());
Completed in 176 milliseconds