Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrDrawOpAtlas.cpp60 int height, int plotWidth, int plotHeight, in Make()
215 int plotWidth, int plotHeight, GenerationCounter* generationCounter, in GrDrawOpAtlas()
753 int plotWidth = atlasDimensions.width() >= 1024 ? 512 : 256; in plotDimensions() local
758 int plotWidth = atlasDimensions.width() >= 2048 ? 512 : 256; in plotDimensions() local
/third_party/flutter/skia/src/gpu/
DGrDrawOpAtlas.cpp39 int height, int plotWidth, int plotHeight, in Make()
189 int plotWidth, int plotHeight, AllowMultitexturing allowMultitexturing, in GrDrawOpAtlas()
706 int plotWidth = atlasDimensions.width() >= 1024 ? 512 : 256; in plotDimensions() local