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