Searched refs:graphHeight (Results 1 – 2 of 2) sorted by relevance
138 int graphHeight = (bottomLegendArea.top - titleArea.bottom - OUTER_MARGIN * 3) / 2; in fillCanvas() local140 Rect callbackHeatArea = new Rect(0, 0, graphWidth, graphHeight); in fillCanvas()143 Rect glitchHeatArea = new Rect(0, 0, graphWidth, graphHeight); in fillCanvas()
854 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;