Home | History | Annotate | Download | only in table

Lines Matching defs:m_rowHeight

137   private int m_rowHeight;
154 m_rowHeight = 1 + gc.getFontMetrics().getHeight() + 1;
351 int y = m_rowHeight * (newIndex - m_selection);
355 } else if (y + m_rowHeight > clientArea.height) {
499 int y = (propertyIndex - m_selection) * m_rowHeight;
505 m_tooltipHelper.update(property, true, false, titleX, titleRight, y, m_rowHeight);
520 m_rowHeight);
615 int y = m_rowHeight * (index - m_selection) + 1;
616 int height = m_rowHeight - 1;
675 m_page = getClientArea().height / m_rowHeight;
735 return m_selection + y / m_rowHeight;
769 return new Point(x - (m_splitter + 2), y - m_rowHeight * getPropertyIndex(y));
931 int y = m_rowHeight * (index - m_selection) + 1;
945 int y = m_rowHeight * (index - m_selection) + 1;
1137 int y = clientArea.y - m_rowHeight * m_selection;
1140 if (y + m_rowHeight < 0) {
1141 y += m_rowHeight;
1151 drawProperty(gc, propertyInfo, y + 1, m_rowHeight - 1, clientArea.width
1153 y += m_rowHeight;
1187 int y = clientArea.y - m_rowHeight * m_selection;
1193 presentationsWidth[i] = presentation.show(this, property, x, y + 1, w, m_rowHeight - 1);
1195 y += m_rowHeight;
1204 int height = m_rowHeight - 1;
1208 int y = clientArea.y - m_selection * m_rowHeight;
1229 int y2 = y + m_rowHeight * (index2 - index) + m_rowHeight / 2;
1231 gc.drawLine(x, y2, x + m_rowHeight / 3, y2);
1235 y += m_rowHeight;