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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterChanSat.java 35 private static final int STRIP_SIZE = 64;
139 for (ty = 0; ty < height; ty += STRIP_SIZE) {
140 int endy = ty + STRIP_SIZE;
ImageFilterGrad.java 45 private static final int STRIP_SIZE = 64;
168 for (ty = 0; ty < height; ty += STRIP_SIZE) {
169 int endy = ty + STRIP_SIZE;

Completed in 2626 milliseconds