Searched refs:colWidth (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/sqlite/ |
H A D | shell.c | 172 int colWidth[100]; member 188 int colWidth[100]; /* Requested width of each column when in column mode*/ member 311 if( i<ArraySize(p->colWidth) ){ in callback() 312 w = p->colWidth[i]; in callback() 584 data.colWidth[0] = 3; in do_meta_command() 585 data.colWidth[1] = 15; in do_meta_command() 586 data.colWidth[2] = 58; in do_meta_command() 660 memcpy(p->explainPrev.colWidth,p->colWidth,sizeof(p->colWidth)); in do_meta_command() 671 memset(p->colWidth,0,ArraySize(p->colWidth)); in do_meta_command() 672 p->colWidth[0] = 4; in do_meta_command() [all …]
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
H A D | CLCheckbox.java | 93 public void paint(Graphics g, int x, int y, int colWidth, in paint() argument 99 if (colWidth >= (rowHeight+4)) { in paint() 114 colWidth - rowHeight - 8, alignment); in paint()
|
H A D | ColumnListCanvas.java | 1125 int colWidth; in paint() local 1131 colWidth = usableWidth - x + horOffset; in paint() 1133 colWidth = dimensions[c]; in paint() 1136 int right = left + colWidth - 1; in paint() 1140 if ((colWidth > 0) && ((right > 0) || in paint() 1152 g.fillRect(left + 1, 1, colWidth - 2, in paint() 1161 colWidth - LEFT_PAD - RIGHT_PAD, in paint() 1190 colWidth = dimensions[c]; in paint() 1192 int right = left + colWidth - 1; in paint() 1195 if ((colWidth > 0) && in paint() [all …]
|