HomeSort by relevance Sort by last modified time
    Searched refs:NewPlot (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
MatlabPlot.h 154 MatlabPlot * NewPlot(MatlabPlot *newPlot);
MatlabPlot.cc 945 MatlabPlot * MatlabEngine::NewPlot(MatlabPlot *newPlot)
949 //MatlabPlot *newPlot = new MatlabPlot();
951 if (newPlot)
953 newPlot->SetFigHandle(++_numPlots); // first plot is number 1
954 _plots.push_back(newPlot);
957 return (newPlot);

Completed in 8831 milliseconds