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

  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
ParticleDepositionHeightMap.java 143 int minx, maxx; local
230 minx = calderaX;
242 sx = minx;
282 if (x - 1 < minx) {
283 minx = x - 1;
  /external/qemu/distrib/sdl-1.2.15/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) ) {
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
UVCoordinatesGenerator.java 283 float maxx = -Float.MAX_VALUE, minx = Float.MAX_VALUE; local
295 minx = x < minx ? x : minx;
303 float radius = Math.max(maxx - minx, maxy - miny) * 0.5f;
  /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;
  /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) {
  /packages/apps/Gallery2/jni_mosaic/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) {
  /packages/apps/LegacyCamera/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...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 367 milliseconds