Searched refs:plotOldThreshold (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/src/gpu/text/ |
D | GrAtlasManager.cpp | 16 int plotOldThreshold) in GrAtlasManager() argument 22 , fPlotOldThreshold(plotOldThreshold)
|
D | GrAtlasManager.h | 29 … size_t maxTextureBytes, GrDrawOpAtlas::AllowMultitexturing, int plotOldThreshold);
|
/third_party/flutter/skia/src/gpu/ |
D | GrDrawOpAtlas.cpp | 42 int plotOldThreshold, in Make() argument 50 … allowMultitexturing, atlasPageNum, plotOldThreshold)); in Make() 190 int atlasPageNum, int plotOldThreshold) in GrDrawOpAtlas() argument 201 , fPlotOldThreshold(plotOldThreshold) { in GrDrawOpAtlas()
|
D | GrDrawOpAtlas.h | 101 int plotOldThreshold, 253 … AllowMultitexturing allowMultitexturing, int atlasPageCount, int plotOldThreshold);
|