Home
last modified time | relevance | path

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

12

/external/regex-re2/benchlog/
Dmktable43 $ymax = 0;
52 if($val > $ymax) {
53 $ymax = $val;
69 while(10*$y <= $ymax) {
73 if($i*$y > $ymax) {
/external/quake/quake/src/WinQuake/
Dd_sprite.cpp392 float ymin, ymax; in D_DrawSprite() local
401 ymax = -999999.9; in D_DrawSprite()
412 if (pverts->v > ymax) in D_DrawSprite()
414 ymax = pverts->v; in D_DrawSprite()
422 ymax = ceil (ymax); in D_DrawSprite()
424 if (ymin >= ymax) in D_DrawSprite()
Dgl_rmain.cpp1011 float xmin, xmax, ymin, ymax; in MYgluPerspective() local
1013 ymax = zNear * tan( fovy * M_PI / 360.0f ); in MYgluPerspective()
1014 ymin = -ymax; in MYgluPerspective()
1017 xmax = ymax * aspect; in MYgluPerspective()
1019 glFrustumf( xmin, xmax, ymin, ymax, zNear, zFar ); in MYgluPerspective()
1027 GLdouble xmin, xmax, ymin, ymax; in MYgluPerspective() local
1029 ymax = zNear * tan( fovy * M_PI / 360.0 ); in MYgluPerspective()
1030 ymin = -ymax; in MYgluPerspective()
1033 xmax = ymax * aspect; in MYgluPerspective()
1035 glFrustum( xmin, xmax, ymin, ymax, zNear, zFar ); in MYgluPerspective()
Dgl_warp.cpp410 unsigned short xmin,ymin,xmax,ymax; member
449 || pcx->ymax >= 256) in LoadPCX()
461 count = (pcx->xmax+1) * (pcx->ymax+1); in LoadPCX()
464 for (y=0 ; y<=pcx->ymax ; y++) in LoadPCX()
467 for (x=0 ; x<=pcx->ymax ; ) in LoadPCX()
Dscreen.cpp531 unsigned short xmin,ymin,xmax,ymax; member
568 pcx->ymax = LittleShort((short)(height-1)); in WritePCXfile()
/external/quake/quake/src/QW/client/
Dd_sprite.c392 float ymin, ymax; in D_DrawSprite() local
401 ymax = -999999.9; in D_DrawSprite()
412 if (pverts->v > ymax) in D_DrawSprite()
414 ymax = pverts->v; in D_DrawSprite()
422 ymax = ceil (ymax); in D_DrawSprite()
424 if (ymin >= ymax) in D_DrawSprite()
Dgl_rmain.c912 float xmin, xmax, ymin, ymax; in MYgluPerspective() local
914 ymax = zNear * tan( fovy * M_PI / 360.0f ); in MYgluPerspective()
915 ymin = -ymax; in MYgluPerspective()
918 xmax = ymax * aspect; in MYgluPerspective()
920 glFrustumf( xmin, xmax, ymin, ymax, zNear, zFar ); in MYgluPerspective()
928 GLdouble xmin, xmax, ymin, ymax; in MYgluPerspective() local
930 ymax = zNear * tan( fovy * M_PI / 360.0 ); in MYgluPerspective()
931 ymin = -ymax; in MYgluPerspective()
934 xmax = ymax * aspect; in MYgluPerspective()
936 glFrustum( xmin, xmax, ymin, ymax, zNear, zFar ); in MYgluPerspective()
Dskin.c145 || pcx->ymax >= 200) in Skin_Cache()
159 for (y=0 ; y<pcx->ymax ; y++, pix += 320) in Skin_Cache()
Dgl_warp.c361 unsigned short xmin,ymin,xmax,ymax; member
400 || pcx->ymax >= 256) in LoadPCX()
412 count = (pcx->xmax+1) * (pcx->ymax+1); in LoadPCX()
415 for (y=0 ; y<=pcx->ymax ; y++) in LoadPCX()
418 for (x=0 ; x<=pcx->ymax ; ) in LoadPCX()
Dclient.h496 unsigned short xmin,ymin,xmax,ymax; member
/external/qemu/hw/
Dgoldfish_fb.c255 int xmin, ymin, xmax, ymax; member
284 rect->xmax = rect->ymax = INT_MIN; in compute_fb_update_rect_linear()
432 if (yy > rect->ymax) rect->ymax = yy; in compute_fb_update_rect_linear()
439 if (rect->ymin > rect->ymax) { /* nothing changed */ in compute_fb_update_rect_linear()
445 dirty_base + (rect->ymax+1)* fbs->src_pitch, in compute_fb_update_rect_linear()
522 rect.ymax = height-1; in goldfish_fb_update_display()
535 rect.ymax += 1; 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.c142 int ymax; member
284 hw->ymax = 0;
438 if (joy->hwdata->y > joy->hwdata->ymax) {
439 joy->hwdata->ymax = joy->hwdata->y;
441 if (joy->hwdata->ymin == joy->hwdata->ymax) {
443 joy->hwdata->ymax++;
446 v -= (joy->hwdata->ymax + joy->hwdata->ymin + 1)/2;
447 v *= 32768/((joy->hwdata->ymax - joy->hwdata->ymin + 1)/2);
/external/webkit/Source/WebCore/platform/graphics/chromium/
DVDMXParser.h35 bool parseVDMX(int* ymax, int* ymin,
/external/opencv/cv/src/
Dcvshapedescr.cpp1141 int xmin = 0, ymin = 0, xmax = -1, ymax = -1, i, j, k; in cvBoundingRect() local
1266 ymax = i; in cvBoundingRect()
1284 ymin = ymax = pt.y; in cvBoundingRect()
1299 if( ymax < pt.y ) in cvBoundingRect()
1300 ymax = pt.y; in cvBoundingRect()
1310 ymin = ymax = CV_TOGGLE_FLT(pt.y); in cvBoundingRect()
1327 if( ymax < pt.y ) in cvBoundingRect()
1328 ymax = pt.y; in cvBoundingRect()
1338 v.i = CV_TOGGLE_FLT(ymax); ymax = cvFloor(v.f); in cvBoundingRect()
1345 rect.height = ymax - ymin + 1; in cvBoundingRect()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
DConstraintSizeLimit.java58 int ymax = flag & LIMIT_YMAX; in ConstraintSizeLimit() local
63 flag |= ymax << 2; in ConstraintSizeLimit()
DConstraintLocLimit.java58 int ymax = flag & LIMIT_YMAX; in ConstraintLocLimit() local
63 flag |= ymax << 2; in ConstraintLocLimit()
/external/opencv/cxcore/src/
Dcxdrawing.cpp1000 int xmin, xmax, ymin, ymax; in icvFillConvexPoly() local
1019 ymin = ymax = v[0].y; in icvFillConvexPoly()
1030 ymax = MAX( ymax, p.y ); in icvFillConvexPoly()
1059 ymax = (ymax + delta) >> shift; in icvFillConvexPoly()
1061 if( npts < 3 || xmax < 0 || ymax < 0 || xmin >= size.width || ymin >= size.height ) in icvFillConvexPoly()
1064 ymax = MIN( ymax, size.height - 1 ); in icvFillConvexPoly()
1075 if( line_type < CV_AA || y < ymax || y == ymin ) in icvFillConvexPoly()
1142 while( ++y <= ymax ); in icvFillConvexPoly()
/external/qemu/android/skin/
Dargb.h267 int xmin = gsx, xmax = gsx + 65536, ymin = gsy, ymax = gsy + 65536; in ARGB_SCALE_GENERIC() local
274 if (ymax > sy2) ymax = sy2; in ARGB_SCALE_GENERIC()
279 hh = (unsigned)(ymax-ymin); in ARGB_SCALE_GENERIC()
/external/webp/src/enc/
Dfilter.c253 const int ymax = (yo + KERNEL > H - 1) ? H - 1 : yo + KERNEL; in VP8SSIMAccumulate() local
259 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) { in VP8SSIMAccumulate()
/external/webp/src/dsp/
Dlossless.c527 const int ymax = (tile_size <= height - row_start) ? in GetBestPredictorForTile() local
542 for (y = 0; y < ymax; ++y) { in GetBestPredictorForTile()
582 const int ymax = (tile_size <= height - row_start) ? in CopyTileWithPrediction() local
590 for (y = 0; y < ymax; ++y) { in CopyTileWithPrediction()
/external/qemu/distrib/jpeg-6b/
Dwrrle.c191 header.ymax = cinfo->output_height - 1; in finish_output_rle()
Drdrle.c116 height = source->header.ymax - source->header.ymin + 1; in start_input_rle()
/external/jpeg/
Dwrrle.c191 header.ymax = cinfo->output_height - 1; in finish_output_rle()
Drdrle.c116 height = source->header.ymax - source->header.ymin + 1; in start_input_rle()
/external/freetype/src/raster/
Dftraster.c1542 Long y1, y2, y3, x3, ymin, ymax; in Conic_To() local
1566 ymax = y3; in Conic_To()
1571 ymax = y1; in Conic_To()
1574 if ( y2 < ymin || y2 > ymax ) in Conic_To()

12