Searched defs:barHeight (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineFlameChart.js72 barHeight: function()
473 * @param {number} barHeight
477 decorateEntry: function(entryIndex, context, text, barX, barY, barWidth, barHeight, offsetToPosition)
498 barHeight -= 2 * padding;
508 context.lineTo(barX + barWidth, barY + barHeight - radiusY);
509 context.quadraticCurveTo(barX + barWidth, barY + barHeight, barX + barWidth - radiusX, barY + barHeight);
510 context.lineTo(barX + radiusX, barY + barHeight);
511 context.quadraticCurveTo(barX, barY + barHeight, barX, barY + barHeight
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DFlameChart.js85 this._barHeight = dataProvider.barHeight();
125 barHeight: function() { },
203 * @param {number} barHeight
207 decorateEntry: function(entryIndex, context, text, barX, barY, barWidth, barHeight, timeToPosition) { },
804 var barHeight = this._barHeight;
807 var textBaseHeight = this._baseHeight + barHeight - this._dataProvider.textBaseline();
809 var minVisibleBarLevel = Math.max(Math.floor((this._scrollTop - this._baseHeight) / barHeight), 0);
810 var maxVisibleBarLevel = Math.min(Math.floor((this._scrollTop - this._baseHeight + height) / barHeight), this._dataProvider.maxStackDepth());
866 context.moveTo(barX + this._markerRadius, barY + barHeight / 2);
867 context.arc(barX, barY + barHeight /
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DCPUProfileFlameChart.js50 barHeight: function()
277 this._font = (this.barHeight() - 4) + "px " + WebInspector.fontFamily();
302 * @param {number} barHeight
306 decorateEntry: function(entryIndex, context, text, barX, barY, barWidth, barHeight, timeToPosition)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 178 milliseconds