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

/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java396 IntBuffer clipTypesArray = null; field in class:OSXSurfaceData
453 if ((clipTypesArray == null) || (clipTypesArray.capacity() < shapeLength)) {
454 clipTypesArray = getBufferOfSize(shapeLength).asIntBuffer();
457 int windingRule = getPathCoordinates(gp, clipCoordinatesArray, clipTypesArray);
459 this.fGraphicsStatesInt.put(kClipNumTypesIndex, clipTypesArray.position());
462 this.fGraphicsStatesObject[kClipTypesIndex] = clipTypesArray;

Completed in 34 milliseconds