HomeSort by relevance Sort by last modified time
    Searched full:xmax (Results 1 - 25 of 53) sorted by null

1 2 3

  /packages/apps/Settings/src/com/android/settings/battery_history/
GraphableButton.java 43 int xmax = getWidth() - getPaddingRight(); local
49 int endx = xmin + (int) (mValues[i] * (xmax - xmin));
  /external/freetype/src/base/
ftbbox.c 74 ( p->x < bbox.xMin || p->x > bbox.xMax )
175 &user->bbox.xMax );
547 &user->bbox.xMax );
592 abbox->xMin = abbox->xMax = 0;
602 bbox.xMin = bbox.xMax = cbox.xMin = cbox.xMax = vec->x;
614 if ( x > cbox.xMax ) cbox.xMax = x;
623 if ( x > bbox.xMax ) bbox.xMax = x
    [all...]
ftglyph.c 127 cbox->xMax = cbox->xMin + ( glyph->bitmap.width << 6 );
463 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0;
483 acbox->xMax = FT_PIX_CEIL( acbox->xMax );
493 acbox->xMax >>= 6;
ftoutln.c 463 FT_Pos xMin, yMin, xMax, yMax;
472 xMax = 0;
481 xMin = xMax = vec->x;
492 if ( x > xMax ) xMax = x;
500 acbox->xMax = xMax;
  /external/qemu/distrib/sdl-1.2.12/src/joystick/bsd/
SDL_sysjoystick.c 130 int xmax; member in struct:joystick_hwdata
270 hw->xmax = 0;
404 if (joy->hwdata->x > joy->hwdata->xmax) {
405 joy->hwdata->xmax = joy->hwdata->x;
407 if (joy->hwdata->xmin == joy->hwdata->xmax) {
409 joy->hwdata->xmax++;
412 v -= (joy->hwdata->xmax + joy->hwdata->xmin + 1)/2;
413 v *= 32768/((joy->hwdata->xmax - joy->hwdata->xmin + 1)/2);
  /external/freetype/src/raster/
ftrend1.c 166 cbox.xMax = FT_PIX_CEIL( cbox.xMax );
169 width = (FT_UInt)( ( cbox.xMax - cbox.xMin ) >> 6 );
  /system/core/libpixelflinger/
trap.cpp 742 const int xmax = c->state.scissor.right; local
746 const int32_t xr = min(right_x >> TRI_ITERATORS_BITS, xmax);
959 const int xmax = c->state.scissor.right; local
960 if (xmin >= xmax) return;
981 memset(covPtr+xmin, 0, (xmax-xmin)*sizeof(*covPtr));
997 c->iterators.xl = xmax;
1005 // compute xmin and xmax for the left edge
1012 // compute xmin and xmax for the right edge
1025 if (gglFixedToIntFloor(l_min) >= xmax) l_min = gglIntToFixed(xmax)-1
    [all...]
  /external/freetype/src/smooth/
ftsmooth.c 140 cbox.xMax = FT_PIX_CEIL( cbox.xMax );
143 width = (FT_UInt)( ( cbox.xMax - cbox.xMin ) >> 6 );
  /external/quake/quake/src/QW/client/
skin.c 144 || pcx->xmax >= 320
161 for (x=0 ; x<=pcx->xmax ; )
188 if (runLength + x > pcx->xmax + 2) {
gl_rmain.c 912 float xmin, xmax, ymin, ymax; local
918 xmax = ymax * aspect;
920 glFrustumf( xmin, xmax, ymin, ymax, zNear, zFar );
928 GLdouble xmin, xmax, ymin, ymax; local
934 xmax = ymax * aspect;
936 glFrustum( xmin, xmax, ymin, ymax, zNear, zFar );
  /external/icu4c/samples/layout/
sfnt.h 158 le_int16 xMax;
  /external/icu4c/test/letest/
FontObject.h 121 le_int16 xMax;
sfnt.h 287 le_int16 xMax;
  /external/quake/quake/src/WinQuake/
wq.bat 7 if x%1==xmax goto max
gl_rmain.cpp 1011 float xmin, xmax, ymin, ymax; local
1017 xmax = ymax * aspect;
1019 glFrustumf( xmin, xmax, ymin, ymax, zNear, zFar );
1027 GLdouble xmin, xmax, ymin, ymax; local
1033 xmax = ymax * aspect;
1035 glFrustum( xmin, xmax, ymin, ymax, zNear, zFar );
    [all...]
  /frameworks/base/core/jni/android/opengl/
poly_clip.cpp 55 * and to clip against xmax, use
56 * poly_clip_to_halfspace(p, q, XINDEX, 1., xmax);
  /external/e2fsprogs/intl/
xsize.h 88 xmax (size_t size1, size_t size2) function
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 580 bbox.xMax += dx;
586 bbox.xMax = (bbox.xMax + 63) & ~63;
589 glyph->fWidth = SkToU16((bbox.xMax - bbox.xMin) >> 6);
894 SkScalar xmax = SkIntToScalar(face->bbox.xMax) / upem; local
946 mx->fXMax = xmax;
957 my->fXMax = xmax;
    [all...]
  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.c 221 if( pRectA->xMax <= pRectA->xMin || pRectA->yMax <= pRectA->yMin )
232 pRectA->xMax >> 16,
340 pRectA->xMax = ( rxL + doffL ) << 16;
342 pRectA->yMax = ( pRectA->yMin + ( pRectA->xMax - pRectA->xMin ) );
346 pRectA->xMax += ( int32 )hdcrA->dcrE.roiRectE.x1E << 16;
356 pRectA->xMax += ( int32 )hdcrA->dcrE.offsE.xE << 16;
DCR.h 56 s16p16 xMax; /* x max coordinate */
  /external/freetype/include/freetype/
ftglyph.h 392 /* width = bbox.xMax - bbox.xMin; */
403 /* bbox.xMax = CEILING(bbox.xMax); */
    [all...]
  /external/freetype/src/autofit/
afloader.c 405 bbox.xMax = FT_PIX_CEIL( bbox.xMax );
408 slot->metrics.width = bbox.xMax - bbox.xMin;
  /external/jpeg/
rdrle.c 115 width = source->header.xmax - source->header.xmin + 1;
118 source->header.xmax = width-1;
wrrle.c 189 header.xmax = cinfo->output_width - 1;
  /external/qemu/android/skin/
argb.h 269 int xmin = gsx, xmax = gsx + 65536, ymin = gsy, ymax = gsy + 65536; local
274 if (xmax > sx2) xmax = sx2;
278 ww = (unsigned)(xmax-xmin);

Completed in 275 milliseconds

1 2 3