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

  /packages/apps/Gallery2/jni/filters/
wbalance.c 115 int endy = y + bounds; local
117 for(yp= starty;yp<endy;yp++) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterChanSat.java 140 int endy = ty + STRIP_SIZE; local
141 if (endy > height) {
142 endy = height;
144 options.setY(ty, endy);
ImageFilterGrad.java 169 int endy = ty + STRIP_SIZE; local
170 if (endy > height) {
171 endy = height;
173 options.setY(ty, endy);
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 
chimpchat.jar 

Completed in 4379 milliseconds