Searched defs:figure (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_logging.cc93 void Logging::Plot(int figure, double value) { argument
94 Plot(figure, value, "-");
97 void Logging::Plot(int figure, double value, const std::string& alg_name) { argument
112 printf("PLOT\t%d\t%s\t%f\t%f\n", figure, label.c_str(),
117 void Logging::PlotBar(int figure, argument
126 printf("BAR\t%d\t%s_%d\t%f\n", figure, name.c_str(), flow_id, value);
130 void Logging::PlotBaselineBar(int figure, argument
139 printf("BASELINE\t%d\t%s_%d\t%f\n", figure, name.c_str(), flow_id, value);
143 void Logging::PlotErrorBar(int figure, argument
155 printf("ERRORBAR\t%d\t%s_%d\t%f\t%f\t%f\t%s\n", figure, nam
160 PlotLimitErrorBar(int figure, const std::string& name, double value, double ylow, double yhigh, const std::string& error_title, double ymax, const std::string& limit_title, int flow_id) argument
180 PlotLabel(int figure, const std::string& title, const std::string& y_label, int num_flows) argument
[all...]
/external/autotest/frontend/tko/
H A Dgraphing_utils.py23 import matplotlib.figure, matplotlib.backends.backend_agg namespace
167 Creates an instance of matplotlib.figure.Figure, given the height in inches.
168 Returns the figure and the height in pixels.
171 fig = matplotlib.figure.Figure(
201 figure, height = _create_figure(plot_height)
204 subplot = figure.add_subplot(1, 1, 1)
213 subplot = figure.add_subplot(len(plots), 1, plot_index + 1)
246 # Get the pixel coordinates of each point on the figure
278 legend = figure.legend(lines, [plot['label'] for plot in plots],
288 return (figure, area_dat
[all...]
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp556 HRESULT SkXPSDevice::createPath(IXpsOMGeometryFigure* figure, argument
565 HRM(figureCollection->Append(figure), "Could not add figure.");
714 //create central figure
928 //TODO: figure out how to fake better if not affine
1128 // Create the figure.
1130 "Could not create quad geometry figure.");
1139 // Define the x and y coordinates of each corner of the figure.
1151 // Add the segment data to the figure.
1157 // Set the closed and filled properties of the figure
1292 close_figure(const SkTDArray<XPS_SEGMENT_TYPE>& segmentTypes, const SkTDArray<BOOL>& segmentStrokes, const SkTDArray<FLOAT>& segmentData, BOOL stroke, BOOL fill, IXpsOMGeometryFigure* figure, IXpsOMGeometryFigureCollection* figures) argument
[all...]

Completed in 138 milliseconds