Home
last modified time | relevance | path

Searched refs:plotOldThreshold (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/text/
DGrAtlasManager.cpp16 int plotOldThreshold) in GrAtlasManager() argument
22 , fPlotOldThreshold(plotOldThreshold)
DGrAtlasManager.h29 … size_t maxTextureBytes, GrDrawOpAtlas::AllowMultitexturing, int plotOldThreshold);
/third_party/flutter/skia/src/gpu/
DGrDrawOpAtlas.cpp42 int plotOldThreshold, in Make() argument
50 … allowMultitexturing, atlasPageNum, plotOldThreshold)); in Make()
190 int atlasPageNum, int plotOldThreshold) in GrDrawOpAtlas() argument
201 , fPlotOldThreshold(plotOldThreshold) { in GrDrawOpAtlas()
DGrDrawOpAtlas.h101 int plotOldThreshold,
253 … AllowMultitexturing allowMultitexturing, int atlasPageCount, int plotOldThreshold);