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

  /external/opencv/cv/src/
cvsegmentation.cpp 458 int minx, miny, maxx, maxy; local
464 minx = cvRound(x0 - sp); minx = MAX(minx, 0);
468 ptr = sptr + (miny - i)*sstep + (minx - j)*3;
470 for( y = miny; y <= maxy; y++, ptr += sstep - (maxx-minx+1)*3 )
473 x = minx;
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgximage.c 318 int x, minx, maxx; local
325 minx = rects[i].x;
331 y * screen->pitch + minx * 2);
332 for ( x=minx; x<maxx; ++x, ++spot ) {
343 minx = rects[i].x;
349 y * screen->pitch + minx * 4);
350 for ( x=minx; x<maxx; ++x, ++spot ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_cursor.c 501 int x, minx, maxx; local
515 minx = area->x;
529 if ( (x >= minx) && (x < maxx) ) {
547 if ( (x >= minx) && (x < maxx) ) {
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 513 float minx = Float.MAX_VALUE; local
519 if (points[i] < minx) {
520 minx = points[i];
534 return new OrientedBoundingBox((float) (angle * 180 / Math.PI), centroid[0], centroid[1], maxx - minx, maxy - miny);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.cpp 75 EdgePointer a, b, c, ldo, rdi, ldi, rdo, maxx, minx; local
84 minx = sp[low];
96 while (orig(ldo) != minx) {
  /system/core/libpixelflinger/
trap.cpp 544 const int32_t minx = max(bminx, c->state.scissor.left); local
548 if ((minx >= maxx) || (miny >= maxy))
553 const int32_t mx = (minx << TRI_FRACTION_BITS) + TRI_HALF;
570 for (xl=minx ; xl<maxx ; xl++) {
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 475 milliseconds