Home
last modified time | relevance | path

Searched refs:fAllowMultipleGlyphCacheTextures (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/include/gpu/
DGrContextOptions.h140 Enable fAllowMultipleGlyphCacheTextures = Enable::kDefault; member
/third_party/skia/include/gpu/
DGrContextOptions.h178 Enable fAllowMultipleGlyphCacheTextures = Enable::kDefault; member
/third_party/flutter/skia/gm/
Dfontregen.cpp53 options->fAllowMultipleGlyphCacheTextures = GrContextOptions::Enable::kNo; in modifyGrContextOptions()
Dfontcache.cpp47 options->fAllowMultipleGlyphCacheTextures = fAllowMultipleTextures; in modifyGrContextOptions()
/third_party/skia/gm/
Dfontcache.cpp45 options->fAllowMultipleGlyphCacheTextures = fAllowMultipleTextures; in modifyGrContextOptions()
Dfontregen.cpp53 options->fAllowMultipleGlyphCacheTextures = GrContextOptions::Enable::kNo; in modifyGrContextOptions()
/third_party/flutter/skia/src/atlastext/
DSkInternalAtlasTextContext.cpp31 options.fAllowMultipleGlyphCacheTextures = GrContextOptions::Enable::kNo; in SkInternalAtlasTextContext()
/third_party/flutter/skia/src/gpu/
DGrLegacyDirectContext.cpp97 if (GrContextOptions::Enable::kNo == this->options().fAllowMultipleGlyphCacheTextures || in init()
/third_party/skia/src/gpu/
DGrDirectContext.cpp255 if (GrContextOptions::Enable::kNo == this->options().fAllowMultipleGlyphCacheTextures || in init()