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

  /external/skia/src/effects/
SkEmbossMask.cpp 114 int maxx = mask->fBounds.width() - 1; local
121 for (int x = 0; x <= maxx; x++)
125 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/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 ) {
  /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...]
  /prebuilt/linux-x86/toolchain/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...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 580 milliseconds