Searched refs:fillRule (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DFillPath.c57 jint fillRule; local
89 fillRule = (*env)->GetIntField(env, p2df, path2DWindingRuleID);
154 fillRule))
H A DProcessPath.h107 jint fillRule);
H A DProcessPath.c1946 jint fillRule) {
1976 (fillRule == java_awt_geom_PathIterator_WIND_NON_ZERO)? -1:1;
2184 PHStroke stroke, jint fillRule)
2215 FillPolygon(&hnd, fillRule);
1945 FillPolygon(ProcessHandler* hnd, jint fillRule) argument
2180 doFillPath(DrawHandler* dhnd, jint transX, jint transY, jfloat* coords, jint maxCoords, jbyte* types, jint numTypes, PHStroke stroke, jint fillRule) argument
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPrinterJob.java1331 protected void setFillMode(int fillRule) { argument
1333 switch (fillRule) {
1842 int fillRule;
1844 fillRule = FILL_EVEN_ODD;
1846 fillRule = FILL_WINDING;
1851 setFillMode(fillRule);
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11Renderer.c579 jint fillRule; local
597 fillRule = (*env)->GetIntField(env, p2df, path2DWindingRuleID);
636 stroke, fillRule);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrinterJob.java938 * The <code>fillRule</code> should
942 protected void setPolyFillMode(int fillRule) { argument
943 setPolyFillMode(getPrintDC(), fillRule);
1404 * <code>printDC</code>. The <code>fillRule</code> should
1408 protected native void setPolyFillMode(long printDC, int fillRule); argument
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java1898 int fillRule) {
1918 (fillRule == PathIterator.WIND_NON_ZERO)? -1:1;
1897 FillPolygon(FillProcessHandler hnd, int fillRule) argument
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_PrintJob.cpp1671 (JNIEnv *env, jobject self, jlong printDC, jint fillRule) {
1674 (void) ::SetPolyFillMode((HDC)printDC, fillRule);
1670 Java_sun_awt_windows_WPrinterJob_setPolyFillMode(JNIEnv *env, jobject self, jlong printDC, jint fillRule) argument

Completed in 124 milliseconds