Searched refs:updatePlot (Results 1 – 3 of 3) sorted by relevance
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
D | BarPlotExampleActivity.java | 170 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/ |
D | GrBatchAtlas.cpp | 183 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()
|
D | GrBatchAtlas.h | 236 inline void updatePlot(GrDrawBatch::Target*, AtlasID*, BatchPlot*);
|