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

  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgximage.c 318 int x, minx, maxx; local
325 minx = rects[i].x;
331 y * screen->pitch + minx * 2);
332 for ( x=minx; x<maxx; ++x, ++spot ) {
343 minx = rects[i].x;
349 y * screen->pitch + minx * 4);
350 for ( x=minx; x<maxx; ++x, ++spot ) {
  /external/qemu/distrib/sdl-1.2.12/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) ) {
  /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);
  /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...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 85 milliseconds