Home
last modified time | relevance | path

Searched refs:xmin (Results 1 – 25 of 25) sorted by relevance

/external/opencv/cv/src/
Dcvshapedescr.cpp1141 int xmin = 0, ymin = 0, xmax = -1, ymax = -1, i, j, k; in cvBoundingRect() local
1186 xmin = size.width; in cvBoundingRect()
1204 if( j < xmin ) in cvBoundingRect()
1205 xmin = j; in cvBoundingRect()
1211 xmin -= offset; in cvBoundingRect()
1215 for( ; j <= xmin - 4; j += 4 ) in cvBoundingRect()
1218 for( ; j < xmin; j++ ) in cvBoundingRect()
1221 xmin = j; in cvBoundingRect()
1258 xmin += offset; in cvBoundingRect()
1270 if( xmin >= size.width ) in cvBoundingRect()
[all …]
Dcvimgwarp.cpp420 int cn, int xmin, int xmax, \
427 xmin *= cn; xmax *= cn; \
467 for( dx = 0; dx < xmin; dx++ ) \
589 int cn, int xmin, int xmax,
890 int xmin = dsize.width, xmax = -1; in cvResize() local
916 if( sx-1 >= 0 && xmin > dx ) in cvResize()
917 xmin = dx; in cvResize()
937 dst->step, dsize, cn, xmin, xmax, xofs, buf )); in cvResize()
/external/qemu/hw/
Dgoldfish_fb.c255 int xmin, ymin, xmax, ymax; member
283 rect->xmin = rect->ymin = INT_MAX; in compute_fb_update_rect_linear()
429 if (xx1 < rect->xmin) rect->xmin = xx1; in compute_fb_update_rect_linear()
519 rect.xmin = 0; in goldfish_fb_update_display()
538 rect.ymin, rect.ymax-rect.ymin, rect.xmin, rect.xmax-rect.xmin); in goldfish_fb_update_display()
541 dpy_update(s->ds, rect.xmin, rect.ymin, rect.xmax-rect.xmin, rect.ymax-rect.ymin); in goldfish_fb_update_display()
/external/qemu/distrib/sdl-1.2.15/src/joystick/bsd/
DSDL_sysjoystick.c139 int xmin; member
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/freetype/src/base/
Dftoutln.c826 FT_Pos xmin;
838 xmin = first->x;
843 if ( point->x < xmin )
845 xmin = point->x;
978 FT_Pos xmin = 32768L; in FT_Outline_Get_Orientation() local
1037 if ( contour_xmin < xmin && in FT_Outline_Get_Orientation()
1041 xmin = contour_xmin; in FT_Outline_Get_Orientation()
1049 if ( xmin == 32768L ) in FT_Outline_Get_Orientation()
/external/quake/quake/src/QW/client/
Dgl_rmain.c912 float xmin, xmax, ymin, ymax; in MYgluPerspective() local
917 xmin = ymin * aspect; in MYgluPerspective()
920 glFrustumf( xmin, xmax, ymin, ymax, zNear, zFar ); in MYgluPerspective()
928 GLdouble xmin, xmax, ymin, ymax; in MYgluPerspective() local
933 xmin = ymin * aspect; in MYgluPerspective()
936 glFrustum( xmin, xmax, ymin, ymax, zNear, zFar ); in MYgluPerspective()
Dclient.h496 unsigned short xmin,ymin,xmax,ymax; member
Dscreen.c608 pcx->xmin = 0; in WritePCXfile()
Dgl_screen.c699 pcx->xmin = 0; in WritePCXfile()
Dgl_warp.c361 unsigned short xmin,ymin,xmax,ymax; member
/external/quake/quake/src/WinQuake/
Dgl_rmain.cpp1011 float xmin, xmax, ymin, ymax; in MYgluPerspective() local
1016 xmin = ymin * aspect; in MYgluPerspective()
1019 glFrustumf( xmin, xmax, ymin, ymax, zNear, zFar ); in MYgluPerspective()
1027 GLdouble xmin, xmax, ymin, ymax; in MYgluPerspective() local
1032 xmin = ymin * aspect; in MYgluPerspective()
1035 glFrustum( xmin, xmax, ymin, ymax, zNear, zFar ); in MYgluPerspective()
Dscreen.cpp531 unsigned short xmin,ymin,xmax,ymax; member
565 pcx->xmin = 0; in WritePCXfile()
Dgl_warp.cpp410 unsigned short xmin,ymin,xmax,ymax; member
/external/qemu/distrib/jpeg-6b/
Drdrle.c115 width = source->header.xmax - source->header.xmin + 1; in start_input_rle()
117 source->header.xmin = 0; /* realign horizontally */ in start_input_rle()
Dwrrle.c188 header.xmin = 0; in finish_output_rle()
/external/jpeg/
Drdrle.c115 width = source->header.xmax - source->header.xmin + 1; in start_input_rle()
117 source->header.xmin = 0; /* realign horizontally */ in start_input_rle()
Dwrrle.c188 header.xmin = 0; in finish_output_rle()
/external/qemu/android/skin/
Dargb.h267 int xmin = gsx, xmax = gsx + 65536, ymin = gsy, ymax = gsy + 65536; in ARGB_SCALE_GENERIC() local
271 if (xmin < sx1) xmin = sx1; in ARGB_SCALE_GENERIC()
276 ww = (unsigned)(xmax-xmin); in ARGB_SCALE_GENERIC()
/external/webp/src/enc/
Dfilter.c254 const int xmin = (xo - KERNEL < 0) ? 0 : xo - KERNEL; in VP8SSIMAccumulate() local
260 for (x = xmin; x <= xmax; ++x) { in VP8SSIMAccumulate()
/external/opencv/cxcore/src/
Dcxdrawing.cpp1000 int xmin, xmax, ymin, ymax; in icvFillConvexPoly() local
1018 xmin = xmax = v[0].x; in icvFillConvexPoly()
1032 xmin = MIN( xmin, p.x ); in icvFillConvexPoly()
1056 xmin = (xmin + delta) >> shift; in icvFillConvexPoly()
1061 if( npts < 3 || xmax < 0 || ymax < 0 || xmin >= size.width || ymin >= size.height ) in icvFillConvexPoly()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp1234 SkScalar xmin = SkIntToScalar(face->bbox.xMin) / upem; in generateFontMetrics() local
1286 mx->fXMin = xmin; in generateFontMetrics()
1297 my->fXMin = xmin; in generateFontMetrics()
/external/skia/legacy/src/ports/
DSkFontHost_FreeType.cpp1640 SkScalar xmin = SkIntToScalar(face->bbox.xMin) / upem; in generateFontMetrics() local
1692 mx->fXMin = xmin; in generateFontMetrics()
1703 my->fXMin = xmin; in generateFontMetrics()
/external/llvm/docs/tutorial/
DOCamlLangImpl6.rst525 def mandelhelp(xmin xmax xstep ymin ymax ystep)
527 (for x = xmin, x < xmax, xstep in
DLangImpl6.rst557 def mandelhelp(xmin xmax xstep ymin ymax ystep)
559 (for x = xmin, x < xmax, xstep in
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
Djquery.flot.min.js1 …llRect(0,0,I,t)}var AL=g.grid.markings;if(AL){if(C.isFunction(AL)){AL=AL({xmin:s.xaxis.min,xmax:s.… property