OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTextureHeight
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
RawTexture.java
67
getTextureWidth(),
getTextureHeight
(),
BasicTexture.java
104
public int
getTextureHeight
() {
GLCanvasImpl.java
331
1.0f / texture.
getTextureHeight
(),
333
(texture.getHeight() - 1.0f) / texture.
getTextureHeight
());
337
(float) texture.getHeight() / texture.
getTextureHeight
());
408
int texHeight = texture.
getTextureHeight
();
UploadedTexture.java
227
int texHeight =
getTextureHeight
();
TileImageView.java
687
// We override getTextureWidth() and
getTextureHeight
() here, so the
697
public int
getTextureHeight
() {
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
TextureTest.java
72
assertEquals(1, texture.
getTextureHeight
());
77
assertEquals(8, texture.
getTextureHeight
());
Completed in 52 milliseconds