HomeSort by relevance Sort by last modified time
    Searched defs:barHeight (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineFlameChart.js 72 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 - radiusY)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
FlameChart.js 85 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 / 2, this._markerRadius, 0, Math.PI * 2)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
CPUProfileFlameChart.js 50 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/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 222 milliseconds