Searched defs:plotWidth (Results 1 – 5 of 5) sorted by relevance
| /third_party/skia/m133/src/gpu/graphite/ |
| D | RasterPathAtlas.h | 54 size_t plotWidth, size_t plotHeight, in RasterAtlasMgr()
|
| D | DrawAtlas.cpp | 53 int height, int plotWidth, int plotHeight, in Make() 79 int plotWidth, int plotHeight, AtlasGenerationCounter* generationCounter, in DrawAtlas() 576 int plotWidth = atlasDimensions.width() >= 2048 ? 512 : 256; in plotDimensions() local
|
| D | PathAtlas.cpp | 81 size_t plotWidth, size_t plotHeight, in DrawAtlasMgr()
|
| /third_party/skia/m133/src/gpu/ganesh/ |
| D | GrDrawOpAtlas.cpp | 83 int height, int plotWidth, int plotHeight, in Make() 117 int plotWidth, int plotHeight, GenerationCounter* generationCounter, in GrDrawOpAtlas() 680 int plotWidth = atlasDimensions.width() >= 1024 ? 512 : 256; in plotDimensions() local 685 int plotWidth = atlasDimensions.width() >= 2048 ? 512 : 256; in plotDimensions() local
|
| /third_party/skia/src/gpu/ |
| D | GrDrawOpAtlas.cpp | 61 int height, int plotWidth, int plotHeight, in Make() 216 int plotWidth, int plotHeight, GenerationCounter* generationCounter, in GrDrawOpAtlas() 756 int plotWidth = atlasDimensions.width() >= 1024 ? 512 : 256; in plotDimensions() local 761 int plotWidth = atlasDimensions.width() >= 2048 ? 512 : 256; in plotDimensions() local
|