Searched defs:ispolygon (Results 1 - 3 of 3) 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);

Completed in 40 milliseconds