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

  /external/qemu/distrib/sdl-1.2.12/src/joystick/bsd/
SDL_sysjoystick.c 128 int xmin; member in struct:joystick_hwdata
268 hw->xmin = 0xffff;
401 if (joy->hwdata->x < joy->hwdata->xmin) {
402 joy->hwdata->xmin = joy->hwdata->x;
407 if (joy->hwdata->xmin == joy->hwdata->xmax) {
408 joy->hwdata->xmin--;
412 v -= (joy->hwdata->xmax + joy->hwdata->xmin + 1)/2;
413 v *= 32768/((joy->hwdata->xmax - joy->hwdata->xmin + 1)/2);
  /external/freetype/src/base/
ftoutln.c 463 FT_Pos xMin, yMin, xMax, yMax;
470 xMin = 0;
481 xMin = xMax = vec->x;
491 if ( x < xMin ) xMin = x;
499 acbox->xMin = xMin;
826 FT_Pos xmin;
838 xmin = first->x;
843 if ( point->x < xmin )
978 FT_Pos xmin = 32768L; local
    [all...]
  /device/samsung/crespo/alsa-lib/src/control/
control_ext.c 148 int64_t xmin, xmax, xstep; local
150 &xmin,
153 info->value.integer64.min = xmin;
  /external/jpeg/
rdrle.c 115 width = source->header.xmax - source->header.xmin + 1;
117 source->header.xmin = 0; /* realign horizontally */
wrrle.c 188 header.xmin = 0;
  /external/quake/quake/src/QW/client/
gl_rmain.c 912 float xmin, xmax, ymin, ymax; local
917 xmin = ymin * aspect;
920 glFrustumf( xmin, xmax, ymin, ymax, zNear, zFar );
928 GLdouble xmin, xmax, ymin, ymax; local
933 xmin = ymin * aspect;
936 glFrustum( xmin, xmax, ymin, ymax, zNear, zFar );
client.h 496 unsigned short xmin,ymin,xmax,ymax; member in struct:__anon6686
screen.c 608 pcx->xmin = 0;
gl_screen.c 699 pcx->xmin = 0;
gl_warp.c 361 unsigned short xmin,ymin,xmax,ymax; member in struct:__anon6729
  /system/core/libpixelflinger/
trap.cpp 741 const int xmin = c->state.scissor.left; local
745 const int32_t xl = max(left_x >> TRI_ITERATORS_BITS, xmin);
958 const int xmin = c->state.scissor.left; local
960 if (xmin >= xmax) return;
981 memset(covPtr+xmin, 0, (xmax-xmin)*sizeof(*covPtr));
998 c->iterators.xr = xmin;
1005 // compute xmin and xmax for the left edge
1012 // compute xmin and xmax for the right edge
1037 const int xml = max(xmin, gglFixedToIntFloor(l_min_i))
    [all...]
  /external/quake/quake/src/WinQuake/
gl_rmain.cpp 1011 float xmin, xmax, ymin, ymax; local
1016 xmin = ymin * aspect;
1019 glFrustumf( xmin, xmax, ymin, ymax, zNear, zFar );
1027 GLdouble xmin, xmax, ymin, ymax; local
1032 xmin = ymin * aspect;
1035 glFrustum( xmin, xmax, ymin, ymax, zNear, zFar );
    [all...]
screen.cpp 531 unsigned short xmin,ymin,xmax,ymax; member in struct:__anon7222
565 pcx->xmin = 0;
gl_warp.cpp 410 unsigned short xmin,ymin,xmax,ymax; member in struct:__anon7090
  /external/qemu/android/skin/
argb.h 269 int xmin = gsx, xmax = gsx + 65536, ymin = gsy, ymax = gsy + 65536; local
273 if (xmin < sx1) xmin = sx1;
278 ww = (unsigned)(xmax-xmin);
  /external/libvpx/vp8/encoder/
ssim.c 329 const int xmin = (xo - KERNEL < 0) ? 0 : xo - KERNEL; local
342 for (x = xmin; x <= xmax; ++x)
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 505 GLfloat xmin, xmax, ymin, ymax; local
509 xmin = ymin * aspect;
512 glFrustumx((GLfixed)(xmin * 65536), (GLfixed)(xmax * 65536),
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 602 bbox.xMin += dx;
608 bbox.xMin &= ~63;
613 glyph->fWidth = SkToU16((bbox.xMax - bbox.xMin) >> 6);
616 glyph->fLeft = SkToS16(bbox.xMin >> 6);
706 FT_Outline_Translate(outline, dx - ((bbox.xMin + dx) & ~63),
917 SkScalar xmin = SkIntToScalar(face->bbox.xMin) / upem; local
969 mx->fXMin = xmin;
980 my->fXMin = xmin;
    [all...]
  /frameworks/base/opengl/tests/angeles/
demo.c 505 GLfloat xmin, xmax, ymin, ymax; local
509 xmin = ymin * aspect;
512 glFrustumx((GLfixed)(xmin * 65536), (GLfixed)(xmax * 65536),
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 240 milliseconds