Home
last modified time | relevance | path

Searched refs:cellHeights (Results 1 – 25 of 62) sorted by relevance

123

/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/components/gridClasses/
H A DGridRowNode.as30 private var cellHeights:Vector.<Number>;
53 cellHeights = new Vector.<Number>(numColumns);
54 GridDimensions.clearVector(cellHeights, -1);
80 cellHeights.length = value;
85 cellHeights[i] = -1;
130 return cellHeights[index];
145 if (cellHeights[index] == value)
148 cellHeights[index] = value;
192 … GridDimensions.insertElementsToVector(cellHeights, toCol, cellHeights.splice(fromCol, count));
220 cellHeights.splice(startColumn, count);
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/plaf/basic/
H A DBasicListUI.java673 protected int[] cellHeights; field in BasicListUI
712 if (cellHeights == null) in getRowHeight()
716 if (row < 0 || row >= cellHeights.length) in getRowHeight()
719 height = cellHeights[row]; in getRowHeight()
781 for (int j = 0; j < cellHeights.length; j++) in getCellHeight()
853 h += cellHeights[row]; in convertYToRow()
874 if (cellHeights == null || cellHeights.length != nrows) in updateLayoutState()
875 cellHeights = new int[nrows]; in updateLayoutState()
882 cellHeights = null; in updateLayoutState()
895 cellHeights[i] = dim.height; in updateLayoutState()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/plaf/basic/
H A DBasicListUI.java673 protected int[] cellHeights; field in BasicListUI
712 if (cellHeights == null) in getRowHeight()
716 if (row < 0 || row >= cellHeights.length) in getRowHeight()
719 height = cellHeights[row]; in getRowHeight()
781 for (int j = 0; j < cellHeights.length; j++) in getCellHeight()
853 h += cellHeights[row]; in convertYToRow()
874 if (cellHeights == null || cellHeights.length != nrows) in updateLayoutState()
875 cellHeights = new int[nrows]; in updateLayoutState()
882 cellHeights = null; in updateLayoutState()
895 cellHeights[i] = dim.height; in updateLayoutState()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/plaf/basic/
H A DBasicListUI.java673 protected int[] cellHeights; field in BasicListUI
712 if (cellHeights == null) in getRowHeight()
716 if (row < 0 || row >= cellHeights.length) in getRowHeight()
719 height = cellHeights[row]; in getRowHeight()
781 for (int j = 0; j < cellHeights.length; j++) in getCellHeight()
853 h += cellHeights[row]; in convertYToRow()
874 if (cellHeights == null || cellHeights.length != nrows) in updateLayoutState()
875 cellHeights = new int[nrows]; in updateLayoutState()
882 cellHeights = null; in updateLayoutState()
895 cellHeights[i] = dim.height; in updateLayoutState()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/plaf/basic/
H A DBasicListUI.java673 protected int[] cellHeights; field in BasicListUI
712 if (cellHeights == null) in getRowHeight()
716 if (row < 0 || row >= cellHeights.length) in getRowHeight()
719 height = cellHeights[row]; in getRowHeight()
781 for (int j = 0; j < cellHeights.length; j++) in getCellHeight()
853 h += cellHeights[row]; in convertYToRow()
874 if (cellHeights == null || cellHeights.length != nrows) in updateLayoutState()
875 cellHeights = new int[nrows]; in updateLayoutState()
882 cellHeights = null; in updateLayoutState()
895 cellHeights[i] = dim.height; in updateLayoutState()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/plaf/basic/
H A DBasicListUI.java673 protected int[] cellHeights; field in BasicListUI
712 if (cellHeights == null) in getRowHeight()
716 if (row < 0 || row >= cellHeights.length) in getRowHeight()
719 height = cellHeights[row]; in getRowHeight()
781 for (int j = 0; j < cellHeights.length; j++) in getCellHeight()
853 h += cellHeights[row]; in convertYToRow()
874 if (cellHeights == null || cellHeights.length != nrows) in updateLayoutState()
875 cellHeights = new int[nrows]; in updateLayoutState()
882 cellHeights = null; in updateLayoutState()
895 cellHeights[i] = dim.height; in updateLayoutState()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicListUI.java97 protected int[] cellHeights = null; field in BasicListUI
977 cellHeights = null;
1098 if (cellHeights == null) {
1106 y += cellHeights[i];
1179 ((row < cellHeights.length) ? cellHeights[row] : -1); in getHeight()
1195 if (cellHeights == null) { in convertLocationToRow()
1223 y += cellHeights[i]; in convertLocationToRow()
1416 cellHeights = null; in updateLayoutState()
1500 if (cellHeights.length > 0) { in updateHorizontalLayoutState()
1501 maxHeight = cellHeights[cellHeights.length - 1]; in updateHorizontalLayoutState()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicListUI.java97 protected int[] cellHeights = null; field in BasicListUI
977 cellHeights = null;
1098 if (cellHeights == null) {
1106 y += cellHeights[i];
1179 ((row < cellHeights.length) ? cellHeights[row] : -1); in getHeight()
1195 if (cellHeights == null) { in convertLocationToRow()
1223 y += cellHeights[i]; in convertLocationToRow()
1416 cellHeights = null; in updateLayoutState()
1500 if (cellHeights.length > 0) { in updateHorizontalLayoutState()
1501 maxHeight = cellHeights[cellHeights.length - 1]; in updateHorizontalLayoutState()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicListUI.java97 protected int[] cellHeights = null; field in BasicListUI
977 cellHeights = null;
1098 if (cellHeights == null) {
1106 y += cellHeights[i];
1179 ((row < cellHeights.length) ? cellHeights[row] : -1); in getHeight()
1195 if (cellHeights == null) { in convertLocationToRow()
1223 y += cellHeights[i]; in convertLocationToRow()
1416 cellHeights = null; in updateLayoutState()
1500 if (cellHeights.length > 0) { in updateHorizontalLayoutState()
1501 maxHeight = cellHeights[cellHeights.length - 1]; in updateHorizontalLayoutState()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicListUI.java73 protected int[] cellHeights = null; field in BasicListUI
903 cellHeights = null;
1023 if (cellHeights == null) {
1031 y += cellHeights[i];
1101 ((row < cellHeights.length) ? cellHeights[row] : -1); in getHeight()
1117 if (cellHeights == null) { in convertLocationToRow()
1145 y += cellHeights[i]; in convertLocationToRow()
1338 cellHeights = null; in updateLayoutState()
1422 if (cellHeights.length > 0) { in updateHorizontalLayoutState()
1423 maxHeight = cellHeights[cellHeights.length - 1]; in updateHorizontalLayoutState()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicListUI.java97 protected int[] cellHeights = null; field in BasicListUI
982 cellHeights = null;
1103 if (cellHeights == null) {
1111 y += cellHeights[i];
1184 ((row < cellHeights.length) ? cellHeights[row] : -1); in getHeight()
1200 if (cellHeights == null) { in convertLocationToRow()
1228 y += cellHeights[i]; in convertLocationToRow()
1421 cellHeights = null; in updateLayoutState()
1505 if (cellHeights.length > 0) { in updateHorizontalLayoutState()
1506 maxHeight = cellHeights[cellHeights.length - 1]; in updateHorizontalLayoutState()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicListUI.java97 protected int[] cellHeights = null; field in BasicListUI
982 cellHeights = null;
1103 if (cellHeights == null) {
1111 y += cellHeights[i];
1184 ((row < cellHeights.length) ? cellHeights[row] : -1); in getHeight()
1200 if (cellHeights == null) { in convertLocationToRow()
1228 y += cellHeights[i]; in convertLocationToRow()
1421 cellHeights = null; in updateLayoutState()
1505 if (cellHeights.length > 0) { in updateHorizontalLayoutState()
1506 maxHeight = cellHeights[cellHeights.length - 1]; in updateHorizontalLayoutState()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicListUI.java97 protected int[] cellHeights = null; field in BasicListUI
977 cellHeights = null;
1098 if (cellHeights == null) {
1106 y += cellHeights[i];
1179 ((row < cellHeights.length) ? cellHeights[row] : -1); in getHeight()
1195 if (cellHeights == null) { in convertLocationToRow()
1223 y += cellHeights[i]; in convertLocationToRow()
1416 cellHeights = null; in updateLayoutState()
1500 if (cellHeights.length > 0) { in updateHorizontalLayoutState()
1501 maxHeight = cellHeights[cellHeights.length - 1]; in updateHorizontalLayoutState()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicListUI.java97 protected int[] cellHeights = null; field in BasicListUI
977 cellHeights = null;
1098 if (cellHeights == null) {
1106 y += cellHeights[i];
1179 ((row < cellHeights.length) ? cellHeights[row] : -1); in getHeight()
1195 if (cellHeights == null) { in convertLocationToRow()
1223 y += cellHeights[i]; in convertLocationToRow()
1416 cellHeights = null; in updateLayoutState()
1500 if (cellHeights.length > 0) { in updateHorizontalLayoutState()
1501 maxHeight = cellHeights[cellHeights.length - 1]; in updateHorizontalLayoutState()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicListUI.java97 protected int[] cellHeights = null; field in BasicListUI
977 cellHeights = null;
1098 if (cellHeights == null) {
1106 y += cellHeights[i];
1179 ((row < cellHeights.length) ? cellHeights[row] : -1); in getHeight()
1195 if (cellHeights == null) { in convertLocationToRow()
1223 y += cellHeights[i]; in convertLocationToRow()
1416 cellHeights = null; in updateLayoutState()
1500 if (cellHeights.length > 0) { in updateHorizontalLayoutState()
1501 maxHeight = cellHeights[cellHeights.length - 1]; in updateHorizontalLayoutState()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicListUI.java73 protected int[] cellHeights = null; field in BasicListUI
903 cellHeights = null;
1023 if (cellHeights == null) {
1031 y += cellHeights[i];
1101 ((row < cellHeights.length) ? cellHeights[row] : -1); in getHeight()
1117 if (cellHeights == null) { in convertLocationToRow()
1145 y += cellHeights[i]; in convertLocationToRow()
1338 cellHeights = null; in updateLayoutState()
1422 if (cellHeights.length > 0) { in updateHorizontalLayoutState()
1423 maxHeight = cellHeights[cellHeights.length - 1]; in updateHorizontalLayoutState()
[all …]
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/table/
H A DRowPainter.java75 private int[] cellHeights; field in RowPainter
93 this.cellHeights = new int[colCount]; in RowPainter()
177 cellHeights[colIndex] = cellPart.getBorderPaddingBefore(firstCellOnPage[colIndex]); in handleTableContentPosition()
180 cellHeights[colIndex] += cellPart.getConditionalBeforeContentLength(); in handleTableContentPosition()
182 cellHeights[colIndex] += cellPart.getLength(); in handleTableContentPosition()
229 int cellHeight = cellHeights[i]; in addAreasAndFlushRow()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/swing/plaf/basic/
H A DBasicListUI.java661 protected int[] cellHeights; field in BasicListUI
699 if (row < 0 || row >= cellHeights.length) in getRowHeight()
704 return cellHeights[row]; in getRowHeight()
777 for (int row = 0; row < cellHeights.length; ++row) in convertYToRow()
798 if (cellHeights == null || cellHeights.length != nrows) in updateLayoutState()
799 cellHeights = new int[nrows]; in updateLayoutState()
811 cellHeights[i] = dim.height; in updateLayoutState()
813 cellHeight = (cellHeight * i + cellHeights[i]) / (i + 1); in updateLayoutState()
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dviewgridlayout.cpp483 QMap<int, QMap<int, int> > cellHeights; in shareAxis() local
504 cellHeights[item.row][item.column] = height; in shareAxis()
512 qDebug() << "Calculated cell heights (row x column)" << cellHeights; in shareAxis()
523 rowStart += cellHeights[i][item.column]; in shareAxis()
528 QSizeF itemSize(cellWidths[item.row][item.column], cellHeights[item.row][item.column]); in shareAxis()
/dports/science/openkim-models/openkim-models-2021-01-28/model-drivers/EMT_Asap__MD_128315414717_004/
H A DNeighborCellLocator.cpp131 const double *cellHeights = atoms->GetCellHeights(); in MakeList() local
139 if (periodic[i] && cellHeights[i] < rCut) in MakeList()
141 << cellHeights[i] << ") must be larger than " << rCut ); in MakeList()
254 int nc = int(size[i] * cellHeights[i] / minboxsize); in MakeList()
275 minimum[i] -= 0.5 * (minboxsize / cellHeights[i] - size[i]); in MakeList()
276 size[i] = minboxsize / cellHeights[i]; in MakeList()
/dports/lang/gcc48/gcc-4.8.5/libjava/javax/swing/plaf/basic/
H A DBasicListUI.h119 JArray< jint > * cellHeights; variable
/dports/lang/gnat_util/gcc-6-20180516/libjava/javax/swing/plaf/basic/
H A DBasicListUI.h119 JArray< jint > * cellHeights; variable
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/javax/swing/plaf/basic/
H A DBasicListUI.h119 JArray< jint > * cellHeights; variable
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/javax/swing/plaf/basic/
H A DBasicListUI.h119 JArray< jint > * cellHeights; variable
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/javax/swing/plaf/basic/
H A DBasicListUI.h119 JArray< jint > * cellHeights; variable

123