Searched refs:WriteStateObject (Results 1 – 2 of 2) sorted by relevance
| /third_party/flutter/skia/tools/viewer/ |
| D | Viewer.cpp | 2190 static void WriteStateObject(SkJSONWriter& writer, const char* name, const char* value, in WriteStateObject() function 2220 WriteStateObject(writer, kSlideStateName, fSlides[fCurrentSlide]->getName().c_str(), in updateUIState() 2228 WriteStateObject(writer, kBackendStateName, kBackendTypeStrings[fBackendType], in updateUIState() 2237 WriteStateObject(writer, kMSAAStateName, countString.c_str(), in updateUIState() 2252 WriteStateObject(writer, kPathRendererStateName, gPathRendererNames[pr].c_str(), in updateUIState() 2280 WriteStateObject(writer, kSoftkeyStateName, kSoftkeyHint, in updateUIState()
|
| /third_party/skia/tools/viewer/ |
| D | Viewer.cpp | 2872 static void WriteStateObject(SkJSONWriter& writer, const char* name, const char* value, in WriteStateObject() function 2902 WriteStateObject(writer, kSlideStateName, fSlides[fCurrentSlide]->getName().c_str(), in updateUIState() 2910 WriteStateObject(writer, kBackendStateName, kBackendTypeStrings[fBackendType], in updateUIState() 2919 WriteStateObject(writer, kMSAAStateName, countString.c_str(), in updateUIState() 2934 WriteStateObject(writer, kPathRendererStateName, gPathRendererNames[pr].c_str(), in updateUIState() 2963 WriteStateObject(writer, kSoftkeyStateName, kSoftkeyHint, in updateUIState()
|