Searched refs:rowHeight (Results 1 - 15 of 15) sorted by relevance

/external/skia/src/gpu/
H A DGrRectanizer.cpp61 void initRow(Row* row, int rowHeight) { argument
63 row->fRowHeight = rowHeight;
64 fNextStripY += rowHeight;
H A DGrRectanizer_fifo.cpp61 void initRow(Row* row, int rowHeight) { argument
63 row->fRowHeight = rowHeight;
64 fNextStripY += rowHeight;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTableTooltipHelper.java90 int rowHeight) {
97 m_rowHeight = rowHeight;
84 update(Property property, boolean onTitle, boolean onValue, int beginX, int endX, int y, int rowHeight) argument
/external/skia/gm/
H A Dshadertext.cpp183 static const int rowHeight = 60; local
190 SkIntToScalar((i % testsPerCol) * rowHeight));
197 SkIntToScalar((i % testsPerCol) * rowHeight));
/external/skia/samplecode/
H A DSampleShaderText.cpp184 static const int rowHeight = 60; local
191 SkIntToScalar((i % testsPerCol) * rowHeight));
198 SkIntToScalar((i % testsPerCol) * rowHeight));
/external/webkit/Source/WebCore/inspector/front-end/
H A 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.length - 1));
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 graphRowElement = new WebInspector.TimelineRecordGraphRow(this._itemsGraphsElement, scheduleRefreshCallback, rowHeight).element;
623 this._adjustScrollPosition((recordsInWindow.length + 1) * rowHeight);
1159 const rowHeight
[all...]
H A DNetworkPanel.js1031 var rowHeight = 0; variable
1044 if (!rowHeight)
1045 rowHeight = row.offsetHeight;
1047 var rowIsVisible = unfilteredRowIndex * rowHeight < visibleBottom && (unfilteredRowIndex + 1) * rowHeight > visibleTop;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp1317 int rowHeight = getRowHeight(i); local
1320 if (windowHeight + rowHeight > m_maxHeight) {
1325 windowHeight += rowHeight;
/external/webkit/Source/WebCore/rendering/
H A DRenderFrameSet.cpp540 int rowHeight = -1; local
544 rowHeight = l.value();
557 if (colWidth && rowHeight) {
H A DRenderTableCell.cpp230 void RenderTableCell::setOverrideSizeFromRowHeight(int rowHeight) argument
233 RenderBlock::setOverrideSize(max(0, rowHeight - borderBefore() - paddingBefore() - borderAfter() - paddingAfter()));
/external/webkit/Source/WebKit/mac/WebView/
H A DWebTextCompletionController.mm133 windowFrame.size.height = numberToShow * [_tableView rowHeight] + (numberToShow + 1) * [_tableView intercellSpacing].height;
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 1760 milliseconds