Searched refs:rowHeight (Results 1 – 12 of 12) sorted by relevance
61 void initRow(Row* row, int rowHeight) { in initRow() argument63 row->fRowHeight = rowHeight; in initRow()64 fNextStripY += rowHeight; in initRow()
183 static const int rowHeight = 60; in onDraw() local190 SkIntToScalar((i % testsPerCol) * rowHeight)); in onDraw()197 SkIntToScalar((i % testsPerCol) * rowHeight)); in onDraw()
184 static const int rowHeight = 60; in onDrawContent() local191 SkIntToScalar((i % testsPerCol) * rowHeight)); in onDrawContent()198 SkIntToScalar((i % testsPerCol) * rowHeight)); in onDrawContent()
90 int rowHeight) { in update() argument97 m_rowHeight = rowHeight; in update()
106 WebInspector.TimelinePanel.rowHeight = 18;554 const rowHeight = WebInspector.TimelinePanel.rowHeight;557 …var startIndex = Math.max(0, Math.min(Math.floor(visibleTop / rowHeight) - 1, recordsInWindow.leng…558 var endIndex = Math.min(recordsInWindow.length, Math.ceil(visibleBottom / rowHeight));561 const top = (startIndex * rowHeight) + "px";565 … this._bottomGapElement.style.height = (recordsInWindow.length - endIndex) * rowHeight + "px";592 …ector.TimelineRecordGraphRow(this._itemsGraphsElement, scheduleRefreshCallback, rowHeight).element;623 this._adjustScrollPosition((recordsInWindow.length + 1) * rowHeight);
1031 var rowHeight = 0;1044 if (!rowHeight)1045 rowHeight = row.offsetHeight;1047 …var rowIsVisible = unfilteredRowIndex * rowHeight < visibleBottom && (unfilteredRowIndex + 1) * ro…
540 int rowHeight = -1; in positionFrames() local544 rowHeight = l.value(); in positionFrames()557 if (colWidth && rowHeight) { in positionFrames()
230 void RenderTableCell::setOverrideSizeFromRowHeight(int rowHeight) in setOverrideSizeFromRowHeight() argument233 …RenderBlock::setOverrideSize(max(0, rowHeight - borderBefore() - paddingBefore() - borderAfter() -… in setOverrideSizeFromRowHeight()
1317 int rowHeight = getRowHeight(i); in layout() local1320 if (windowHeight + rowHeight > m_maxHeight) { in layout()1325 windowHeight += rowHeight; in layout()
133 …windowFrame.size.height = numberToShow * [_tableView rowHeight] + (numberToShow + 1) * [_tableView…
132198 rowHeight and m_solid.