Home
last modified time | relevance | path

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

/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dplot_base.cc27 xaxis_max_ = max_value + right_margin * (max_value - min_value); in SetXAxis()
218 printf("plt.xlim(%f, %f)\n", xaxis_min_, xaxis_max_); in PrintPythonCode()
272 chart->set_xaxis_max(xaxis_max_); in ExportProtobuf()
Dplot_base.h176 float xaxis_max_; in RTC_POP_IGNORING_WUNDEF() local