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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c574 jint ye = (jint)(coords[5]*MDP_MULT); local
610 jint dy = ye - y0;
653 /* Bounding y2 by ye */
654 if (((ye-y2)^dy) < 0) {
655 y2 = ye;
662 /* We are performing one step less than necessary and use actual (xe,ye)
667 hnd->pProcessFixedLine(hnd, x2, y2, xe, ye, pixelInfo, checkBounds,
1002 jint ye = (jint)(coords[7]*MDP_MULT); local
1055 jint dy = ye - y0;
1110 * (xe,ye) endpoin
[all...]

Completed in 35 milliseconds