Home
last modified time | relevance | path

Searched refs:img (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DImageRef.java59 private Image img; field in ImageRef
110 this.img = null; in init()
126 return img; in getImage()
200 if (img != null) in cacheImage()
215 img = comp.getToolkit().getImage(url); in cacheImage()
216 if (img == null) in cacheImage()
219 int w = img.getWidth(this); in cacheImage()
223 int h = img.getHeight(this); in cacheImage()
238 if (img != null) { in verifyImage()
257 tracker.addImage(img, 0); in verifyImage()
[all …]
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DImageLabel.java75 public ImageLabel(Image img) { in ImageLabel() argument
76 this(img, 20, 20); in ImageLabel()
79 public ImageLabel(Image img, int w, int h) { in ImageLabel() argument
80 origImg = img; in ImageLabel()
160 public void setImage(Image img) { in setImage() argument
161 origImg = img; in setImage()
293 Image img = isEnabled() ? upImg : disImg; in paint() local
296 g.drawImage(img, x, y, getBackground(), this); in paint()
304 public boolean imageUpdate(Image img, int flags, in imageUpdate() argument
307 if (img == upImg && (flags & ERROR) == 0) { in imageUpdate()
[all …]
H A DImageButton.java55 public ImageButton(Image img) { in ImageButton() argument
56 this(img, 20, 20); in ImageButton()
59 public ImageButton(Image img, int w, int h) { in ImageButton() argument
60 super(img, w, h); in ImageButton()
111 Image img = isEnabled() ? upImg : disImg; in paint() local
135 g.drawImage(img, x + offset, y + offset, bg, this); in paint()
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmFrame.java91 Image img = tk.getImage(iconUrl); in pmFrame() local
92 this.setIconImage(img); in pmFrame()
/titanic_41/usr/src/uts/i86pc/os/
H A Dfastboot.c367 fastboot_elf64_find_dboot_load_offset(void *img, off_t imgsz, uint32_t *offp) in fastboot_elf64_find_dboot_load_offset() argument
369 Elf64_Ehdr *ehdr = (Elf64_Ehdr *)img; in fastboot_elf64_find_dboot_load_offset()
377 phdrbase = (uint8_t *)img + ehdr->e_phoff; in fastboot_elf64_find_dboot_load_offset()
403 fastboot_elf32_find_loadables(void *img, off_t imgsz, fastboot_section_t *sectp, in fastboot_elf32_find_loadables() argument
406 Elf32_Ehdr *ehdr = (Elf32_Ehdr *)img; in fastboot_elf32_find_loadables()
416 phdrbase = (uint8_t *)img + ehdr->e_phoff; in fastboot_elf32_find_loadables()
/titanic_41/usr/src/grub/grub-0.97/docs/
H A Dmenu.lst24 #initrd /initrd.img
/titanic_41/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in35 img_file=/tmp/grub-install.img.$$