Searched defs:xmin (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/ots/src/
H A Dhead.h19 int16_t xmin, xmax; member in struct:ots::OpenTypeHEAD
H A Dglyf.cc217 int16_t num_contours, xmin, ymin, xmax, ymax; local
219 !table.ReadS16(&xmin) ||
232 if ((xmin == 32767) &&
236 OTS_WARNING("bad xmin/xmax/ymin/ymax values");
237 xmin = xmax = ymin = ymax = 0;
240 if (xmin > xmax || ymin > ymax) {
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_rtree.c28 double xmin; member in struct:Circle::Box
56 double xmin, xmax; /* X dimensions of box being tested */ local
97 pCircle->aBox[0].xmin = pCircle->centerx;
101 pCircle->aBox[1].xmin = pCircle->centerx + pCircle->radius;
108 xmin = aCoord[0];
118 double x = (i&0x01) ? xmax : xmin;
135 if( xmin<=pCircle->aBox[i].xmin
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_points.c195 GLint xmin, xmax, ymin, ymax, iy; local
204 xmin = (GLint) (x - iRadius);
212 xmin = (GLint) (x + 0.501) - iRadius;
213 xmax = xmin + iSize - 1;
227 span.x = xmin;
229 span.end = xmax - xmin + 1;
312 const GLint xmin = (GLint) (x - radius); local
321 span.x = xmin;
323 span.end = xmax - xmin + 1;
326 for (ix = xmin; i
411 GLint xmin, xmax, ymin, ymax, ix, iy; local
[all...]
H A Ds_span.c703 const GLint xmin = ctx->DrawBuffer->_Xmin; local
721 mask[i] &= (x[i] >= xmin) & (x[i] < xmax)
729 mask[i] = (x[i] >= xmin) & (x[i] < xmax)
743 if (y < ymin || y >= ymax || x + n <= xmin || x >= xmax) {
755 if (x < xmin) {
756 const GLint leftClip = xmin - x;
760 ASSERT(x + n > xmin);
810 span->x = xmin;
815 ASSERT(span->x >= xmin);
/external/mesa3d/src/mesa/swrast/
H A Ds_points.c195 GLint xmin, xmax, ymin, ymax, iy; local
204 xmin = (GLint) (x - iRadius);
212 xmin = (GLint) (x + 0.501) - iRadius;
213 xmax = xmin + iSize - 1;
227 span.x = xmin;
229 span.end = xmax - xmin + 1;
312 const GLint xmin = (GLint) (x - radius); local
321 span.x = xmin;
323 span.end = xmax - xmin + 1;
326 for (ix = xmin; i
411 GLint xmin, xmax, ymin, ymax, ix, iy; local
[all...]
H A Ds_span.c703 const GLint xmin = ctx->DrawBuffer->_Xmin; local
721 mask[i] &= (x[i] >= xmin) & (x[i] < xmax)
729 mask[i] = (x[i] >= xmin) & (x[i] < xmax)
743 if (y < ymin || y >= ymax || x + n <= xmin || x >= xmax) {
755 if (x < xmin) {
756 const GLint leftClip = xmin - x;
760 ASSERT(x + n > xmin);
810 span->x = xmin;
815 ASSERT(span->x >= xmin);
/external/sfntly/cpp/src/sfntly/table/core/
H A Dfont_header_table.cc189 void FontHeaderTable::Builder::SetXMin(int32_t xmin) { argument
190 InternalWriteData()->WriteShort(Offset::kXMin, xmin);
/external/chromium_org/cc/base/
H A Dmath_util.cc86 static inline void ExpandBoundsToIncludePoint(float* xmin, argument
91 *xmin = std::min(p.x(), *xmin);
232 float xmin = std::numeric_limits<float>::max(); local
238 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax, vertices[i]);
240 return gfx::RectF(gfx::PointF(xmin, ymin),
241 gfx::SizeF(xmax - xmin, ymax - ymin));
270 float xmin = std::numeric_limits<float>::max(); local
276 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax,
280 ExpandBoundsToIncludePoint(&xmin,
[all...]
/external/qemu/distrib/sdl-1.2.15/src/joystick/bsd/
H A DSDL_sysjoystick.c139 int xmin; member in struct:joystick_hwdata
281 hw->xmin = 0xffff;
418 if (joy->hwdata->x < joy->hwdata->xmin) {
419 joy->hwdata->xmin = joy->hwdata->x;
424 if (joy->hwdata->xmin == joy->hwdata->xmax) {
425 joy->hwdata->xmin--;
429 v -= (joy->hwdata->xmax + joy->hwdata->xmin + 1)/2;
430 v *= 32768/((joy->hwdata->xmax - joy->hwdata->xmin + 1)/2);
/external/chromium_org/third_party/freetype/src/base/
H A Dftoutln.c826 FT_Pos xmin;
838 xmin = first->x;
843 if ( point->x < xmin )
845 xmin = point->x;
978 FT_Pos xmin = 32768L; local
1037 if ( contour_xmin < xmin &&
1041 xmin = contour_xmin;
1049 if ( xmin == 32768L )
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimage.c736 * specified by [xmin, xmax) and [ymin, ymax).
740 _mesa_clip_to_region(GLint xmin, GLint ymin, argument
746 if (*x < xmin) {
747 *width -= (xmin - *x);
748 *x = xmin;
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_bitmap.c92 GLint xmin, ymin, xmax, ymax; member in struct:bitmap_cache
565 cache->xmin = 1000000;
644 assert(cache->xmin <= cache->xmax);
647 cache->xmax - cache->xmin,
733 if (x < cache->xmin)
734 cache->xmin = x;
/external/mesa3d/src/mesa/main/
H A Dimage.c736 * specified by [xmin, xmax) and [ymin, ymax).
740 _mesa_clip_to_region(GLint xmin, GLint ymin, argument
746 if (*x < xmin) {
747 *width -= (xmin - *x);
748 *x = xmin;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bitmap.c92 GLint xmin, ymin, xmax, ymax; member in struct:bitmap_cache
565 cache->xmin = 1000000;
644 assert(cache->xmin <= cache->xmax);
647 cache->xmax - cache->xmin,
733 if (x < cache->xmin)
734 cache->xmin = x;
/external/qemu/android/skin/
H A Dargb.h267 int xmin = gsx, xmax = gsx + 65536, ymin = gsy, ymax = gsy + 65536; local
271 if (xmin < sx1) xmin = sx1;
276 ww = (unsigned)(xmax-xmin);
/external/qemu/hw/
H A Dgoldfish_fb.c255 int xmin, ymin, xmax, ymax; member in struct:__anon24820
283 rect->xmin = rect->ymin = INT_MAX;
429 if (xx1 < rect->xmin) rect->xmin = xx1;
519 rect.xmin = 0;
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);
/external/chromium_org/third_party/libwebp/enc/
H A Dfilter.c256 const int xmin = (xo - KERNEL < 0) ? 0 : xo - KERNEL; local
262 for (x = xmin; x <= xmax; ++x) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dbezier.c583 float xmin = bez->x1; local
588 if (bez->x2 < xmin)
589 xmin = bez->x2;
592 if (bez->x3 < xmin)
593 xmin = bez->x3;
596 if (bez->x4 < xmin)
597 xmin = bez->x4;
614 bounds[0] = xmin; /* x */
616 bounds[2] = xmax - xmin; /* width */
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dbezier.c583 float xmin = bez->x1; local
588 if (bez->x2 < xmin)
589 xmin = bez->x2;
592 if (bez->x3 < xmin)
593 xmin = bez->x3;
596 if (bez->x4 < xmin)
597 xmin = bez->x4;
614 bounds[0] = xmin; /* x */
616 bounds[2] = xmax - xmin; /* width */
/external/opencv/cv/src/
H A Dcvshapedescr.cpp1141 int xmin = 0, ymin = 0, xmax = -1, ymax = -1, i, j, k; local
1186 xmin = size.width;
1204 if( j < xmin )
1205 xmin = j;
1211 xmin -= offset;
1215 for( ; j <= xmin - 4; j += 4 )
1218 for( ; j < xmin; j++ )
1221 xmin = j;
1258 xmin += offset;
1270 if( xmin >
[all...]
/external/webp/src/enc/
H A Dfilter.c256 const int xmin = (xo - KERNEL < 0) ? 0 : xo - KERNEL; local
262 for (x = xmin; x <= xmax; ++x) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_setup.c1350 const int xmin = (int) (x + 0.75 - halfSize); local
1352 const int xmax = xmin + (int) size;
1354 /* XXX could apply scissor to xmin,ymin,xmax,ymax now */
1355 const int ixmin = block(xmin);
1362 debug_printf("(%f, %f) -> X:%d..%d Y:%d..%d\n", x, y, xmin, xmax,ymin,ymax);
1378 if (ix < xmin) {
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp1266 SkScalar xmin = SkIntToScalar(face->bbox.xMin) / upem; local
1316 mx->fXMin = xmin;
1327 my->fXMin = xmin;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c1350 const int xmin = (int) (x + 0.75 - halfSize); local
1352 const int xmax = xmin + (int) size;
1354 /* XXX could apply scissor to xmin,ymin,xmax,ymax now */
1355 const int ixmin = block(xmin);
1362 debug_printf("(%f, %f) -> X:%d..%d Y:%d..%d\n", x, y, xmin, xmax,ymin,ymax);
1378 if (ix < xmin) {

Completed in 831 milliseconds

12