Searched refs:nextByY (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c1744 struct _Point* nextByY; member in struct:_Point
1990 * hash table with points which fall between scanlines. nextByY link is
2000 curpt->nextByY = *curHash;
2008 ept->nextByY = *curHash;
2018 for(pt = yHash[k];pt; pt=pt->nextByY) {
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java1706 public Point nextByY; field in class:ProcessPath.Point
1929 * and hash table with points which fall between scanlines. nextByY
1939 curpt.nextByY = yHash[curHashInd];
1947 ept.nextByY = yHash[curHashInd];
1955 for(Point pt = yHash[k];pt != null; pt=pt.nextByY) {

Completed in 40 milliseconds