Home
last modified time | relevance | path

Searched refs:WriteStateObject (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/tools/viewer/
DViewer.cpp2190 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/
DViewer.cpp2872 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()