Searched refs:doPoly (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCRenderer.java231 native void doPoly(SurfaceData sData, int[] xpoints, int[] ypoints, int npoints, boolean ispolygon, boolean isfill); method in class:CRenderer
631 void doPoly(SurfaceData sData, int[] xpoints, int[] ypoints, int npoints, boolean ispolygon, boolean isfill) { method in class:CRenderer.Tracer
633 super.doPoly(sData, xpoints, ypoints, npoints, ispolygon, isfill);
H A DOSXSurfaceData.java979 renderer.doPoly(this, xpoints, ypoints, npoints, ispolygon, isfill);
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DQuartzRenderer.m478 QUARTZ_RENDERER_INLINE SDRenderType doPoly(JNIEnv *env, QuartzSDOps *qsdo, jintArray xpointsarray, jintArray ypointsarray, jint npoints, BOOL polygon, BOOL fill)
480 PRINT(" doPoly")
726 * Method: doPoly
740 doPoly(env, qsdo, xpointsarray, ypointsarray, npoints, ispolygon, isfill);

Completed in 38 milliseconds