Searched defs:plotWidth (Results 1 – 1 of 1) sorted by relevance
39 int height, int plotWidth, int plotHeight, in Make()187 int plotWidth, int plotHeight, AllowMultitexturing allowMultitexturing) in GrDrawOpAtlas()650 int plotWidth = atlasDimensions.width() >= 2048 ? 512 : 256; in plotDimensions() local