Home
last modified time | relevance | path

Searched defs:plotHeight (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/
H A DDrawAtlas.cpp53 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 DRasterPathAtlas.h53 size_t plotWidth, size_t plotHeight, in RasterAtlasMgr()
H A DPathAtlas.cpp77 size_t plotWidth, size_t plotHeight, in DrawAtlasMgr()
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrDrawOpAtlas.cpp83 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