Searched defs:col (Results 26 - 50 of 55) sorted by relevance

123

/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dmlib_v_ImageClear_f.c496 mlib_u32 color0 = color[0] & 0xFF, color1 = color[1] & 0xFF, color2 = color[2] & 0xFF, col; local
506 col = (color0 << 16) | (color1 << 8) | color2;
507 color0 = (col << 8) | color0;
/openjdk7/jdk/test/java/awt/Focus/NonFocusableWindowTest/
H A DNoEventsTest.java178 public NoEventsTest(int row, int col, boolean focusable, boolean resizable) { argument
179 super("Frame" + row + "" + col);
180 TestPanel panel = new TestPanel(row, col);
183 col = NoEventsTest.DEF_COL;
191 setBounds(NoEventsTest.DEF_LEFT + DEF_WIDTH*col, DEF_TOP + DEF_HEIGHT*row, DEF_WIDTH, DEF_HEIGHT);
202 public TestWindow(int row, int col, boolean focusable, Frame owner) { argument
204 setName("Window" + row + "" + col);
205 TestPanel panel = new TestPanel(row, col);
208 col = NoEventsTest.DEF_COL;
217 setBounds(NoEventsTest.DEF_LEFT + NoEventsTest.DEF_WIDTH*col, NoEventsTes
225 TestDialog(int row, int col, boolean focusable, boolean resizable, Frame owner) argument
280 TestPanel(int row, int col) argument
[all...]
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djccolor.c143 register JDIMENSION col; local
152 for (col = 0; col < num_cols; col++) {
163 outptr0[col] = (JSAMPLE)
167 outptr1[col] = (JSAMPLE)
171 outptr2[col] = (JSAMPLE)
199 register JDIMENSION col; local
206 for (col = 0; col < num_col
237 register JDIMENSION col; local
289 register JDIMENSION col; local
318 register JDIMENSION col; local
[all...]
H A Djcdctmgr.c97 * coefficients scaled by scalefactor[row]*scalefactor[col], where
135 * coefficients scaled by scalefactor[row]*scalefactor[col], where
143 int row, col; local
157 for (col = 0; col < DCTSIZE; col++) {
160 aanscalefactor[row] * aanscalefactor[col] * 8.0)));
H A Djdcolor.c132 register JDIMENSION col; local
148 for (col = 0; col < num_cols; col++) {
149 y = GETJSAMPLE(inptr0[col]);
150 cb = GETJSAMPLE(inptr1[col]);
151 cr = GETJSAMPLE(inptr2[col]);
225 register JDIMENSION col; local
231 for (col = 0; col < num_col
256 register JDIMENSION col; local
[all...]
H A Djdmerge.c239 JDIMENSION col; local
253 for (col = cinfo->output_width >> 1; col > 0; col--) {
301 JDIMENSION col; local
317 for (col = cinfo->output_width >> 1; col > 0; col--) {
H A Djquant1.c472 JDIMENSION col; local
479 for (col = width; col > 0; col--) {
502 JDIMENSION col; local
508 for (col = width; col > 0; col--) {
532 JDIMENSION col; local
547 for (col
585 JDIMENSION col; local
635 JDIMENSION col; local
[all...]
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx.h87 int row, col, jump; // dithering indexes member in struct:ImageRect
133 void *pSrc2, int incSrc2, ImageFormat * srcFormat2, int row, int col);
H A Dsplashscreen_gfx_impl.h73 ditherColor(rgbquad_t value, ImageFormat * format, int row, int col) argument
80 format->dithers[0].matrix[col & DITHER_MASK][row & DITHER_MASK]];
82 format->dithers[1].matrix[col & DITHER_MASK][row & DITHER_MASK]];
84 format->dithers[2].matrix[col & DITHER_MASK][row & DITHER_MASK]];
140 int row, int col)
146 value = format->colorIndex[ditherColor(value, format, row, col)];
284 ImageFormat * dstFormat, int row, int col)
289 putRGBADither(color, pDst, dstFormat, row, col++);
139 putRGBADither(rgbquad_t value, void *ptr, ImageFormat * format, int row, int col) argument
283 fillLine(rgbquad_t color, void *pDst, int incDst, int n, ImageFormat * dstFormat, int row, int col) argument
H A Dsplashscreen_gfx_impl.c161 int row, int col)
169 row, col++); local
179 putRGBADither(color, pDst, dstFormat, row, col++);
192 row, col++);
216 pRect->col = x;
258 pSrcRect2 ? pSrcRect2->format : 0, row, pDstRect->col);
280 pDstRect->format, row, pDstRect->col);
158 convertLine(void *pSrc, int incSrc, void *pDst, int incDst, int numSamples, ImageFormat * srcFormat, ImageFormat * dstFormat, int doAlpha, void *pSrc2, int incSrc2, ImageFormat * srcFormat2, int row, int col) argument
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXMBeanInfo.java61 public void setValueAt(Object value, int row, int col) { argument
H A DXMBeanAttributes.java215 LOGGER.finer("editCellAt(row="+row+", col="+column+
233 public boolean isCellEditable(int row, int col) { argument
235 if (!isColumnEditable(col)) {
239 Object obj = getModel().getValueAt(row, col);
361 public synchronized boolean isCellError(int row, int col) { argument
362 return (isColumnEditable(col) &&
366 public synchronized boolean isAttributeViewable(int row, int col) { argument
368 if(col == VALUE_COLUMN) {
369 Object obj = getModel().getValueAt(row, col);
572 int col) {
571 updateZoomedCell(int row, int col) argument
[all...]
H A DXMBeanNotifications.java118 public boolean isCellEditable(int row, int col) { argument
119 UserDataCell cell = getUserDataCell(row, col);
394 synchronized void updateUserDataCell(int row, int col) { argument
402 cell.init(super.getCellRenderer(row, col), rowMinHeight);
533 int col = XMBeanNotifications.this.getSelectedColumn();
534 if (col != 2) {
537 if (col == -1 || row == -1) {
541 XMBeanNotifications.this.updateUserDataCell(row, col);
H A DXOpenTypeViewer.java85 int col = XOpenTypeViewer.this.current.getSelectedColumn();
87 XOpenTypeViewer.this.current.getModel().getValueAt(row, col);
124 public String getToolTip(int row, int col) { argument
125 if(col == 1) {
126 Object value = getModel().getValueAt(row, col);
237 public void setValueAt(Object value, int row, int col) { argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DMemoryPanel.java120 public boolean isCellEditable(int row, int col) {
627 private void setAnchor(int row, int col) { argument
629 colAnchorIndex = col;
632 private void setLead(int row, int col) { argument
634 colLeadIndex = col;
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DRowSetMetaDataImpl.java81 private void checkColRange(int col) throws SQLException { argument
82 if (col <= 0 || col > colCount) {
83 throw new SQLException("Invalid column index :"+col);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFileSystemModel.java183 public String getColumnName(final int col) { argument
184 return fColumnNames[col];
187 public Class<? extends Object> getColumnClass(final int col) { argument
188 if (col == 0) return File.class;
231 public Object getValueAt(int row, final int col) { argument
232 if (row < 0 || col < 0) return null;
237 return fileCache.elementAt(row).getValueAt(col);
359 public Object getValueAt(final int col) { argument
360 if (col == 0) return fFile;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Cursor.cpp67 int nWid, int nHgt, int nS, int *col, BYTE *hM)
77 cols = col;
66 AwtCursor(JNIEnv *env, HCURSOR hCur, jobject jCur, int xH, int yH, int nWid, int nHgt, int nS, int *col, BYTE *hM) argument
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DConnectDialog.java655 public String getColumnName(int col) { argument
656 return columnNames[col];
663 public synchronized Object getValueAt(int row, int col) { argument
664 assert col >= 0 && col <= columnNames.length;
666 switch (col) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLEntityScanner.java317 public void setColumnNumber(int col) { argument
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTableHeaderUI.java447 int col = header.columnAtPoint(e.getPoint());
448 if (col != rolloverColumn) {
450 rolloverColumn = col;
504 private void scrollToColumn(int col) { argument
518 Rectangle cellBounds = table.getCellRect(0, col, true);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DTableView.java86 public int getColumnSpan(int col) { argument
87 if (col < columnSpans.length) {
88 return columnSpans[col];
296 int col = 0;
297 for (int cell = 0; cell < rv.getViewCount(); cell++, col++) {
308 for (; rv.isFilled(col); col++);
317 int colLimit = col + colSpan;
319 for (int j = col; j < colLimit; j++) {
320 if (i != row || j != col) {
348 addFill(int row, int col) argument
459 checkSingleColumnCell(int axis, int col, View v) argument
469 checkMultiColumnCell(int axis, int col, int ncols, View v) argument
1127 private int col; field in class:TableView.ColumnIterator
1319 fillColumn(int col) argument
1323 isFilled(int col) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DAttribute.java841 List<Layout.Element> col = new ArrayList<>(layout.length());
842 tokenizeLayout(self, curCble, layout, col);
843 Layout.Element[] res = new Layout.Element[col.size()];
844 col.toArray(res);
848 void tokenizeLayout(Layout self, int curCble, String layout, List<Layout.Element> col) { argument
1055 col.add(e);
/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.cpp154 void outputStream::fill_to(int col) { argument
155 int need_fill = col - position();
159 void outputStream::move_to(int col, int slop, int min_space) { argument
160 if (position() >= col + slop)
162 int need_fill = col - position();
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DX11Color.c268 XColor col; local
274 col.flags = DoRed | DoGreen | DoBlue;
275 col.red = (r << 8) | r;
276 col.green = (g << 8) | g;
277 col.blue = (b << 8) | b;
278 if (XAllocColor(dpy, cm, &col)) {
281 jio_fprintf(stdout, "allocated %d (%d,%d, %d)\n", col.pixel, r, g, b);
283 if (pixel >= 0 && col.pixel != (unsigned long)pixel) {
301 XFreeColors(dpy, cm, &col.pixel, 1, 0);
308 if (col
1250 int col; local
[all...]

Completed in 103 milliseconds

123