Searched defs:plotHeight (Results 1 – 4 of 4) sorted by relevance
| /external/skia/src/gpu/graphite/ |
| D | RasterPathAtlas.h | 47 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() 577 int plotHeight = atlasDimensions.height() >= 2048 ? 512 : 256; in plotDimensions() local
|
| D | PathAtlas.cpp | 77 size_t plotWidth, size_t plotHeight, in DrawAtlasMgr()
|
| /external/skia/src/gpu/ganesh/ |
| D | GrDrawOpAtlas.cpp | 73 int height, int plotWidth, int plotHeight, in Make() 100 int plotWidth, int plotHeight, GenerationCounter* generationCounter, in GrDrawOpAtlas() 603 int plotHeight = atlasDimensions.height() >= 2048 ? 512 : 256; in plotDimensions() local
|