Home
last modified time | relevance | path

Searched refs:getCommandsAsSoftkeys (Results 1 – 6 of 6) sorted by relevance

/external/skia/tools/sk_app/
DCommandSet.h55 std::vector<SkString> getCommandsAsSoftkeys() const;
DCommandSet.cpp161 std::vector<SkString> CommandSet::getCommandsAsSoftkeys() const { in getCommandsAsSoftkeys() function in sk_app::CommandSet
/external/skqp/tools/sk_app/
DCommandSet.h55 std::vector<SkString> getCommandsAsSoftkeys() const;
DCommandSet.cpp161 std::vector<SkString> CommandSet::getCommandsAsSoftkeys() const { in getCommandsAsSoftkeys() function in sk_app::CommandSet
/external/skia/tools/viewer/
DViewer.cpp2088 for (const auto& softkey : fCommands.getCommandsAsSoftkeys()) { in updateUIState()
/external/skqp/tools/viewer/
DViewer.cpp2102 for (const auto& softkey : fCommands.getCommandsAsSoftkeys()) { in updateUIState()