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

/openjdk10/jdk/src/java.desktop/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java407 IntBuffer clipTypesArray = null; field in class:OSXSurfaceData
464 if ((clipTypesArray == null) || (clipTypesArray.capacity() < shapeLength)) {
465 clipTypesArray = getBufferOfSize(shapeLength).asIntBuffer();
468 int windingRule = getPathCoordinates(gp, clipCoordinatesArray, clipTypesArray);
470 this.fGraphicsStatesInt.put(kClipNumTypesIndex, clipTypesArray.position());
473 this.fGraphicsStatesObject[kClipTypesIndex] = clipTypesArray;

Completed in 97 milliseconds