Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
DTimelineView.js156 …this._frameContainer.style.height = WebInspector.TimelinePanel.rowHeight + frameContainerBorderWid…
506 var itemOffset = index * WebInspector.TimelinePanel.rowHeight;
508 …r visibleBottom = visibleTop + this._containerElementHeight - WebInspector.TimelinePanel.rowHeight;
512 …inerElementHeight + WebInspector.TimelinePanel.headerHeight + WebInspector.TimelinePanel.rowHeight;
526 var rowHeight = WebInspector.TimelinePanel.rowHeight;
530 …var startIndex = Math.max(0, Math.min(Math.floor((visibleTop - headerHeight) / rowHeight), records…
531 var endIndex = Math.min(recordsInWindow.length, Math.ceil(visibleBottom / rowHeight));
532 var lastVisibleLine = Math.max(0, Math.floor((visibleBottom - headerHeight) / rowHeight));
545 this._topGapElement.style.height = (startIndex * rowHeight) + "px";
546 …View.sidebarElement().firstElementChild.style.flexBasis = (startIndex * rowHeight + headerHeight) …
[all …]
DTimelinePanel.js164 WebInspector.TimelinePanel.rowHeight = 18;
/external/skia/src/gpu/
DGrRectanizer_pow2.h70 void initRow(Row* row, int rowHeight) { in initRow() argument
72 row->fRowHeight = rowHeight; in initRow()
73 fNextStripY += rowHeight; in initRow()
/external/chromium_org/third_party/skia/src/gpu/
DGrRectanizer_pow2.h70 void initRow(Row* row, int rowHeight) { in initRow() argument
72 row->fRowHeight = rowHeight; in initRow()
73 fNextStripY += rowHeight; in initRow()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp282 spanningRowsHeight.rowHeight.resize(rowSpan); in populateSpanningRowsHeightFromCell()
287 …spanningRowsHeight.rowHeight[row] = m_rowPos[actualRow + 1] - m_rowPos[actualRow] - borderSpacingF… in populateSpanningRowsHeightFromCell()
288 if (!spanningRowsHeight.rowHeight[row]) in populateSpanningRowsHeightFromCell()
291 spanningRowsHeight.totalRowsHeight += spanningRowsHeight.rowHeight[row]; in populateSpanningRowsHeightFromCell()
331 static void updatePositionIncreasedWithRowHeight(long long extraHeight, long long rowHeight, long l… in updatePositionIncreasedWithRowHeight() argument
335 accumulatedPositionIncrease += (extraHeight * rowHeight) / totalHeight; in updatePositionIncreasedWithRowHeight()
336 remainder += (extraHeight * rowHeight) % totalHeight; in updatePositionIncreasedWithRowHeight()
469 unsigned rowHeight = 0; in calcRowHeightHavingOnlySpanningCells() local
474rowHeight = max(rowHeight, rowSpanCell.cells[0]->logicalHeightForRowSizing() / rowSpanCell.cells[0… in calcRowHeightHavingOnlySpanningCells()
477 return rowHeight; in calcRowHeightHavingOnlySpanningCells()
[all …]
DRenderTableCell.cpp176 void RenderTableCell::computeIntrinsicPadding(int rowHeight, SubtreeLayoutScope& layouter) in computeIntrinsicPadding() argument
198 intrinsicPaddingBefore = (rowHeight - logicalHeightWithoutIntrinsicPadding) / 2; in computeIntrinsicPadding()
201 intrinsicPaddingBefore = rowHeight - logicalHeightWithoutIntrinsicPadding; in computeIntrinsicPadding()
207 …int intrinsicPaddingAfter = rowHeight - logicalHeightWithoutIntrinsicPadding - intrinsicPaddingBef… in computeIntrinsicPadding()
305 void RenderTableCell::setOverrideLogicalContentHeightFromRowHeight(LayoutUnit rowHeight) in setOverrideLogicalContentHeightFromRowHeight() argument
308 … setOverrideLogicalContentHeight(max<LayoutUnit>(0, rowHeight - borderAndPaddingLogicalHeight())); in setOverrideLogicalContentHeightFromRowHeight()
DRenderTableSection.h136 Vector<int> rowHeight; member
DRenderTableCell.h141 void computeIntrinsicPadding(int rowHeight, SubtreeLayoutScope&);
/external/skia/tools/bug_chomper/res/third_party/
Djquery.tablednd.js242 var rowHeight = parseInt(row.offsetHeight)/2;
245 rowHeight = parseInt(row.firstChild.offsetHeight)/2;
248 if ((y > rowY - rowHeight) && (y < (rowY + rowHeight))) {
/external/chromium_org/third_party/skia/tools/bug_chomper/res/third_party/
Djquery.tablednd.js242 var rowHeight = parseInt(row.offsetHeight)/2;
245 rowHeight = parseInt(row.firstChild.offsetHeight)/2;
248 if ((y > rowY - rowHeight) && (y < (rowY + rowHeight))) {
/external/chromium_org/chrome/browser/resources/ntp4/
Dtile_page.js843 var rowHeight = this.heightForWidth(realTileValues.tileWidth) +
851 rowHeight: rowHeight, property
901 var realY = row * layout.rowHeight;
926 layout.rowHeight * sign);
932 this.tileGrid_.style.height = (realY + layout.rowHeight) + 'px';
961 var row = Math.floor((y - gridClientRect.top) / layout.rowHeight);
1027 var usedHeight = layout.rowHeight * numRows;
/external/skia/gm/
Dshadertext.cpp171 static const int rowHeight = 60; in onDraw() local
178 SkIntToScalar((i % testsPerCol) * rowHeight)); in onDraw()
185 SkIntToScalar((i % testsPerCol) * rowHeight)); in onDraw()
/external/chromium_org/third_party/skia/gm/
Dshadertext.cpp171 static const int rowHeight = 60; in onDraw() local
178 SkIntToScalar((i % testsPerCol) * rowHeight)); in onDraw()
185 SkIntToScalar((i % testsPerCol) * rowHeight)); in onDraw()
/external/skia/samplecode/
DSampleShaderText.cpp169 static const int rowHeight = 60; in onDrawContent() local
176 SkIntToScalar((i % testsPerCol) * rowHeight)); in onDrawContent()
183 SkIntToScalar((i % testsPerCol) * rowHeight)); in onDrawContent()
/external/chromium_org/third_party/skia/samplecode/
DSampleShaderText.cpp169 static const int rowHeight = 60; in onDrawContent() local
176 SkIntToScalar((i % testsPerCol) * rowHeight)); in onDrawContent()
183 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/chromium_org/ui/keyboard/resources/
Dmain.js551 var rowHeight =
554 realignSpacebarRow(row, rows[i-1], params, rowHeight, heightOffset)
556 realignRow(row, params, rowHeight, heightOffset);
558 heightOffset += (rowHeight + params.pitchY);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DSuggestBox.js105 var rowHeight = 17;
108 …var maxHeight = this._maxItemsHeight ? this._maxItemsHeight * rowHeight : Math.max(underHeight, ab…
/external/chromium_org/third_party/WebKit/Source/web/
DPopupListBox.cpp762 int rowHeight = getRowHeight(i); in layout() local
765 if (windowHeight + rowHeight > m_maxHeight) { in layout()
770 windowHeight += rowHeight; in layout()
/external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/
Dmosaic_mode.js1385 var rowHeight = this.rows_[r].getHeightForWidth(this.width_);
1386 this.height_ += rowHeight;
1387 this.rowHeights_.push(rowHeight);
/external/chromium_org/ui/file_manager/gallery/js/
Dmosaic_mode.js1385 var rowHeight = this.rows_[r].getHeightForWidth(this.width_);
1386 this.height_ += rowHeight;
1387 this.rowHeights_.push(rowHeight);
/external/chromium_org/third_party/WebKit/Source/web/resources/
DcalendarPicker.js2434 var rowHeight = animator ? animator.currentValue : YearListCell.SelectedHeight;
2439 if (remainingOffset <= (rowHeight - YearListCell.Height))
2441 remainingOffset -= rowHeight - YearListCell.Height;
/external/chromium_org/chrome/browser/ui/cocoa/website_settings/
Dwebsite_settings_bubble_controller.mm1039 CGFloat rowHeight = [self addCookieInfo:*it
1042 controlOrigin.y += rowHeight;
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp825 const float rowHeight = 2.0f / (float)m_patternLength; in shadePrimitives() local
837 …output.EmitVertex(vertex->position + tcu::Vec4(2 * ndx * colWidth, rowHeight, 0.0, 0.0), vertex->p… in shadePrimitives()