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

  /external/skia/src/gpu/
GrBatchAtlas.cpp 183 inline void GrBatchAtlas::updatePlot(GrDrawBatch::Target* target, AtlasID* id, BatchPlot* plot) {
209 this->updatePlot(batchTarget, id, plot);
225 this->updatePlot(batchTarget, id, plot);
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
BarPlotExampleActivity.java 170 updatePlot();
191 updatePlot();
221 updatePlot();
233 public void onProgressChanged(SeekBar seekBar, int i, boolean b) {updatePlot();}
247 public void onProgressChanged(SeekBar seekBar, int i, boolean b) {updatePlot();}
272 updatePlot();
276 private void updatePlot() {

Completed in 262 milliseconds