Home
last modified time | relevance | path

Searched defs:plot (Results 1 – 25 of 90) sorted by relevance

1234

/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/
DPlotTest.java91 public MockRenderer1(Plot plot) { in MockRenderer1()
107 public MockRenderer2(Plot plot) { in MockRenderer2()
130 public SeriesRenderer getRendererInstance(MockPlot plot) { in getRendererInstance()
143 public SeriesRenderer getRendererInstance(MockPlot plot) { in getRendererInstance()
186 Plot plot = new MockPlot(context, "MockPlot"); in testAddSeries() local
226 Plot plot = new MockPlot(context, "MockPlot"); in testRemoveSeries() local
296 Plot plot = new MockPlot(context, "MockPlot"); in testGetFormatter() local
327 Plot plot = new MockPlot(context, "MockPlot"); in testGetSeriesListForRenderer() local
354 Plot plot = new MockPlot(context, "MockPlot"); in testGetRendererList() local
379 Plot plot = new MockPlot(context, "MockPlot"); in testAddListener() local
[all …]
/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.pie.min.js7 (function($){var REDRAW_ATTEMPTS=10;var REDRAW_SHRINK=.95;function init(plot){var canvas=null,targe… argument
Djquery.flot.pie.js68 function init(plot) { argument
85 plot.hooks.processOptions.push(function(plot, options) { argument
120 plot.hooks.bindEvents.push(function(plot, eventHolder) { argument
132 plot.hooks.processDatapoints.push(function(plot, series, data, datapoints) { argument
139 plot.hooks.drawOverlay.push(function(plot, octx) { argument
146 plot.hooks.draw.push(function(plot, newCtx) { argument
153 function processDatapoints(plot, series, datapoints) { argument
253 function draw(plot, newCtx) { argument
727 function drawOverlay(plot, octx) { argument
Djquery.flot.crosshair.js70 function init(plot) { argument
123 plot.hooks.bindEvents.push(function (plot, eventHolder) { argument
131 plot.hooks.drawOverlay.push(function (plot, ctx) { argument
164 plot.hooks.shutdown.push(function (plot, eventHolder) { argument
Djquery.flot.crosshair.min.js7 …hair:{mode:null,color:"rgba(170, 0, 0, 0.80)",lineWidth:1}};function init(plot){var crosshair={x:-… argument
Djquery.flot.threshold.js50 function init(plot) { argument
51 function thresholdData(plot, s, datapoints, below, color) { argument
115 function processThresholds(plot, s, datapoints) { argument
Djquery.flot.threshold.min.js7 (function($){var options={series:{threshold:null}};function init(plot){function thresholdData(plot,… argument
Djquery.flot.resize.js27 function init(plot) { argument
41 function bindEvents(plot, eventHolder) { argument
45 function shutdown(plot, eventHolder) { argument
Djquery.flot.resize.min.js7 …clearTimeout}()}})(jQuery,this);(function($){var options={};function init(plot){function onResize(… argument
Djquery.flot.selection.js82 function init(plot) { argument
300 plot.hooks.bindEvents.push(function(plot, eventHolder) { argument
309 plot.hooks.drawOverlay.push(function (plot, ctx) { argument
337 plot.hooks.shutdown.push(function (plot, eventHolder) { argument
Djquery.flot.selection.min.js7 (function($){function init(plot){var selection={first:{x:-1,y:-1},second:{x:-1,y:-1},show:false,act… argument
Djquery.flot.fillbetween.min.js7 (function($){var options={series:{fillBetween:null}};function init(plot){function findBottomSeries(… argument
Djquery.flot.stack.js43 function init(plot) { argument
57 function stackData(plot, s, datapoints) { argument
Djquery.flot.stack.min.js7 (function($){var options={series:{stack:null}};function init(plot){function findMatchingSeries(s,al… argument
Djquery.flot.fillbetween.js40 function init( plot ) { argument
62 function computeFillBottoms( plot, s, datapoints ) { argument
Djquery.flot.categories.js56 function processRawData(plot, series, data, datapoints) { argument
174 function processDatapoints(plot, series, datapoints) { argument
179 function init(plot) { argument
Djquery.flot.categories.min.js7 …{xaxis:{categories:null},yaxis:{categories:null}};function processRawData(plot,series,data,datapoi… argument
Djquery.flot.errorbars.js76 function processRawData(plot, series, data, datapoints){ argument
162 function drawSeriesErrors(plot, ctx, s){ argument
330 function draw(plot, ctx){ argument
342 function init(plot) { argument
Djquery.flot.errorbars.min.js7 …Cap:null,lowerCap:null,color:null,radius:null}}}};function processRawData(plot,series,data,datapoi… argument
Djquery.flot.image.js118 function drawSeries(plot, ctx, series) { argument
216 function processRawData(plot, series, data, datapoints) { argument
230 function init(plot) { argument
/external/skia/src/gpu/
DGrLayerAtlas.h73 Plot* plot(int index) { return fPlots[index]; } in plot() function
75 void appendPlot(Plot* plot) { in appendPlot()
82 void removePlot(const Plot* plot) { in removePlot()
90 bool contains(const Plot* plot) const { in contains()
DGrLayerAtlas.cpp112 for (Plot* plot = iter.init(fPlotList, PlotIter::kHead_IterStart); plot; plot = iter.next()) { in resetPlots() local
121 void GrLayerAtlas::makeMRU(Plot* plot) { in makeMRU()
137 Plot* plot = usage->plot(i); in addToAtlas() local
156 Plot* plot; in addToAtlas() local
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
DSeriesRenderer.java28 private PlotType plot; field in SeriesRenderer
30 public SeriesRenderer(PlotType plot) { in SeriesRenderer()
38 public void setPlot(PlotType plot) { in setPlot()
/external/autotest/frontend/client/src/autotest/tko/
DDynamicGraphingFrontend.java21 protected Plot plot; field in DynamicGraphingFrontend
24 public DynamicGraphingFrontend(final TabView parent, Plot plot, String preconfigType) { in DynamicGraphingFrontend()
75 table.setWidget(table.getRowCount(), 0, plot); in commonInitialization() local
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DBarPlotExampleActivity.java61 private XYPlot plot; field in BarPlotExampleActivity
395 public SeriesRenderer getRendererInstance(XYPlot plot) { in getRendererInstance()
402 public MyBarRenderer(XYPlot plot) { in MyBarRenderer()

1234