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

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
NinePatchTexture.java 339 int yIndex = xIndex + 1;
341 xy[yIndex] = y[j];
343 uv[yIndex] = v[j];
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 564 int yIndex = 0;
576 int yv = data[yIndex] & 0xFF;
583 yIndex += 1;
612 int yIndex = yStride * y;
629 int yv = data[yIndex] & 0xFF;
634 yIndex += 1;
644 int yIndex = 0;
650 int yv = data[yIndex] & 0xFF;
655 yIndex += 2;

Completed in 119 milliseconds