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

  /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/qemu/distrib/sdl-1.2.15/test/
testvidinfo.c 50 int maxy; local
54 maxy = (int)screen->h - bmp->h + 1;
62 if ( maxy ) {
63 dst.y = rand() % maxy;
  /external/skia/legacy/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/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;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 121 float maxy = miny; local
125 if (y > maxy) maxy = y;
127 if (maxy - miny < mHandleBarHeight) {
  /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/libyuv/files/source/
scale_argb.cc 889 int maxy = (src_height > 1) ? ((src_height - 1) << 16) - 1 : 0; local
898 if (y > maxy) {
899 y = maxy;
    [all...]
scale.cc 2628 int maxy = (src_height << 16); local
2690 int maxy = (src_height > 1) ? ((src_height - 1) << 16) - 1 : 0; local
2762 int maxy = (src_height > 1) ? ((src_height - 1) << 16) - 1 : 0; local
    [all...]
  /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/qemu/distrib/sdl-1.2.15/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...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c 3510 int maxy = ((src_height - 1) << 16) - 1; local
3585 int maxy = ((src_height - 1) << 16) - 1; \/\/ max is filter of last 2 rows. local
    [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/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 707 milliseconds