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

/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java137 boolean endSubPath);
157 EndSubPathHandler endSubPath,
161 return doProcessPath(new DrawProcessHandler(dhnd, endSubPath),
577 boolean endSubPath) {
2029 boolean endSubPath)
2112 if (endSubPath) {
134 processFixedLine(int x1, int y1, int x2, int y2, int [] pixelInfo, boolean checkBounds, boolean endSubPath) argument
156 drawPath(DrawHandler dhnd, EndSubPathHandler endSubPath, Path2D.Float p2df, int transX, int transY) argument
575 processFixedLine(int x1, int y1, int x2, int y2, int[] pixelInfo, boolean checkBounds, boolean endSubPath) argument
2027 processFixedLine(int x1, int y1, int x2, int y2, int[] pixelInfo, boolean checkBounds, boolean endSubPath) argument
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c475 jboolean endSubPath)
2096 jboolean endSubPath) {
2164 if (endSubPath) {
2170 static void endSubPath(ProcessHandler* hnd) { function
2193 &endSubPath,
473 ProcessFixedLine(ProcessHandler* hnd,jint x1,jint y1,jint x2,jint y2, jint* pixelInfo,jboolean checkBounds, jboolean endSubPath) argument
2094 StoreFixedLine(ProcessHandler* hnd,jint x1,jint y1,jint x2,jint y2, jint* pixelInfo,jboolean checkBounds, jboolean endSubPath) argument

Completed in 42 milliseconds