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

  /external/skia/samplecode/
SampleClip.cpp 90 const SkScalar maxy = 5*SkIntToScalar(H)/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/terrain/com/jme3/terrain/heightmap/
ParticleDepositionHeightMap.java 144 int miny, maxy; local
233 maxy = calderaY;
245 ty = maxy;
293 if (y + 1 > maxy) {
294 maxy = y + 1;
  /external/skia/src/effects/
SkEmbossMask.cpp 100 int maxy = mask->fBounds.height() - 1; local
104 for (int y = 0; y <= maxy; y++) {
105 int next_row = neq_to_mask(y, maxy) & rowBytes;
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgximage.c 319 int y, miny, maxy; local
328 maxy = rects[i].y+rects[i].h;
329 for ( y=miny; y<maxy; ++y ) {
346 maxy = rects[i].y+rects[i].h;
347 for ( y=miny; y<maxy; ++y ) {
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
UVCoordinatesGenerator.java 284 float maxy = -Float.MAX_VALUE, miny = Float.MAX_VALUE; local
296 maxy = y > maxy ? y : maxy;
303 float radius = Math.max(maxx - minx, maxy - miny) * 0.5f;
  /external/opencv/cv/src/
cvsegmentation.cpp 458 int minx, miny, maxx, maxy; local
467 maxy = cvRound(y0 + sp); maxy = MIN(maxy, size.height-1);
470 for( y = miny; y <= maxy; y++, ptr += sstep - (maxx-minx+1)*3 )
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 516 float maxy = Float.MIN_VALUE; local
529 if (points[i] > maxy) {
530 maxy = points[i];
534 return new OrientedBoundingBox((float) (angle * 180 / Math.PI), centroid[0], centroid[1], maxx - minx, maxy - miny);
  /external/libyuv/files/source/
scale.cc 3129 int maxy = ((src_height - 1) << 16) - 1; local
3201 int maxy = ((src_height - 1) << 16) - 1; \/\/ max is filter of last 2 rows. local
    [all...]
  /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...]
  /system/core/libpixelflinger/
trap.cpp 547 const int32_t maxy = min(bmaxy, c->state.scissor.bottom); local
548 if ((minx >= maxx) || (miny >= maxy))
565 for (int32_t y = miny; y < maxy; y++) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 815 int height() const { return maxy() + 1; }
830 int maxy() const { return getmaxy(w) == ERR ? ERR : getmaxy(w)-1; } function in class:NCursesWindow
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 815 int height() const { return maxy() + 1; }
830 int maxy() const { return getmaxy(w) == ERR ? ERR : getmaxy(w)-1; } function in class:NCursesWindow
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 815 int height() const { return maxy() + 1; }
830 int maxy() const { return getmaxy(w) == ERR ? ERR : getmaxy(w)-1; } function in class:NCursesWindow
    [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 380 milliseconds