Searched defs:destinationInsets (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DImagePainter.java77 Insets sourceInsets, Insets destinationInsets, URL path,
82 if (destinationInsets == null) {
86 this.dInsets = (Insets)destinationInsets.clone();
76 ImagePainter(boolean tiles, boolean paintCenter, Insets sourceInsets, Insets destinationInsets, URL path, boolean center) argument

Completed in 247 milliseconds