Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGraphics.cpp53 skRTConfRegistry().possiblyDumpFile(); in Init()
54 skRTConfRegistry().validate(); in Init()
55 if (skRTConfRegistry().hasNonDefault()) { in Init()
57 skRTConfRegistry().printNonDefault(); in Init()
/external/skia/include/utils/
DSkRTConf.h55 skRTConfRegistry().set(confname, value, true)
60 skRTConfRegistry().set(confname, value, false)
104 SkRTConfRegistry &skRTConfRegistry();
114 if (skRTConfRegistry().parse(fName.c_str(), &value)) { in SkRTConf()
117 skRTConfRegistry().registerConf(this); in SkRTConf()
/external/skia/src/utils/
DSkRTConf.cpp322 SkRTConfRegistry &skRTConfRegistry() { in skRTConfRegistry() function
/external/skia/site/dev/runtime/
Dindex.md149 `skRTConfRegistry().possiblyDumpFile(); ` or simply use `SkAutoGraphics