Searched refs:plotWidth (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/src/gpu/ |
| D | GrDrawOpAtlas.cpp | 60 int height, int plotWidth, int plotHeight, in Make() argument 72 width, height, plotWidth, plotHeight, in Make() 215 int plotWidth, int plotHeight, GenerationCounter* generationCounter, in GrDrawOpAtlas() argument 225 , fPlotWidth(plotWidth) in GrDrawOpAtlas() 237 int numPlotsX = width/plotWidth; in GrDrawOpAtlas() 753 int plotWidth = atlasDimensions.width() >= 1024 ? 512 : 256; in plotDimensions() local 758 int plotWidth = atlasDimensions.width() >= 2048 ? 512 : 256; in plotDimensions() local 762 return { plotWidth, plotHeight }; in plotDimensions()
|
| D | GrDrawOpAtlas.h | 257 int plotWidth, int plotHeight, 406 int height, int plotWidth, int plotHeight, GenerationCounter* generationCounter,
|