/external/opencv/cv/src/ |
D | cvshapedescr.cpp | 1141 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 …]
|
D | cvimgwarp.cpp | 420 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/ |
D | goldfish_fb.c | 255 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/ |
D | SDL_sysjoystick.c | 139 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/ |
D | ftoutln.c | 826 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/ |
D | gl_rmain.c | 912 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()
|
D | client.h | 496 unsigned short xmin,ymin,xmax,ymax; member
|
D | screen.c | 608 pcx->xmin = 0; in WritePCXfile()
|
D | gl_screen.c | 699 pcx->xmin = 0; in WritePCXfile()
|
D | gl_warp.c | 361 unsigned short xmin,ymin,xmax,ymax; member
|
/external/quake/quake/src/WinQuake/ |
D | gl_rmain.cpp | 1011 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()
|
D | screen.cpp | 531 unsigned short xmin,ymin,xmax,ymax; member 565 pcx->xmin = 0; in WritePCXfile()
|
D | gl_warp.cpp | 410 unsigned short xmin,ymin,xmax,ymax; member
|
/external/qemu/distrib/jpeg-6b/ |
D | rdrle.c | 115 width = source->header.xmax - source->header.xmin + 1; in start_input_rle() 117 source->header.xmin = 0; /* realign horizontally */ in start_input_rle()
|
D | wrrle.c | 188 header.xmin = 0; in finish_output_rle()
|
/external/jpeg/ |
D | rdrle.c | 115 width = source->header.xmax - source->header.xmin + 1; in start_input_rle() 117 source->header.xmin = 0; /* realign horizontally */ in start_input_rle()
|
D | wrrle.c | 188 header.xmin = 0; in finish_output_rle()
|
/external/qemu/android/skin/ |
D | argb.h | 267 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/ |
D | filter.c | 254 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/ |
D | cxdrawing.cpp | 1000 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/ |
D | SkFontHost_FreeType.cpp | 1234 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/ |
D | SkFontHost_FreeType.cpp | 1640 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/ |
D | OCamlLangImpl6.rst | 525 def mandelhelp(xmin xmax xstep ymin ymax ystep) 527 (for x = xmin, x < xmax, xstep in
|
D | LangImpl6.rst | 557 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/ |
D | jquery.flot.min.js | 1 …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
|