Home
last modified time | relevance | path

Searched refs:updatePlot (Results 1 – 3 of 3) sorted by relevance

/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DBarPlotExampleActivity.java170 updatePlot(); in onCreate()
191 updatePlot(); in onCreate()
221 updatePlot(); in onCreate()
233 public void onProgressChanged(SeekBar seekBar, int i, boolean b) {updatePlot();} in onCreate()
247 public void onProgressChanged(SeekBar seekBar, int i, boolean b) {updatePlot();} in onCreate()
272 updatePlot(); in onCreate()
276 private void updatePlot() { in updatePlot() method in BarPlotExampleActivity
/external/skia/src/gpu/
DGrBatchAtlas.cpp183 inline void GrBatchAtlas::updatePlot(GrDrawBatch::Target* target, AtlasID* id, BatchPlot* plot) { in updatePlot() function in GrBatchAtlas
209 this->updatePlot(batchTarget, id, plot); in addToAtlas()
225 this->updatePlot(batchTarget, id, plot); in addToAtlas()
DGrBatchAtlas.h236 inline void updatePlot(GrDrawBatch::Target*, AtlasID*, BatchPlot*);