Home
last modified time | relevance | path

Searched refs:graphHeight (Results 1 – 2 of 2) sorted by relevance

/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DGlitchAndCallbackHeatMapView.java138 int graphHeight = (bottomLegendArea.top - titleArea.bottom - OUTER_MARGIN * 3) / 2; in fillCanvas() local
140 Rect callbackHeatArea = new Rect(0, 0, graphWidth, graphHeight); in fillCanvas()
143 Rect glitchHeatArea = new Rect(0, 0, graphWidth, graphHeight); in fillCanvas()
/external/v8/tools/profview/
Dprofview.js854 let graphHeight = height - this.functionTimelineHeight;
867 bucketData.push(Math.round(graphHeight * sum / total));
873 bucketData.push(desc.text === "Unknown" ? graphHeight : 0);
900 let functionTimelineYOffset = graphHeight;