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

  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
ParticleDepositionHeightMap.java 143 int minx, maxx; local
231 maxx = calderaX;
244 tx = maxx;
273 if (x + 1 > maxx) {
274 maxx = x + 1;
  /external/skia/src/effects/
SkEmbossMask.cpp 101 int maxx = mask->fBounds.width() - 1; local
107 for (int x = 0; x <= maxx; x++) {
109 int nx = alpha[x + neq_to_one(x, maxx)] - alpha[x - nonzero_to_one(x)];
  /development/samples/ApiDemos/src/com/example/android/apis/os/
Sensors.java 118 final float maxx = mMaxX; local
122 cavas.drawLine(0, yoffset, maxx, yoffset, paint);
123 cavas.drawLine(0, yoffset+oneG, maxx, yoffset+oneG, paint);
124 cavas.drawLine(0, yoffset-oneG, maxx, yoffset-oneG, paint);
  /external/skia/samplecode/
SampleClip.cpp 88 const SkScalar maxx = 5*SkIntToScalar(W)/4; local
92 canvas->drawLine(randRange(rand, minx, maxx), randRange(rand, miny, maxy),
93 randRange(rand, minx, maxx), randRange(rand, miny, maxy),
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
UVCoordinatesGenerator.java 283 float maxx = -Float.MAX_VALUE, minx = Float.MAX_VALUE; local
294 maxx = x > maxx ? x : maxx;
303 float radius = Math.max(maxx - minx, maxy - miny) * 0.5f;
  /external/opencv/cv/src/
cvsegmentation.cpp 458 int minx, miny, maxx, maxy; local
466 maxx = cvRound(x0 + sp); maxx = MIN(maxx, size.width-1);
470 for( y = miny; y <= maxy; y++, ptr += sstep - (maxx-minx+1)*3 )
474 for( ; x + 3 <= maxx; x += 4, ptr += 12 )
502 for( ; x <= maxx; x++, ptr += 3 )
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.c 1350 int maxx, maxy; local
1635 int maxx, maxy, w, h, x, y; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_cursor.c 501 int x, minx, maxx; local
516 maxx = area->x+area->w;
529 if ( (x >= minx) && (x < maxx) ) {
547 if ( (x >= minx) && (x < maxx) ) {
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 515 float maxx = Float.MIN_VALUE; local
522 if (points[i] > maxx) {
523 maxx = points[i];
534 return new OrientedBoundingBox((float) (angle * 180 / Math.PI), centroid[0], centroid[1], maxx - minx, maxy - miny);
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgximage.c 318 int x, minx, maxx; local
326 maxx = rects[i].x+rects[i].w;
332 for ( x=minx; x<maxx; ++x, ++spot ) {
344 maxx = rects[i].x+rects[i].w;
350 for ( x=minx; x<maxx; ++x, ++spot ) {
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.cpp 75 EdgePointer a, b, c, ldo, rdi, ldi, rdo, maxx, minx; local
85 maxx = sp[high];
99 while (orig(rdo) != maxx) {
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.cpp 75 EdgePointer a, b, c, ldo, rdi, ldi, rdo, maxx, minx; local
85 maxx = sp[high];
99 while (orig(rdo) != maxx) {
  /system/core/libpixelflinger/
trap.cpp 546 const int32_t maxx = min(bmaxx, c->state.scissor.right); local
548 if ((minx >= maxx) || (miny >= maxy))
570 for (xl=minx ; xl<maxx ; xl++) {
578 for ( ; xr<maxx ; xr++) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 818 int width() const { return maxx() + 1; }
827 int maxx() const { return getmaxx(w) == ERR ? ERR : getmaxx(w)-1; } function in class:NCursesWindow
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 818 int width() const { return maxx() + 1; }
827 int maxx() const { return getmaxx(w) == ERR ? ERR : getmaxx(w)-1; } function in class:NCursesWindow
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 818 int width() const { return maxx() + 1; }
827 int maxx() const { return getmaxx(w) == ERR ? ERR : getmaxx(w)-1; } function in class:NCursesWindow
    [all...]
  /external/libyuv/files/source/
scale.cc 3128 int maxx = ((src_width - 1) << 16) - 1; local
    [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 425 milliseconds