Home
last modified time | relevance | path

Searched refs:rowHeight (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/gpu/
DGrRectanizer.cpp61 void initRow(Row* row, int rowHeight) { in initRow() argument
63 row->fRowHeight = rowHeight; in initRow()
64 fNextStripY += rowHeight; in initRow()
DGrRectanizer_fifo.cpp61 void initRow(Row* row, int rowHeight) { in initRow() argument
63 row->fRowHeight = rowHeight; in initRow()
64 fNextStripY += rowHeight; in initRow()
/external/skia/gm/
Dshadertext.cpp183 static const int rowHeight = 60; in onDraw() local
190 SkIntToScalar((i % testsPerCol) * rowHeight)); in onDraw()
197 SkIntToScalar((i % testsPerCol) * rowHeight)); in onDraw()
/external/skia/samplecode/
DSampleShaderText.cpp184 static const int rowHeight = 60; in onDrawContent() local
191 SkIntToScalar((i % testsPerCol) * rowHeight)); in onDrawContent()
198 SkIntToScalar((i % testsPerCol) * rowHeight)); in onDrawContent()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DPropertyTableTooltipHelper.java90 int rowHeight) { in update() argument
97 m_rowHeight = rowHeight; in update()
/external/webkit/Source/WebCore/inspector/front-end/
DTimelinePanel.js106 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);
DNetworkPanel.js1031 var rowHeight = 0;
1044 if (!rowHeight)
1045 rowHeight = row.offsetHeight;
1047 …var rowIsVisible = unfilteredRowIndex * rowHeight < visibleBottom && (unfilteredRowIndex + 1) * ro…
/external/webkit/Source/WebCore/rendering/
DRenderFrameSet.cpp540 int rowHeight = -1; in positionFrames() local
544 rowHeight = l.value(); in positionFrames()
557 if (colWidth && rowHeight) { in positionFrames()
DRenderTableCell.cpp230 void RenderTableCell::setOverrideSizeFromRowHeight(int rowHeight) in setOverrideSizeFromRowHeight() argument
233 …RenderBlock::setOverrideSize(max(0, rowHeight - borderBefore() - paddingBefore() - borderAfter() -… in setOverrideSizeFromRowHeight()
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.cpp1317 int rowHeight = getRowHeight(i); in layout() local
1320 if (windowHeight + rowHeight > m_maxHeight) { in layout()
1325 windowHeight += rowHeight; in layout()
/external/webkit/Source/WebKit/mac/WebView/
DWebTextCompletionController.mm133 …windowFrame.size.height = numberToShow * [_tableView rowHeight] + (numberToShow + 1) * [_tableView…
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06132198 rowHeight and m_solid.