Searched defs:showSubRegion (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/classes/java/awt/ |
H A D | Component.java | 4196 void showSubRegion(int x1, int y1, int x2, int y2) { method in class:Component.FlipBufferStrategy 4355 showSubRegion(insets.left, insets.top, 4363 * buffer, by calling showSubRegion() with the full dimensions of 4369 void showSubRegion(int x1, int y1, int x2, int y2) { method in class:Component.BltBufferStrategy 4483 showSubRegion(x1, y1, x2, y2); 4489 showSubRegion(x1, y1, x2, y2); 4513 showSubRegion(x1, y1, x2, y2); 4519 showSubRegion(x1, y1, x2, y2);
|
Completed in 46 milliseconds