Searched refs:plotWidth (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/gpu/graphite/ |
D | RasterPathAtlas.h | 61 size_t plotWidth, size_t plotHeight, in RasterAtlasMgr() argument 63 : PathAtlas::DrawAtlasMgr(width, height, plotWidth, plotHeight, in RasterAtlasMgr()
|
D | DrawAtlas.cpp | 53 int height, int plotWidth, int plotHeight, in Make() argument 60 plotWidth, plotHeight, generationCounter, in Make() 79 int plotWidth, int plotHeight, AtlasGenerationCounter* generationCounter, in DrawAtlas() argument 87 , fPlotWidth(plotWidth) in DrawAtlas() 99 int numPlotsX = width/plotWidth; in DrawAtlas() 598 int plotWidth = atlasDimensions.width() >= 2048 ? 512 : 256; in plotDimensions() local 601 return { plotWidth, plotHeight }; in plotDimensions()
|
D | DrawAtlas.h | 78 int plotWidth, int plotHeight, 183 int width, int height, int plotWidth, int plotHeight,
|
D | PathAtlas.cpp | 84 size_t plotWidth, size_t plotHeight, in DrawAtlasMgr() argument 93 plotWidth, plotHeight, in DrawAtlasMgr()
|
D | ClipAtlasManager.h | 47 size_t plotWidth, size_t plotHeight,
|
D | ClipAtlasManager.cpp | 57 size_t plotWidth, size_t plotHeight, in DrawAtlasMgr() argument 64 plotWidth, plotHeight, in DrawAtlasMgr()
|
D | PathAtlas.h | 152 size_t plotWidth, size_t plotHeight,
|
/external/skia/src/gpu/ganesh/ |
D | GrDrawOpAtlas.cpp | 83 int height, int plotWidth, int plotHeight, in Make() argument 93 width, height, plotWidth, plotHeight, in Make() 110 int plotWidth, int plotHeight, GenerationCounter* generationCounter, in GrDrawOpAtlas() argument 117 , fPlotWidth(plotWidth) in GrDrawOpAtlas() 127 int numPlotsX = width/plotWidth; in GrDrawOpAtlas() 612 int plotWidth = atlasDimensions.width() >= 2048 ? 512 : 256; in plotDimensions() local 615 return { plotWidth, plotHeight }; in plotDimensions()
|
D | GrDrawOpAtlas.h | 88 int plotWidth, int plotHeight, 176 int width, int height, int plotWidth, int plotHeight,
|