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

/openjdk10/jdk/test/java/awt/Graphics/
H A DLineClipTest.java150 static final int NUM_QUADS = 9; field in class:LineClipTest
151 Point quadrants[][] = new Point[NUM_QUADS][];
231 for (int srcQuad = 0; srcQuad < NUM_QUADS; ++srcQuad) {
233 for (int dstQuad = 0; dstQuad < NUM_QUADS; ++dstQuad) {

Completed in 91 milliseconds