Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/
DRasterPathAtlas.h47 size_t plotWidth, size_t plotHeight, in RasterAtlasMgr()
DDrawAtlas.cpp53 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
DPathAtlas.cpp77 size_t plotWidth, size_t plotHeight, in DrawAtlasMgr()
/external/skia/src/gpu/ganesh/
DGrDrawOpAtlas.cpp73 int height, int plotWidth, int plotHeight, in Make()
100 int plotWidth, int plotHeight, GenerationCounter* generationCounter, in GrDrawOpAtlas()
602 int plotWidth = atlasDimensions.width() >= 2048 ? 512 : 256; in plotDimensions() local