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

  /external/skia/src/gpu/
GrDrawOpAtlas.cpp 56 GrDrawOpAtlas::Plot::Plot(int index, uint64_t genID, int offX, int offY, int width, int height,
79 GrDrawOpAtlas::Plot::~Plot() {
84 bool GrDrawOpAtlas::Plot::addSubImage(int width, int height, const void* image, SkIPoint16* loc) {
129 void GrDrawOpAtlas::Plot::uploadToTexture(GrDrawOp::WritePixelsFn& writePixels,
133 TRACE_EVENT0(TRACE_DISABLED_BY_DEFAULT("skia.gpu"), "GrDrawOpAtlas::Plot::uploadToTexture");
144 void GrDrawOpAtlas::Plot::resetRects() {
152 // zero out the plot
177 fPlotArray.reset(new sk_sp<Plot>[ numPlotsX * numPlotsY ])
238 Plot* plot; local
    [all...]
GrDrawOpAtlas.h 167 Plot* plot = fPlotArray[updater.fPlotsToUpdate[i]].get(); local
168 this->makeMRU(plot);
169 plot->setLastUseToken(token);
183 * keep track of subimage placement via their GrRectanizer. A Plot manages the lifetime of its
184 * data using two tokens, a last use token and a last upload token. Once a Plot is "full" (i.e.
186 * used unless the last use of the Plot has already been flushed through to the gpu.
188 class Plot : public SkRefCnt {
189 SK_DECLARE_INTERNAL_LLIST_INTERFACE(Plot);
192 /** index() is a unique id for the plot relative to the owning GrAtlas. *
    [all...]
  /external/v8/tools/
gc-nvp-trace-processor.py 86 class Plot(object):
94 return 'plot ' + ', '.join([item.to_gnuplot(ctx) for item in self.items])
114 def collect_fields(plot):
123 for field in flatten([item.fieldrefs() for item in plot]):
128 def is_y2_used(plot):
129 for subplot in plot:
130 if isinstance(subplot, Plot):
150 def generate_script_and_datafile(plot, trace, datafile, output):
151 (fields, field_to_index) = collect_fields(plot)
162 if is_y2_used(plot)
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.cc 93 void Logging::Plot(int figure, double value) {
94 Plot(figure, value, "-");
97 void Logging::Plot(int figure, double value, const std::string& alg_name) {
112 printf("PLOT\t%d\t%s\t%f\t%f\n", figure, label.c_str(),
241 // Update time so that next log/plot will use the latest time seen so far
bwe_test_framework.cc 276 void RateCounterFilter::Plot(int64_t timestamp_ms) {
611 void TraceBasedDeliveryFilter::Plot(int64_t timestamp_ms) {
bwe_test_framework.h 203 // Called after each simulation batch to allow the processor to plot any
205 virtual void Plot(int64_t timestamp_ms) {}
246 virtual void Plot(int64_t timestamp_ms);
367 virtual void Plot(int64_t timestamp_ms);
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
Plot.java 42 * Base class for all other Plot implementations..
44 public abstract class Plot<SeriesType extends Series, FormatterType extends Formatter, RendererType extends SeriesRenderer>
46 private static final String TAG = Plot.class.getName();
63 * The RenderMode used by a Plot to draw it's self onto the screen. The RenderMode can be set
80 * XYPlot myPlot = new XYPlot(context "MyPlot", Plot.RenderMode.USE_MAIN_THREAD);
83 * A Plot's RenderMode cannot be changed after the plot has been initialized.
109 private BorderStyle borderStyle = Plot.BorderStyle.SQUARE;
210 * Convenience constructor - wraps {@link #Plot(android.content.Context, String, com.androidplot.Plot.RenderMode)}.
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 211 milliseconds