Searched defs:center (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | Resample.cc | 70 if (order & 1) { // order is odd, center = half + 0.5 71 float center = half + 0.5; local 73 alpha = center - i; 76 } else { // order is even, center = half
|
/illumos-gate/usr/src/cmd/avs/dsstat/ |
H A D | sdbc_stats.c | 54 void center(int, char *); 385 center(size, "- read -"); 393 center(size, "- write -"); 767 center(int size, char *hdr) function
|
/illumos-gate/usr/src/cmd/newform/ |
H A D | newform.c | 37 * center 5 Center text in the work area. 122 static void center(void); 290 center(void) /* Center the text in the work area. */ function 765 if (plast + n > wlast) center(); 778 if (pfirst - n < wfirst) center(); 824 center();
|
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmInstallScreen.java | 411 public void useraccessLabel(JPanel center, GridBagConstraints c) { argument 412 center.add(new JLabel 431 JPanel center = new JPanel(); 432 center.setLayout(new GridBagLayout()); 444 center.add(new JLabel 456 center.add(scrollPane, c); 467 center.add(userText, c); 485 center.add(addButton, c); 488 center.add(deleteButton, c); 490 add("Center", center); [all...] |
H A D | pmTop.java | 71 JPanel center; field in class:pmTop 290 // Create printer list in center panel 293 center = new JPanel(); 365 center.setLayout(new BorderLayout()); 391 center.add(scrollPane); 392 add("Center", center);
|
Completed in 103 milliseconds