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/skia/src/xps/
H A DSkXPSDevice.cpp534 HRESULT SkXPSDevice::createPath(IXpsOMGeometryFigure* figure, argument
543 HRM(figureCollection->Append(figure), "Could not add figure.");
691 //create central figure
903 //TODO: figure out how to fake better if not affine
1103 // Create the figure.
1105 "Could not create quad geometry figure.");
1114 // Define the x and y coordinates of each corner of the figure.
1126 // Add the segment data to the figure.
1132 // Set the closed and filled properties of the figure
1273 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...]
/external/skqp/src/xps/
H A DSkXPSDevice.cpp534 HRESULT SkXPSDevice::createPath(IXpsOMGeometryFigure* figure, argument
543 HRM(figureCollection->Append(figure), "Could not add figure.");
691 //create central figure
903 //TODO: figure out how to fake better if not affine
1103 // Create the figure.
1105 "Could not create quad geometry figure.");
1114 // Define the x and y coordinates of each corner of the figure.
1126 // Add the segment data to the figure.
1132 // Set the closed and filled properties of the figure
1273 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 193 milliseconds