OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:texturebound
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
NinePatchTexture.java
266
float
textureBound
= (float) source / textureSize;
285
u[i + 1] = Math.min((div[i] + 0.5f) / textureSize,
textureBound
);
296
u[i + 2] = Math.min((lastU - 0.5f)/ textureSize,
textureBound
);
300
u[div.length + 1] =
textureBound
;
Completed in 31 milliseconds