OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yBound
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java
660
float
yBound
= (float) height / texHeight;
661
if (source.bottom >
yBound
) {
662
target.bottom = target.top + target.height() * (
yBound
- source.top) / source.height();
663
source.bottom =
yBound
;
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java
441
float
yBound
= (float) height / texHeight;
442
if (source.bottom >
yBound
) {
444
(
yBound
- source.top) / source.height();
445
source.bottom =
yBound
;
[
all
...]
GLES20Canvas.java
660
float
yBound
= (float) height / texHeight;
661
if (source.bottom >
yBound
) {
662
target.bottom = target.top + target.height() * (
yBound
- source.top) / source.height();
663
source.bottom =
yBound
;
[
all
...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java
660
float
yBound
= (float) height / texHeight;
661
if (source.bottom >
yBound
) {
662
target.bottom = target.top + target.height() * (
yBound
- source.top) / source.height();
663
source.bottom =
yBound
;
[
all
...]
Completed in 30 milliseconds