Searched refs:stripHeight (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | TimelineEventOverview.js | 66 …var stripHeight = Math.round(this._canvas.height / WebInspector.TimelineEventOverview._numberOfSt… 75 this._context.fillRect(0.5, i * stripHeight + 0.5, this._canvas.width, stripHeight); 98 this._renderBar(bar.start, bar.end, stripHeight, bar.category); 104 …this._renderBar(lastBarByGroup[i].start, lastBarByGroup[i].end, stripHeight, lastBarByGroup[i].cat…
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | InlineFlowBox.cpp | 1188 … LayoutUnit stripHeight = isHorizontal() ? static_cast<LayoutUnit>(height()) : totalLogicalWidth; in paintFillLayer() local 1192 …tended(paintInfo, c, fillLayer, LayoutRect(stripX, stripY, stripWidth, stripHeight), BackgroundBle… in paintFillLayer() 1315 LayoutUnit stripHeight = isHorizontal() ? frameRect.height() : totalLogicalWidth; in paintBoxDecorations() local 1320 …bject()->paintBorder(paintInfo, LayoutRect(stripX, stripY, stripWidth, stripHeight), renderer()->s… in paintBoxDecorations() 1387 LayoutUnit stripHeight = isHorizontal() ? frameRect.height() : totalLogicalWidth; in paintMask() local 1392 …nePieceImage(paintInfo.context, LayoutRect(stripX, stripY, stripWidth, stripHeight), renderer()->s… in paintMask()
|