HomeSort by relevance Sort by last modified time
    Searched refs:skRTConfRegistry (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkGraphics.cpp 55 skRTConfRegistry().possiblyDumpFile();
56 skRTConfRegistry().validate();
57 if (skRTConfRegistry().hasNonDefault()) {
59 skRTConfRegistry().printNonDefault();
  /external/skia/src/core/
SkGraphics.cpp 55 skRTConfRegistry().possiblyDumpFile();
56 skRTConfRegistry().validate();
57 if (skRTConfRegistry().hasNonDefault()) {
59 skRTConfRegistry().printNonDefault();
  /external/chromium_org/third_party/skia/include/utils/
SkRTConf.h 56 skRTConfRegistry().set(confname, value, true)
61 skRTConfRegistry().set(confname, value, false)
68 /** \class SkRTConfRegistry
74 class SkRTConfRegistry {
76 SkRTConfRegistry();
77 ~SkRTConfRegistry();
100 friend bool test_rt_conf_parse(SkRTConfRegistry*, const char* name, T* value);
105 SkRTConfRegistry &skRTConfRegistry();
115 if (skRTConfRegistry().parse(fName.c_str(), &value))
    [all...]
  /external/skia/include/utils/
SkRTConf.h 56 skRTConfRegistry().set(confname, value, true)
61 skRTConfRegistry().set(confname, value, false)
68 /** \class SkRTConfRegistry
74 class SkRTConfRegistry {
76 SkRTConfRegistry();
77 ~SkRTConfRegistry();
100 SkRTConfRegistry(bool);
106 SkRTConfRegistry &skRTConfRegistry();
116 if (skRTConfRegistry().parse(fName.c_str(), &value))
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkRTConf.cpp 11 SkRTConfRegistry::SkRTConfRegistry(): fConfs(100) {
56 SkRTConfRegistry::~SkRTConfRegistry() {
70 const char *SkRTConfRegistry::configFileLocation() const {
76 void SkRTConfRegistry::possiblyDumpFile() const {
91 void SkRTConfRegistry::validate() const {
99 void SkRTConfRegistry::printAll(const char *fname) const {
122 bool SkRTConfRegistry::hasNonDefault() const {
133 void SkRTConfRegistry::printNonDefault(const char *fname) const
    [all...]
  /external/skia/src/utils/
SkRTConf.cpp 11 SkRTConfRegistry::SkRTConfRegistry(): fConfs(100) {
56 SkRTConfRegistry::~SkRTConfRegistry() {
70 const char *SkRTConfRegistry::configFileLocation() const {
76 void SkRTConfRegistry::possiblyDumpFile() const {
91 void SkRTConfRegistry::validate() const {
99 void SkRTConfRegistry::printAll(const char *fname) const {
122 bool SkRTConfRegistry::hasNonDefault() const {
133 void SkRTConfRegistry::printNonDefault(const char *fname) const
    [all...]

Completed in 131 milliseconds