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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c72 * DrawCurve ProcessLine
1366 static void ProcessLine(ProcessHandler* hnd, function
1529 ProcessLine(hnd, tCoords, closeCoord,
1584 ProcessLine(hnd, tCoords, tCoords + 2,
1627 ProcessLine(hnd, tCoords,
1677 ProcessLine(hnd, tCoords, tCoords + 6,
1694 ProcessLine(hnd, tCoords, closeCoord, pixelInfo);
1715 ProcessLine(hnd, tCoords, closeCoord,
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java1359 private static void ProcessLine(ProcessHandler hnd, float x1, float y1, method in class:ProcessPath
1513 ProcessLine(hnd, tCoords[0], tCoords[1],
1566 ProcessLine(hnd, tCoords[0], tCoords[1],
1605 ProcessLine(hnd, tCoords[0], tCoords[1],
1652 ProcessLine(hnd, tCoords[0], tCoords[1],
1667 ProcessLine(hnd, tCoords[0], tCoords[1],
1690 ProcessLine(hnd, tCoords[0], tCoords[1],

Completed in 41 milliseconds