Searched defs:ybot (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DCurveLink.java31 double ybot; field in class:CurveLink
39 this.ybot = yend;
41 if (ytop < curve.getYTop() || ybot > curve.getYBot()) {
42 throw new InternalError("bad curvelink ["+ytop+"=>"+ybot+"] for "+curve);
47 return absorb(link.curve, link.ytop, link.ybot, link.etag);
52 ybot < ystart || ytop > yend)
60 this.ybot = Math.max(ybot, yend);
65 return (ytop == ybot);
73 if (ytop == curve.getYTop() && ybot
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DMaskFill.c326 jdouble ybot; member in struct:__anon920
349 jdouble ybot = y + dy; local
355 pEdge->ybot = ybot;
359 ybot > cy1 && /* NaN and "OUT_ABOVE" protection */
401 pEdge->ynextx = ybot;
406 pEdge->ybot = y;
505 ylast = (pEDGE)->ybot; \

Completed in 33 milliseconds