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

/openjdk7/jdk/src/share/demo/applets/DitherTest/
H A DDitherTest.java194 applyMethod(c, xmethod, i, width, xvals);
195 applyMethod(c, ymethod, j, height, yvals);
197 applyMethod(c, ymethod, j, height, yvals);
198 applyMethod(c, xmethod, i, width, xvals);
213 private void applyMethod(int c[], int methodIndex, int step, method in class:DitherTest

Completed in 249 milliseconds