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

1 2 3

  /external/freetype/src/raster/
ftrend1.c 168 cbox.xMax = FT_PIX_ROUND( cbox.xMax );
173 cbox.xMax = FT_PIX_CEIL( cbox.xMax );
177 width = (FT_UInt)( ( cbox.xMax - cbox.xMin ) >> 6 );
  /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/libgsm/src/
table.c 54 /* Table 4.5 Normalized inverse mantissa used to compute xM/xmax
60 /* Table 4.6 Normalized direct mantissa used to compute xM/xmax
rpe.c 267 word xmax, xmaxc, temp, temp1, temp2; local
271 /* Find the maximum absolute value xmax of xM[0..12].
274 xmax = 0;
278 if (temp > xmax) xmax = temp;
281 /* Qantizing and coding of xmax to get xmaxc.
285 temp = SASR( xmax, 9 );
301 xmaxc = gsm_add( SASR(xmax, temp), exp << 3 );
  /external/opencv/cv/src/
cvshapedescr.cpp 1141 int xmin = 0, ymin = 0, xmax = -1, ymax = -1, i, j, k; local
    [all...]
cvfloodfill.cpp 104 int XMin, XMax, YMin = seed.y, YMax = seed.y;
108 L = R = XMin = XMax = seed.x;
138 XMax = --R;
158 if( XMax < R ) XMax = R;
214 region->rect.width = XMax - XMin + 1;
236 int XMin, XMax, YMin = seed.y, YMax = seed.y;
240 L = R = XMin = XMax = seed.x;
270 XMax = --R;
290 if( XMax < R ) XMax = R
    [all...]
  /external/freetype/src/smooth/
ftsmooth.c 143 cbox.xMax = FT_PIX_CEIL( cbox.xMax );
146 if ( cbox.xMin < 0 && cbox.xMax > FT_INT_MAX + cbox.xMin )
149 " xMin = %d, xMax = %d\n",
150 cbox.xMin >> 6, cbox.xMax >> 6 ));
154 width = (FT_UInt)( ( cbox.xMax - cbox.xMin ) >> 6 );
  /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);
  /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/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;
  /external/quake/quake/src/WinQuake/
wq.bat 7 if x%1==xmax goto max
  /external/qemu/hw/
goldfish_fb.c 255 int xmin, ymin, xmax, ymax; member in struct:__anon10073
284 rect->xmax = rect->ymax = INT_MIN;
421 if (xx2 > rect->xmax) rect->xmax = xx2;
512 rect.xmax = width-1;
525 rect.xmax += 1;
529 rect.ymin, rect.ymax-rect.ymin, rect.xmin, rect.xmax-rect.xmin);
532 dpy_update(s->ds, rect.xmin, rect.ymin, rect.xmax-rect.xmin, rect.ymax-rect.ymin);
  /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);
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 205 final float xmax = mHorizontalBound; local
209 if (x > xmax) {
210 mPosX = xmax;
211 } else if (x < -xmax) {
212 mPosX = -xmax;
  /external/opencv/cvaux/src/
cvsegment.cpp 99 int XMin, XMax, YMin = seed.y, YMax = seed.y;
117 XMax = R;
129 if( XMax < R )
130 XMax = R;
185 region->rect.width = XMax - XMin + 1;
  /external/e2fsprogs/intl/
xsize.h 88 xmax (size_t size1, size_t size2) function
  /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;
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 477 int16_t width = bbox.xMax - bbox.xMin;
514 face->bbox.xMax, face->bbox.yMin);
931 bbox.xMax += dx;
937 bbox.xMax = (bbox.xMax + 63) & ~63;
940 glyph->fWidth = SkToU16((bbox.xMax - bbox.xMin) >> 6);
1295 SkScalar xmax = SkIntToScalar(face->bbox.xMax) \/ upem; local
    [all...]
  /external/freetype/include/freetype/
ftglyph.h 399 /* width = bbox.xMax - bbox.xMin; */
410 /* bbox.xMax = CEILING(bbox.xMax); */
    [all...]
  /external/freetype/src/autofit/
afloader.c 415 bbox.xMax = FT_PIX_CEIL( bbox.xMax );
418 slot->metrics.width = bbox.xMax - bbox.xMin;

Completed in 1220 milliseconds

1 2 3