Searched defs:plotWidth (Results 1 – 1 of 1) sorted by relevance
60 int height, int plotWidth, int plotHeight, in Make()210 int plotWidth, int plotHeight, GenerationCounter* generationCounter, in GrDrawOpAtlas()692 int plotWidth = atlasDimensions.width() >= 2048 ? 512 : 256; in plotDimensions() local