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

1 2 3 4 5

  /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;
  /external/harfbuzz_ng/src/
hb-ot-hhea-table.hh 72 * (xMax - xMin)). */
73 FWORD xMaxExtent; /* Max(lsb + (xMax - xMin)). */
  /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 = ( cbox.xMax - cbox.xMin ) >> 6;
  /external/qemu/distrib/sdl-1.2.15/src/joystick/bsd/
SDL_sysjoystick.c 141 int xmax; member in struct:joystick_hwdata
283 hw->xmax = 0;
421 if (joy->hwdata->x > joy->hwdata->xmax) {
422 joy->hwdata->xmax = joy->hwdata->x;
424 if (joy->hwdata->xmin == joy->hwdata->xmax) {
426 joy->hwdata->xmax++;
429 v -= (joy->hwdata->xmax + joy->hwdata->xmin + 1)/2;
430 v *= 32768/((joy->hwdata->xmax - joy->hwdata->xmin + 1)/2);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
HillHeightMap.java 173 int xMax = Math.round(x + radius + 1);
182 if (xMax > size) {
183 xMax = size - 1;
193 for (int i = xMin; i <= xMax; i++) {
  /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) {
  /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
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
ctor_func.pass.cpp 16 // discrete_distribution(size_t nw, double xmin, double xmax,
param_ctor_func.pass.cpp 16 // param_type(size_t nw, double xmin, double xmax,
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
ctor_func.pass.cpp 17 // result_type xmax, UnaryOperation fw);
param_ctor_func.pass.cpp 16 // param_type(size_t nw, double xmin, double xmax,
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
ctor_func.pass.cpp 17 // result_type xmax, UnaryOperation fw);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintLocLimit.java 50 limits[0][1] = ((Number) data.getFieldValue("xmax")).floatValue();
68 limits[0][1] = ((Number) data.getFieldValue("xmax")).floatValue();
ConstraintRotLimit.java 50 limits[0][1] = ((Number) data.getFieldValue("xmax")).floatValue();
64 limits[0][1] = ((Number) data.getFieldValue("xmax")).floatValue();
ConstraintSizeLimit.java 50 limits[0][1] = ((Number) data.getFieldValue("xmax")).floatValue();
68 limits[0][1] = ((Number) data.getFieldValue("xmax")).floatValue();
  /external/qemu/hw/
goldfish_fb.c 255 int xmin, ymin, xmax, ymax; member in struct:__anon13765
284 rect->xmax = rect->ymax = INT_MIN;
430 if (xx2 > rect->xmax) rect->xmax = xx2;
521 rect.xmax = width-1;
534 rect.xmax += 1;
538 rect.ymin, rect.ymax-rect.ymin, rect.xmin, rect.xmax-rect.xmin);
541 dpy_update(s->ds, rect.xmin, rect.ymin, rect.xmax-rect.xmin, rect.ymax-rect.ymin);

Completed in 570 milliseconds

1 2 3 4 5