Searched refs:row (Results 101 - 125 of 226) sorted by relevance

12345678910

/openjdk10/jdk/test/java/awt/print/PageFormat/
H A DImageableAreaTest.java107 + "3. Check that the only 1 row is shown & printed.\n"
261 public Object getValueAt(int row, int col) {
262 return data[row][col];
273 public void setValueAt(Object aValue, int row, int column) {
274 data[row][column] = aValue;
277 public boolean isCellEditable(int row, int col) {
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DJTree.java56 * display row, where each row in the display area displays one node.
111 * NOTE: This example obtains both the path and row, but you only need to
180 * Height to use for each display row. If this is <= 0 the renderer
181 * determines the height for each row.
429 * The row to expand during DnD.
972 * queried for each row's height.
991 * Returns the height of each row. If the returned value is less than
992 * or equal to 0 the height for each row is determined by the
995 * @return the height of each row
1608 convertValueToText(Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) argument
1719 setSelectionRow(int row) argument
1790 addSelectionRow(int row) argument
1953 isRowSelected(int row) argument
2046 isExpanded(int row) argument
2081 isCollapsed(int row) argument
2149 getRowBounds(int row) argument
2186 scrollRowToVisible(int row) argument
2201 getPathForRow(int row) argument
2253 expandRow(int row) argument
2276 collapseRow(int row) argument
2666 removeSelectionRow(int row) argument
[all...]
H A DTablePrintable.java69 * <li>In any mode, when a row is too tall to fit in the
70 * printable area. The upper most portion of the row
123 /** The next row to print. */
124 private int row = 0; field in class:TablePrintable
294 if (row >= table.getRowCount() && col == 0) {
298 // rather than multiplying every row and column by the scale factor
506 int rowHeight = table.getRowHeight(row);
510 if (++row >= rowCount) {
514 rowHeight = table.getRowHeight(row);
/openjdk10/jdk/src/java.desktop/share/native/libsplashscreen/libpng/
H A Dpngtrans.c25 /* pngtrans.c - transforms the data in a row (used by both readers and writers)
290 png_do_invert(png_row_infop row_info, png_bytep row) argument
299 png_bytep rp = row;
313 png_bytep rp = row;
328 png_bytep rp = row;
347 png_do_swap(png_row_infop row_info, png_bytep row) argument
353 png_bytep rp = row;
483 png_do_packswap(png_row_infop row_info, png_bytep row) argument
492 end = row + row_info->rowbytes;
506 for (rp = row; r
523 png_do_strip_channel(png_row_infop row_info, png_bytep row, int at_start) argument
633 png_do_bgr(png_row_infop row_info, png_bytep row) argument
[all...]
H A Dpngpriv.h701 /* This returns the number of trailing bits in the last byte of a row, 0 if the
1191 /* Called when finished processing a row of data */
1195 /* Internal use only. Called before first row of data */
1199 /* Combine a row of data, dealing with alpha, etc. if requested. 'row' is an
1206 * if display is 1 and the 'sparkle' appearance, where existing pixels in 'row'
1211 * The API always reads from the png_struct row buffer and always assumes that
1214 * This function is only ever used to write to row buffers provided by the
1215 * caller of the relevant libpng API and the row must have already been
1226 png_bytep row, in
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DProcessListPanel.java69 public Object getValueAt(int row, int col) {
70 ProcessInfo info = (ProcessInfo) els.get(row);
78 throw new RuntimeException("Index (" + col + ", " + row + ") out of bounds");
/openjdk10/jdk/test/java/awt/image/DrawImage/
H A DIncorrectAlphaSurface2SW.java146 * Fills the whole image using different alpha for each row.
155 int row = image.getHeight(null) / size;
158 graphics.fillRect(0, i * row, image.getWidth(null), row);
/openjdk10/jdk/test/javax/swing/AbstractButton/6711682/
H A Dbug6711682.java100 Object value, boolean isSelected, int row, int column) {
101 this.editedRow = row;
138 int row, int column) {
/openjdk10/jdk/src/java.desktop/share/native/libsplashscreen/
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);
/openjdk10/jdk/src/demo/share/jfc/SampleTree/
H A DSampleTreeCellRenderer.java98 boolean leaf, int row,
101 expanded, leaf, row, hasFocus);
96 getTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) argument
/openjdk10/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DConnectDialog.java352 int row = vmTable.getSelectedRow();
353 if (row >= 0) {
354 jConsole.addVmid(vmModel.vmAt(row));
421 public TableCellRenderer getCellRenderer(int row, int column) { argument
427 int row,
431 hasFocus, row, column);
434 LocalVirtualMachine lvm = vmModel.vmAt(row);
496 int row = vmTable.getSelectedRow();
497 if (row >= 0) {
498 LocalVirtualMachine lvm = vmModel.vmAt(row);
668 getValueAt(int row, int col) argument
[all...]
/openjdk10/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/inspector/
H A DXTextFieldEditor.java139 int row,
144 className = mytable.getClassName(row);
136 getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) argument
/openjdk10/jdk/test/javax/swing/JTree/6505523/
H A Dbug6505523.java73 private static Point getRowPointToClick(final int row) throws Exception { argument
81 Rectangle rect = tree.getRowBounds(row);
/openjdk10/jdk/test/javax/swing/JSlider/6348946/
H A Dbug6348946.java126 int row, int col) {
138 int row, int col) {
122 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int col) argument
136 getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int col) argument
/openjdk10/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaTreeUI.java165 protected void paintHorizontalPartOfLeg(final Graphics g, final Rectangle clipBounds, final Insets insets, final Rectangle bounds, final TreePath path, final int row, final boolean isExpanded, final boolean hasBeenExpanded, final boolean isLeaf) { argument
167 super.paintHorizontalPartOfLeg(g, clipBounds, insets, bounds, path, row, isExpanded, hasBeenExpanded, isLeaf);
182 * Paints the expand (toggle) part of a row. The receiver should NOT modify {@code clipBounds}, or
185 protected void paintExpandControl(final Graphics g, final Rectangle clipBounds, final Insets insets, final Rectangle bounds, final TreePath path, final int row, final boolean isExpanded, final boolean hasBeenExpanded, final boolean isLeaf) { argument
199 super.paintExpandControl(g, clipBounds, insets, bounds, path, row, isExpanded, hasBeenExpanded, isLeaf);
206 super.paintExpandControl(g, clipBounds, insets, bounds, path, row, isExpanded, hasBeenExpanded, isLeaf);
225 final int height = icon.getIconHeight(); // use the icon height so we don't get drift we modify the bounds (by changing row height)
280 * Returning true signifies a mouse event on the node should toggle the selection of only the row under mouse.
530 // in the special case where there is only one row selected,
550 void expandNode(final int row, fina argument
569 collapseNode(final int row, final boolean recursive) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DHistogram.java40 protected final int[][] matrix; // multi-row matrix {{counti,valueij...}}
103 * Each row in the matrix begins with an occurrence count,
114 * Each row of the matrix (apart from its first element)
244 int[] row;
248 row = matrix[(int)rowMapEntry];
249 assert(rowMapEntry>>>32 == row[0]);
251 row = new int[]{ -1 }; // close it off
253 if (row[0] != prevCount && fillp2 > fillp1) {
257 int[] row0 = newMatrix[p]; // previously visited row
261 int[] row1 = new int[1+length]; // cloned & consolidated row
[all...]
/openjdk10/jdk/src/java.desktop/share/native/libjavajpeg/
H A Djquant2.c124 * of a true 3-D array, we use a row of pointers to 2-D arrays. Each
127 * on 80x86 machines, the pointer row is in near memory but the actual
169 * We can get away with a single array (holding one row's worth of errors)
170 * by using it to store the current row's errors at pixel columns not yet
171 * processed, but the next row's errors at columns already processed. We
211 boolean on_odd_row; /* flag to remember which row we are on */
235 int row; local
239 for (row = 0; row < num_rows; row
928 int row; local
968 int row; 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
156 for (row = 0; row < DCTSIZE; row++) {
160 aanscalefactor[row] * aanscalefactor[col] * 8.0)));
/openjdk10/hotspot/src/share/vm/ci/
H A DciMethodData.cpp187 for (uint row = 0; row < row_limit(); row++) {
188 Klass* k = data->as_ReceiverTypeData()->receiver(row);
192 set_receiver(row, klass);
745 uint row; local
747 for (row = 0; row < row_limit(); row++) {
748 if (receiver(row) !
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/table/
H A DSortHeaderCellRenderer.java73 int row, int column) {
71 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
/openjdk10/jdk/test/javax/swing/JTree/4633594/
H A DJTreeFocusTest.java199 boolean leaf, int row,
206 expanded, leaf, row,
219 boolean leaf, int row) {
225 expanded, leaf, row);
196 getTreeCellRendererComponent(JTree tree, Object value, boolean sel, boolean expanded, boolean leaf, int row, boolean hasFocus) argument
216 getTreeCellEditorComponent(JTree tree, Object value, boolean sel, boolean expanded, boolean leaf, int row) argument
/openjdk10/jdk/test/javax/swing/JTableHeader/6567433/
H A DUpdateUIRecursionTest.java111 boolean isSelected, boolean hasFocus, int row, int col) {
110 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int col) argument
/openjdk10/jdk/src/java.desktop/unix/native/common/java2d/x11/
H A DX11FontScaler_md.c96 int row; local
100 for (row = 0; row < height; ++row) {
102 int pixel = ximage->f.get_pixel(ximage, column, row);
/openjdk10/jdk/test/sun/text/resources/
H A DLocaleDataTest.java369 int row = Integer.valueOf(qualifier.substring(0, slash)).intValue();
371 if (row >= 0 && row < stringArray.length && column >= 0 && column <
372 stringArray[row].length)
373 retrievedValue = stringArray[row][column];
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java94 /** Index of the row that was last selected. */
433 * Sets the row height, this is forwarded to the treeState.
435 * @param rowHeight the row height
447 * Returns the row height.
449 * @return the row height
666 * Returns the path for passed in row. If row is not visible
669 public TreePath getPathForRow(JTree tree, int row) { argument
670 return (treeState != null) ? treeState.getPathForRow(row) : null;
674 * Returns the row tha
1542 paintHorizontalPartOfLeg(Graphics g, Rectangle clipBounds, Insets insets, Rectangle bounds, TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf) argument
1688 paintExpandControl(Graphics g, Rectangle clipBounds, Insets insets, Rectangle bounds, TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf) argument
1737 paintRow(Graphics g, Rectangle clipBounds, Insets insets, Rectangle bounds, TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf) argument
1776 shouldPaintExpandControl(TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf) argument
1941 getRowX(int row, int depth) argument
2749 isLeaf(int row) argument
3127 getNodeDimensions(Object value, int row, int depth, boolean expanded, Rectangle size) argument
3186 getRowX(int row, int depth) argument
[all...]

Completed in 245 milliseconds

12345678910