Searched defs:coordinates (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCRenderer.java267 native void doShape(SurfaceData sData, int length, FloatBuffer coordinates, IntBuffer types, int windingRule, boolean isfill, boolean shouldApplyOffset); argument
636 void doShape(SurfaceData sData, int length, FloatBuffer coordinates, IntBuffer types, int windingRule, boolean isfill, boolean shouldApplyOffset) { argument
638 super.doShape(sData, length, coordinates, types, windingRule, isfill, shouldApplyOffset);
H A DOSXSurfaceData.java52 private Rectangle fBounds; // bounds in user coordinates
75 this.fGraphicsStatesObject = new Object[6]; // clip coordinates + clip types + texture paint image + stroke dash
436 // the coordinates, so we might as well do all of it anyhow
451 // max of 6 coordinates
823 int getPathCoordinates(GeneralPath gp, FloatBuffer coordinates, IntBuffer types) { argument
827 coordinates.clear();
842 coordinates.put(segmentCoordinatesArray[0]);
843 coordinates.put(segmentCoordinatesArray[1]);
852 coordinates.put(segmentCoordinatesArray[0]);
853 coordinates
[all...]

Completed in 36 milliseconds