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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.h87 void (*pProcessEndSubPath)(struct _ProcessHandler* hnd); member in struct:_ProcessHandler
96 void (*pProcessEndSubPath)(ProcessHandler* hnd),
H A DProcessPath.c1533 hnd->pProcessEndSubPath(hnd);
1702 hnd->pProcessEndSubPath(hnd);
1719 hnd->pProcessEndSubPath(hnd);
2221 void (*pProcessEndSubPath)(ProcessHandler*),
2243 hnd.pProcessEndSubPath = (pProcessEndSubPath == NULL)?
2244 stubEndSubPath : pProcessEndSubPath;
2220 doDrawPath(DrawHandler* dhnd, void (*pProcessEndSubPath)(ProcessHandler*), jint transX, jint transY, jfloat* coords, jint maxCoords, jbyte* types, jint numTypes, PHStroke stroke) argument

Completed in 46 milliseconds