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

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DMemoryImageSource.java432 * If the framenotify parameter is true then the consumers are
445 * @param framenotify <code>true</code> if the consumers should be sent a
452 boolean framenotify) {
474 if ((w <= 0 || h <= 0) && !framenotify) {
483 if (framenotify && isConsumer(ic)) {
451 newPixels(int x, int y, int w, int h, boolean framenotify) argument

Completed in 277 milliseconds