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

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 655 float xBound = (float) width / texWidth;
656 if (source.right > xBound) {
657 target.right = target.left + target.width() * (xBound - source.left) / source.width();
658 source.right = xBound;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 435 float xBound = (float) width / texWidth;
436 if (source.right > xBound) {
438 (xBound - source.left) / source.width();
439 source.right = xBound;
    [all...]
GLES20Canvas.java 655 float xBound = (float) width / texWidth;
656 if (source.right > xBound) {
657 target.right = target.left + target.width() * (xBound - source.left) / source.width();
658 source.right = xBound;
    [all...]
  /packages/apps/Launcher3/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 655 float xBound = (float) width / texWidth;
656 if (source.right > xBound) {
657 target.right = target.left + target.width() * (xBound - source.left) / source.width();
658 source.right = xBound;
    [all...]

Completed in 30 milliseconds