Searched defs:plotHeight (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/src/gpu/ |
| D | GrDrawOpAtlas.cpp | 60 int height, int plotWidth, int plotHeight, in Make() 209 int plotWidth, int plotHeight, GenerationCounter* generationCounter, in GrDrawOpAtlas() 692 int plotHeight = atlasDimensions.height() >= 2048 ? 512 : 256; in plotDimensions() local
|
| /third_party/flutter/skia/src/gpu/ |
| D | GrDrawOpAtlas.cpp | 39 int height, int plotWidth, int plotHeight, in Make() 189 int plotWidth, int plotHeight, AllowMultitexturing allowMultitexturing, in GrDrawOpAtlas() 707 int plotHeight = atlasDimensions.height() >= 1024 ? 512 : 256; in plotDimensions() local
|