y1               1630 Magick++/lib/Drawable.cpp       DrawPathCurveToAbsolute( context_, p->x1(), p->y1(), p->x2(), p->y2(),
y1               1661 Magick++/lib/Drawable.cpp       DrawPathCurveToRelative( context_, p->x1(), p->y1(), p->x2(), p->y2(),
y1               1838 Magick++/lib/Drawable.cpp       DrawPathCurveToQuadraticBezierAbsolute( context_, p->x1(), p->y1(),
y1               1871 Magick++/lib/Drawable.cpp       DrawPathCurveToQuadraticBezierRelative( context_, p->x1(), p->y1(),
y1               2083 Magick++/lib/Magick++/Drawable.h   void y1( unsigned long y1_ )
y1               2087 Magick++/lib/Magick++/Drawable.h   unsigned long y1( void ) const
y1               2326 Magick++/lib/Magick++/Drawable.h void y1( double y1_ )
y1               2330 Magick++/lib/Magick++/Drawable.h double y1( void ) const
y1               2527 Magick++/lib/Magick++/Drawable.h   void y1( double y1_ )
y1               2531 Magick++/lib/Magick++/Drawable.h   double y1( void ) const
y1               7082 TclMagick/generic/TclMagick.c 	double x1, y1, x2, y2;
y1               7091 TclMagick/generic/TclMagick.c 	if( (stat = Tcl_GetDoubleFromObj(interp, objv[3], &y1)) != TCL_OK ) {
y1               7100 TclMagick/generic/TclMagick.c 	DrawRectangle(wandPtr, x1, y1, x2, y2);
y1               7134 TclMagick/generic/TclMagick.c 	double x1, y1, x2, y2, rx, ry;
y1               7143 TclMagick/generic/TclMagick.c 	if( (stat = Tcl_GetDoubleFromObj(interp, objv[3], &y1)) != TCL_OK ) {
y1               7158 TclMagick/generic/TclMagick.c 	DrawRoundRectangle(wandPtr, x1, y1, x2, y2, rx, ry);
y1               7619 TclMagick/generic/TclMagick.c 	unsigned long x1, y1, x2, y2;
y1               7628 TclMagick/generic/TclMagick.c 	if( (stat = Tcl_GetLongFromObj(interp, objv[3], &y1)) != TCL_OK ) {
y1               7637 TclMagick/generic/TclMagick.c 	DrawSetViewbox(wandPtr, x1, y1, x2, y2);
y1               7900 TclMagick/generic/TclMagick.c 		double x1, y1, x2, y2, x, y;
y1               7932 TclMagick/generic/TclMagick.c 			   || ((stat = Tcl_GetDoubleFromObj(interp, argv[2], &y1)) != TCL_OK)
y1               7942 TclMagick/generic/TclMagick.c 			? DrawPathCurveToRelative(wandPtr, x1, y1, x2, y2, x, y)
y1               7943 TclMagick/generic/TclMagick.c 			: DrawPathCurveToAbsolute(wandPtr, x1, y1, x2, y2, x, y);
y1               8049 TclMagick/generic/TclMagick.c 		double x1, y1, x, y;
y1               8079 TclMagick/generic/TclMagick.c 			   || ((stat = Tcl_GetDoubleFromObj(interp, argv[2], &y1)) != TCL_OK)
y1               8087 TclMagick/generic/TclMagick.c 			? DrawPathCurveToQuadraticBezierRelative(wandPtr, x1, y1, x, y)
y1               8088 TclMagick/generic/TclMagick.c 			: DrawPathCurveToQuadraticBezierAbsolute(wandPtr, x1, y1, x, y);
y1                274 coders/ept.c           &bounds.y1,&bounds.x2,&bounds.y2);
y1                280 coders/ept.c           &bounds.x1,&bounds.y1,&bounds.x2,&bounds.y2);
y1                284 coders/ept.c           (bounds.y1 > bounds.y2))
y1                289 coders/ept.c       FormatString(translate_geometry,"%g %g translate\n",-bounds.x1,-bounds.y1);
y1                291 coders/ept.c       height=(unsigned long) (bounds.y2-bounds.y1+0.5);
y1                165 coders/mvg.c           (void) sscanf(p,"viewbox %lf %lf %lf %lf",&bounds.x1,&bounds.y1,
y1                168 coders/mvg.c           image->rows=(unsigned long) (bounds.y2-bounds.y1+0.5);
y1                263 coders/pdf.c       count=sscanf(q,"/MediaBox [%lf %lf %lf %lf",&bounds.x1,&bounds.y1,
y1                266 coders/pdf.c         count=sscanf(q,"/MediaBox[%lf %lf %lf %lf",&bounds.x1,&bounds.y1,
y1                272 coders/pdf.c                                 bounds.x1,bounds.y1,
y1                277 coders/pdf.c       if ((bounds.x1 > bounds.x2) || (bounds.y1 > bounds.y2))
y1                283 coders/pdf.c       height=(unsigned long) (bounds.y2-bounds.y1+0.5);
y1                149 coders/plasma.c   segment_info.y1=0;
y1                157 coders/plasma.c       PlasmaPixel(image,segment_info.x1,segment_info.y1);
y1                158 coders/plasma.c       PlasmaPixel(image,segment_info.x1,(segment_info.y1+segment_info.y2)/2);
y1                160 coders/plasma.c       PlasmaPixel(image,(segment_info.x1+segment_info.x2)/2,segment_info.y1);
y1                162 coders/plasma.c         (segment_info.y1+segment_info.y2)/2);
y1                164 coders/plasma.c       PlasmaPixel(image,segment_info.x2,segment_info.y1);
y1                165 coders/plasma.c       PlasmaPixel(image,segment_info.x2,(segment_info.y1+segment_info.y2)/2);
y1                261 coders/ps.c            &bounds.y1,&bounds.x2,&bounds.y2);
y1                267 coders/ps.c            &bounds.x1,&bounds.y1,&bounds.x2,&bounds.y2);
y1                270 coders/ps.c        if ((bounds.x1 > bounds.x2) || (bounds.y1 > bounds.y2))
y1                275 coders/ps.c        FormatString(translate_geometry,"%g %g translate\n",-bounds.x1,-bounds.y1);
y1                277 coders/ps.c        height=(unsigned long) (bounds.y2-bounds.y1+0.5);
y1               1016 coders/ps.c            bounds.y1=geometry.y;
y1               1023 coders/ps.c                floor(bounds.x1+0.5),floor(bounds.y1+0.5),ceil(bounds.x2-0.5),
y1               1171 coders/ps.c        if (geometry.y < bounds.y1)
y1               1172 coders/ps.c          bounds.y1=geometry.y;
y1               1600 coders/ps.c            floor(bounds.y1+0.5),ceil(bounds.x2-0.5),ceil(bounds.y2-0.5));
y1                646 coders/ps2.c           bounds.y1=geometry.y;
y1                653 coders/ps2.c               floor(bounds.x1+0.5),floor(bounds.y1+0.5),ceil(bounds.x2-0.5),
y1                721 coders/ps2.c       if (geometry.y < bounds.y1)
y1                722 coders/ps2.c         bounds.y1=geometry.y;
y1               1170 coders/ps2.c           floor(bounds.y1+0.5),ceil(bounds.x2-0.5),ceil(bounds.y2-0.5));
y1               1365 coders/ps3.c           bounds.y1=geometry.y;
y1               1377 coders/ps3.c                 floor(bounds.x1+0.5),floor(bounds.y1+0.5),ceil(bounds.x2-0.5),
y1               1381 coders/ps3.c                 bounds.x1,bounds.y1,bounds.x2,bounds.y2);
y1               1480 coders/ps3.c       if (geometry.y < bounds.y1)
y1               1481 coders/ps3.c         bounds.y1=geometry.y;
y1               1875 coders/ps3.c           floor(bounds.x1+0.5),floor(bounds.y1+0.5),ceil(bounds.x2-0.5),
y1               1879 coders/ps3.c           bounds.x1,bounds.y1,bounds.x2,bounds.y2);
y1                834 coders/svg.c                 svg_info->segment.y1=
y1                918 coders/svg.c               svg_info->segment.x1,svg_info->segment.y1,svg_info->segment.x2,
y1               1954 coders/svg.c                 svg_info->segment.y1=
y1               2187 coders/svg.c               svg_info->segment.y1,svg_info->segment.x2,svg_info->segment.y2);
y1               3504 coders/svg.c                   svg_info.segment.y1=MagickAtoF(token);
y1               3518 coders/svg.c                     svg_info.segment.x1,svg_info.segment.y1,svg_info.segment.x2,
y1                104 coders/uyvy.c      y1,
y1                152 coders/uyvy.c        y1=ReadBlobByte(image);
y1                155 coders/uyvy.c        q->red=ScaleCharToQuantum(y1);
y1               1974 coders/wmf.c     printf("bounds    = %.4g,%.4g %.4g,%.4g\n", metrics.bounds.x1, metrics.bounds.y1,
y1               1104 magick/annotate.c   metrics->bounds.y1=metrics->descent;
y1               1208 magick/annotate.c     if ((i == 0) || (bounds.yMin < metrics->bounds.y1))
y1               1209 magick/annotate.c       metrics->bounds.y1=bounds.yMin;
y1               1306 magick/annotate.c   metrics->bounds.y1/=64.0;
y1               1551 magick/annotate.c   metrics->bounds.y1=metrics->descent;
y1               1770 magick/annotate.c   metrics->bounds.y1=metrics->descent;
y1               1303 magick/display.c         segment_info.y1=event.xbutton.y;
y1               1462 magick/display.c       ((segment_info.y2-segment_info.y1)*(segment_info.y2-segment_info.y1));
y1               1481 magick/display.c         chop_info.height=segment_info.y2-segment_info.y1+1;
y1               1483 magick/display.c         chop_info.y=windows->image.y+segment_info.y1;
y1               1484 magick/display.c         if (segment_info.y1 > segment_info.y2)
y1               1486 magick/display.c             chop_info.height=segment_info.y1-segment_info.y2+1;
y1               4142 magick/display.c     line_info.y1=y;
y1               4181 magick/display.c                 line_info.y1),(double) (line_info.x2-line_info.x1)));
y1               4248 magick/display.c                 line_info.y1),(double) (line_info.x2-line_info.x1)));
y1               4339 magick/display.c               line_info.y1=event.xbutton.y;
y1               4395 magick/display.c         ((line_info.y2-line_info.y1+1)*(line_info.y2-line_info.y1+1));
y1               4506 magick/display.c     if (line_info.y1 > (int) (line_width/2))
y1               4507 magick/display.c       draw_info.line_info.y1=line_width/2;
y1               4509 magick/display.c     draw_info.line_info.y2=line_info.y2-line_info.y1+(line_width/2);
y1               4523 magick/display.c         Swap(draw_info.line_info.y1,draw_info.line_info.y2);
y1               9830 magick/display.c       rotate_info.y1=y;
y1               9960 magick/display.c             rotate_info.y1=event.xbutton.y;
y1               10017 magick/display.c             rotate_info.y1=event.xmotion.y;
y1               10021 magick/display.c         rotate_info.y2=rotate_info.y1;
y1               10106 magick/display.c           ((rotate_info.y2-rotate_info.y1+1)*(rotate_info.y2-rotate_info.y1+1));
y1               10109 magick/display.c             rotate_info.y1),(double) (rotate_info.x2-rotate_info.x1)));
y1                190 magick/draw.c      (DrawContext context, const double x1, const double y1,
y1                193 magick/draw.c      (DrawContext context, const double x1, const double y1,
y1                196 magick/draw.c      (DrawContext context, const double x1, const double y1,
y1                199 magick/draw.c      (DrawContext context, const double x1, const double y1,
y1                263 magick/draw.c      (DrawContext context, const double x1, const double y1,
y1                266 magick/draw.c      (DrawContext context, double x1, double y1,
y1                337 magick/draw.c      (DrawContext context, unsigned long x1, unsigned long y1,
y1               1107 magick/draw.c            affine.ty=CurrentContext->bounds.y1;
y1               2630 magick/draw.c                          x1, y1, x2, y2, x, y);
y1               2634 magick/draw.c                        x1, y1, x2, y2, x, y);
y1               2644 magick/draw.c    DrawPathCurveTo(context, AbsolutePathMode, x1, y1, x2, y2, x, y);
y1               2696 magick/draw.c    DrawPathCurveTo(context, RelativePathMode, x1, y1, x2, y2, x, y);
y1               2750 magick/draw.c                          mode == AbsolutePathMode ? 'Q' : 'q', x1, y1, x, y);
y1               2753 magick/draw.c      (void) MvgAutoWrapPrintf(context, " %.4g,%.4g %.4g,%.4g", x1, y1, x, y);
y1               2764 magick/draw.c    DrawPathCurveToQuadraticBezier(context, AbsolutePathMode, x1, y1, x, y);
y1               2813 magick/draw.c    DrawPathCurveToQuadraticBezier(context, RelativePathMode, x1, y1, x, y);
y1               4181 magick/draw.c    (void) MvgPrintf(context, "rectangle %.4g,%.4g %.4g,%.4g\n", x1, y1, x2, y2);
y1               4310 magick/draw.c              x1, y1, x2, y2, rx, ry);
y1               5845 magick/draw.c    (void) MvgPrintf(context, "viewbox %lu %lu %lu %lu\n", x1, y1, x2, y2);
y1                133 magick/draw.h                            const double x1, const double y1,
y1                137 magick/draw.h                            const double x1, const double y1,
y1                141 magick/draw.h                                           const double x1, const double y1,
y1                144 magick/draw.h                                           const double x1, const double y1,
y1                199 magick/draw.h                  const double x1, const double y1,
y1                202 magick/draw.h                       double x1, double y1,
y1                246 magick/draw.h                   unsigned long x1, unsigned long y1,
y1                636 magick/image.h     y1,
y1                 57 magick/paint.c       s->y1=(up); \
y1                188 magick/paint.c     y=(long) s->y1+offset;
y1                471 magick/paint.c     y=(long) s->y1+offset;
y1                101 magick/plasma.c       y_mid=(long) (segment->y1+segment->y2+0.5)/2;
y1                107 magick/plasma.c       local_info.y1=y_mid;
y1                116 magick/plasma.c       local_info.y1=y_mid;
y1                125 magick/plasma.c   y_mid=(long) (segment->y1+segment->y2+0.5)/2;
y1                127 magick/plasma.c       (segment->y1 == y_mid) && (segment->y2 == y_mid))
y1                139 magick/plasma.c       (void) AcquireOnePixelByReference(image,&u,x,(long) (segment->y1+0.5),&image->exception);
y1                154 magick/plasma.c           (void) AcquireOnePixelByReference(image,&u,x,(long) (segment->y1+0.5),&image->exception);
y1                165 magick/plasma.c   if ((segment->y1 != y_mid) || (segment->y2 != y_mid))
y1                183 magick/plasma.c       if (segment->y1 != segment->y2)
y1                188 magick/plasma.c           y=(long) (segment->y1+0.5);
y1                200 magick/plasma.c   if ((segment->x1 != segment->x2) || (segment->y1 != segment->y2))
y1                206 magick/plasma.c       y=(long) (segment->y1+0.5);
y1                219 magick/plasma.c   if (((segment->x2-segment->x1) < 3.0) && ((segment->y2-segment->y1) < 3.0))
y1                342 magick/render.c       "      bounds: %g,%g - %g,%g",p->bounds.x1,p->bounds.y1,p->bounds.x2,
y1                438 magick/render.c             polygon_info->edges[edge].bounds.y1=points[0].y;
y1                490 magick/render.c         polygon_info->edges[edge].bounds.y1=points[0].y;
y1                547 magick/render.c           polygon_info->edges[edge].bounds.y1=points[0].y;
y1                909 magick/render.c   inverse_edge.y1=0;
y1               1072 magick/render.c   edge.y1=min.y;
y1               1076 magick/render.c   if (edge.y1 < 0)
y1               1077 magick/render.c     edge.y1=0.0;
y1               1080 magick/render.c   y_min=(long) ceil(edge.y1-0.5);
y1               1251 magick/render.c         if (polygon_info->edges[i].bounds.y1 < bounds.y1)
y1               1252 magick/render.c           bounds.y1=polygon_info->edges[i].bounds.y1;
y1               1261 magick/render.c       bounds.y1-=mid;
y1               1262 magick/render.c       bounds.y1=bounds.y1 < 0.0 ? 0.0 :
y1               1263 magick/render.c         bounds.y1 >= image->rows ? image->rows-1 : bounds.y1;
y1               1279 magick/render.c         start.y=polygon_info->edges[i].bounds.y1-mid;
y1               1292 magick/render.c   start.y=bounds.y1-mid;
y1               1816 magick/render.c                 affine.ty=draw_info->bounds.y1;
y1               2221 magick/render.c                 segment.y1=MagickAtoF(token);
y1               2253 magick/render.c                   graphic_context[n]->affine.ry*segment.y1+
y1               2255 magick/render.c                 bounds.y1=graphic_context[n]->affine.rx*segment.x1+
y1               2256 magick/render.c                   graphic_context[n]->affine.sy*segment.y1+
y1               2269 magick/render.c                   Max(AbsoluteValue(bounds.y2-bounds.y1+1),1),
y1               2270 magick/render.c                   bounds.x1,bounds.y1);
y1               2689 magick/render.c     bounds.y1=primitive_info[j].point.y;
y1               2697 magick/render.c       if (point.y < bounds.y1)
y1               2698 magick/render.c         bounds.y1=point.y;
y1               2705 magick/render.c     beta=bounds.y2-bounds.y1;
y1               2953 magick/render.c       if (point.y < graphic_context[n]->bounds.y1)
y1               2954 magick/render.c         graphic_context[n]->bounds.y1=point.y;
y1               3145 magick/render.c     if (y <= (p->bounds.y1-mid-0.5))
y1               3262 magick/render.c     if (y <= p->bounds.y1)
y1               3389 magick/render.c 	if (p->bounds.y1 < bounds.y1)
y1               3390 magick/render.c 	  bounds.y1=p->bounds.y1;
y1               3400 magick/render.c     bounds.y1-=(mid+1.0);
y1               3401 magick/render.c     bounds.y1=bounds.y1 < 0.0 ? 0.0 : bounds.y1 >= image->rows ?
y1               3402 magick/render.c       image->rows-1 : bounds.y1;
y1               3431 magick/render.c       y_start=(long) ceil(bounds.y1-0.5);
y1               3500 magick/render.c       y_start=(long) ceil(bounds.y1-0.5);
y1                140 magick/widget.c     y1,
y1                153 magick/widget.c   y1=bevel_info->y+bevel_info->height;
y1                158 magick/widget.c   points[0].y=y1;
y1                168 magick/widget.c   points[5].y=y1+bevel_width;
y1                176 magick/widget.c   points[0].y=y1;
y1                178 magick/widget.c   points[1].y=y1;
y1                184 magick/widget.c   points[4].y=y1+bevel_width;
y1                186 magick/widget.c   points[5].y=y1+bevel_width;
y1                562 magick/widget.c     y1,
y1                579 magick/widget.c   y1=triangle_info->y;
y1                586 magick/widget.c   points[0].y=y1;
y1                614 magick/widget.c   points[1].y=y1;
y1                616 magick/widget.c   points[2].y=y1-bevel_width;
y1                626 magick/widget.c   points[0].y=y1;
y1                632 magick/widget.c   points[3].y=y1-bevel_width;
y1                645 magick/widget.c   y1=triangle_info->y+((triangle_info->height-
y1                647 magick/widget.c   (void) XDrawString(display,window_info->id,window_info->widget_context,x1,y1,
y1                689 magick/widget.c     y1,
y1                703 magick/widget.c   y1=triangle_info->y+triangle_info->height;
y1                710 magick/widget.c   points[0].y=y1;
y1                722 magick/widget.c   points[0].y=y1;
y1                728 magick/widget.c   points[3].y=y1+bevel_width;
y1                752 magick/widget.c   points[1].y=y1;
y1                754 magick/widget.c   points[2].y=y1+bevel_width;
y1                800 magick/widget.c     y1,
y1                814 magick/widget.c   y1=triangle_info->y;
y1                821 magick/widget.c   points[0].y=y1;
y1                835 magick/widget.c   points[1].y=y1;
y1                837 magick/widget.c   points[2].y=y1-bevel_width;
y1                861 magick/widget.c   points[0].y=y1;
y1                867 magick/widget.c   points[3].y=y1-bevel_width;
y1               2385 magick/xwindow.c         draw_info->line_info.y1,draw_info->line_info.x2,
y1               4168 magick/xwindow.c   window_info[id].bounds.y1=(short) crop_info.y;
y1               4193 magick/xwindow.c               (window_info[id].bounds.y1 <= window_info[i].bounds.y1) ||
y1               4194 magick/xwindow.c               (window_info[id].bounds.y1 >= window_info[i].bounds.y2))
y1               4252 magick/xwindow.c           (window_info[id].bounds.y2 >= window_info[0].bounds.y1) &&
y1               4253 magick/xwindow.c           (window_info[id].bounds.y1 <= window_info[0].bounds.y2);
y1               4261 magick/xwindow.c               (window_info[id].bounds.y1 >= window_info[j].bounds.y1) &&
y1               4270 magick/xwindow.c                   (window_info[id].bounds.y2 > window_info[j].bounds.y1) &&
y1               4271 magick/xwindow.c                   (window_info[id].bounds.y1 < window_info[j].bounds.y2))
y1               4819 magick/xwindow.c     highlight_info->y1,highlight_info->x2,highlight_info->y2);
y1               1096 wand/drawing_wand.c           affine.ty=CurrentContext->bounds.y1;
y1               2450 wand/drawing_wand.c         mode == AbsolutePathMode ? 'C' : 'c',x1,y1,x2,y2,x,y);
y1               2454 wand/drawing_wand.c       x1,y1,x2,y2,x,y);
y1               2463 wand/drawing_wand.c   DrawPathCurveTo(drawing_wand,AbsolutePathMode,x1,y1,x2,y2,x,y);
y1               2512 wand/drawing_wand.c   DrawPathCurveTo(drawing_wand,RelativePathMode,x1,y1,x2,y2,x,y);
y1               2561 wand/drawing_wand.c         mode == AbsolutePathMode ? 'Q' : 'q',x1,y1,x,y);
y1               2564 wand/drawing_wand.c     (void) MvgAutoWrapPrintf(drawing_wand," %.4g,%.4g %.4g,%.4g",x1,y1,x,y);
y1               2573 wand/drawing_wand.c   DrawPathCurveToQuadraticBezier(drawing_wand,AbsolutePathMode,x1,y1,x,y);
y1               2616 wand/drawing_wand.c   DrawPathCurveToQuadraticBezier(drawing_wand,RelativePathMode,x1,y1,x,y);
y1               3913 wand/drawing_wand.c   (void) MvgPrintf(drawing_wand,"rectangle %.4g,%.4g %.4g,%.4g\n",x1,y1,x2,y2);
y1               4036 wand/drawing_wand.c     x1,y1,x2,y2,rx,ry);
y1               5453 wand/drawing_wand.c   (void) MvgPrintf(drawing_wand,"viewbox %lu %lu %lu %lu\n",x1,y1,x2,y2);