Home
last modified time | relevance | path

Searched refs:Plot (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
H A DGrDrawOpAtlas.cpp90 GrDrawOpAtlas::Plot::Plot(int pageIndex, int plotIndex, GenerationCounter* generationCounter, in Plot() function in GrDrawOpAtlas::Plot
120 GrDrawOpAtlas::Plot::~Plot() { in ~Plot()
124 bool GrDrawOpAtlas::Plot::addSubImage( in addSubImage()
169 void GrDrawOpAtlas::Plot::uploadToTexture(GrDeferredTextureUploadWritePixelsFn& writePixels, in uploadToTexture()
195 void GrDrawOpAtlas::Plot::resetRects() { in resetRects()
247 SK_LOGD("Texture[Width:%{public}d, Height:%{public}d, MaxPage:%{public}d], Plot[Width:%{public}d, Height:%{public}d].", \ in GrDrawOpAtlas()
260 AtlasLocator* atlasLocator, Plot* plot) { in updatePlot()
269 sk_sp<Plot> plots in updatePlot()
[all...]
H A DGrDrawOpAtlas.h313 Plot* plot = fPages[pageIdx].fPlotArray[plotIdx].get();
383 Plot* plot = fPages[pd.fPageIndex].fPlotArray[pd.fPlotIndex].get();
415 * keep track of subimage placement via their GrRectanizer. A Plot manages the lifetime of its
416 * data using two tokens, a last use token and a last upload token. Once a Plot is "full" (i.e.
418 * used unless the last use of the Plot has already been flushed through to the gpu.
420 class Plot : public SkRefCnt {
421 SK_DECLARE_INTERNAL_LLIST_INTERFACE(Plot);
461 Plot(int pageIndex, int plotIndex, GenerationCounter* generationCounter,
464 ~Plot() override;
470 Plot* clon
[all...]
/third_party/node/deps/v8/tools/
H A Dgc-nvp-trace-processor.py97 class Plot(object): class
141 if isinstance(subplot, Plot):
219 Plot(Item('Scavenge', scavenge_scope, lc = 'green'),
230 Plot(Item('Scavenge', scavenge_scope, lc = 'green'),
239 Plot(Item('Mutator', real_mutator, lc = 'black', style = 'lines'))
244 Plot(Item('Heap Size (before GC)', 'total_size_before', x1y2,
255 Plot(Item('Heap Size (after GC)', 'total_size_after', x1y2,
268 Plot(Item('Allocated', 'allocated'),
/third_party/littlefs/scripts/
H A Dplot.py3 # Plot CSV files in terminal.
271 class Plot: class
1153 plot = Plot(
1386 description="Plot CSV files in terminal.",

Completed in 4 milliseconds