Searched refs:ispolygon (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCompositeCRenderer.java127 public synchronized void doPolygon(SunGraphics2D sg2d, int xpoints[], int ypoints[], int npoints, boolean ispolygon, boolean isfill) { argument
133 if (ispolygon) {
H A DCRenderer.java231 native void doPoly(SurfaceData sData, int[] xpoints, int[] ypoints, int npoints, boolean ispolygon, boolean isfill); argument
631 void doPoly(SurfaceData sData, int[] xpoints, int[] ypoints, int npoints, boolean ispolygon, boolean isfill) { argument
633 super.doPoly(sData, xpoints, ypoints, npoints, ispolygon, isfill);
H A DOSXSurfaceData.java952 public void doPolygon(CRenderer renderer, SunGraphics2D sg2d, int xpoints[], int ypoints[], int npoints, boolean ispolygon, boolean isfill) { argument
979 renderer.doPoly(this, xpoints, ypoints, npoints, ispolygon, isfill);
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DQuartzRenderer.m730 (JNIEnv *env, jobject jthis, jobject jsurfacedata, jintArray xpointsarray, jintArray ypointsarray, jint npoints, jboolean ispolygon, jboolean isfill)
740 doPoly(env, qsdo, xpointsarray, ypointsarray, npoints, ispolygon, isfill);

Completed in 41 milliseconds