Searched refs:graphHeight (Results 1 – 2 of 2) sorted by relevance
281 const int32_t graphHeight = std::abs(widget->coords[3] - widget->coords[1]); in AppendRunningGraphCommon() local282 const float graphScale = static_cast<float>(graphHeight) / maxValue; in AppendRunningGraphCommon()309 const int32_t graphHeight = std::abs(widget->coords[3] - widget->coords[1]); in AppendRunningHistogramCommon() local310 const float graphScale = static_cast<float>(graphHeight) / peakRangeValue; in AppendRunningHistogramCommon()
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()