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

  /external/skia/src/gpu/
GrDrawOpAtlas.cpp 57 GrDrawOpAtlas::Plot::Plot(int pageIndex, int plotIndex, uint64_t genID, int offX, int offY,
86 GrDrawOpAtlas::Plot::~Plot() {
91 bool GrDrawOpAtlas::Plot::addSubImage(int width, int height, const void* image, SkIPoint16* loc) {
136 void GrDrawOpAtlas::Plot::uploadToTexture(GrDeferredTextureUploadWritePixelsFn& writePixels,
160 void GrDrawOpAtlas::Plot::resetRects() {
170 // zero out the plot
209 inline bool GrDrawOpAtlas::updatePlot(GrDeferredUploadTarget* target, AtlasID* id, Plot* plot) {
256 Plot* plot; local
272 Plot* plot = fPages[pageIdx].fPlotList.tail(); local
293 Plot* plot = fPages[pageIdx].fPlotList.head(); local
306 Plot* plot = nullptr; local
    [all...]
GrDrawOpAtlas.h 123 uint32_t plot = GetPlotIndexFromID(id); local
124 SkASSERT(plot < fNumPlots);
127 return fPages[page].fPlotArray[plot]->genID() == GetGenerationFromID(id);
137 Plot* plot = fPages[pageIdx].fPlotArray[plotIdx].get();
138 this->makeMRU(plot, pageIdx);
139 plot->setLastUseToken(token);
208 // it's possible we've added a plot to the updater and subsequently the plot's page
211 Plot* plot = fPages[pd.fPageIndex].fPlotArray[pd.fPlotIndex].get() local
    [all...]
  /external/skqp/src/gpu/
GrDrawOpAtlas.cpp 39 GrDrawOpAtlas::Plot::Plot(int pageIndex, int plotIndex, uint64_t genID, int offX, int offY,
64 GrDrawOpAtlas::Plot::~Plot() {
69 bool GrDrawOpAtlas::Plot::addSubImage(int width, int height, const void* image, SkIPoint16* loc) {
114 void GrDrawOpAtlas::Plot::uploadToTexture(GrDeferredTextureUploadWritePixelsFn& writePixels,
129 void GrDrawOpAtlas::Plot::resetRects() {
139 // zero out the plot
178 inline bool GrDrawOpAtlas::updatePlot(GrDeferredUploadTarget* target, AtlasID* id, Plot* plot) {
229 Plot* plot; local
245 Plot* plot = fPages[pageIdx].fPlotList.tail(); local
265 Plot* plot = fPages[pageIdx].fPlotList.head(); local
278 Plot* plot = nullptr; local
    [all...]
GrDrawOpAtlas.h 119 uint32_t plot = GetPlotIndexFromID(id); local
120 SkASSERT(plot < fNumPlots);
123 return fPages[page].fPlotArray[plot]->genID() == GetGenerationFromID(id);
133 Plot* plot = fPages[pageIdx].fPlotArray[plotIdx].get();
134 this->makeMRU(plot, pageIdx);
135 plot->setLastUseToken(token);
204 // it's possible we've added a plot to the updater and subsequently the plot's page
207 Plot* plot = fPages[pd.fPageIndex].fPlotArray[pd.fPlotIndex].get() local
    [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 378 milliseconds