OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTextureWidth
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
RawTexture.java
67
getTextureWidth
(), getTextureHeight(),
BasicTexture.java
99
public int
getTextureWidth
() {
GLCanvasImpl.java
330
1.0f / texture.
getTextureWidth
(),
332
(texture.getWidth() - 1.0f) / texture.
getTextureWidth
(),
336
(float) texture.getWidth() / texture.
getTextureWidth
(),
407
int texWidth = texture.
getTextureWidth
();
UploadedTexture.java
226
int texWidth =
getTextureWidth
();
TileImageView.java
687
// We override
getTextureWidth
() and getTextureHeight() here, so the
692
public int
getTextureWidth
() {
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
TextureTest.java
71
assertEquals(1, texture.
getTextureWidth
());
76
assertEquals(4, texture.
getTextureWidth
());
Completed in 273 milliseconds