HomeSort by relevance Sort by last modified time
    Searched refs:yBound (Results 1 - 2 of 2) sorted by null

  /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...]

Completed in 238 milliseconds