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

  /external/opencv/cv/src/
cvsnakes.cpp 84 int centerx = win.width >> 1; local
228 Econt[(j + centery) * win.width + k + centerx] = energy =
268 Ecurv[(j + centery) * win.width + k + centerx] = energy =
324 Eimg[(j + centery) * win.width + k + centerx] = energy =
329 Eimg[(j + centery) * win.width + k + centerx] = energy =
371 if( E[(j + centery) * win.width + k + centerx] < Emin )
373 Emin = E[(j + centery) * win.width + k + centerx];
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageDraw.java 260 int centerx = cw / 2; local
269 rec.set(centerx - rad,
271 centerx + rad,
  /external/zxing/core/
core.jar 

Completed in 579 milliseconds