Searched refs:CommandSet (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/tools/sk_app/ |
D | CommandSet.cpp | 15 CommandSet::CommandSet() in CommandSet() function in sk_app::CommandSet 33 void CommandSet::attach(Window* window) { in attach() 37 bool CommandSet::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() 50 bool CommandSet::onChar(SkUnichar c, skui::ModifierKey modifiers) { in onChar() 61 bool CommandSet::onSoftkey(const SkString& softkey) { in onSoftkey() 71 void CommandSet::addCommand(SkUnichar c, const char* group, const char* description, in addCommand() 76 void CommandSet::addCommand(skui::Key k, const char* keyName, const char* group, in addCommand() 87 bool CommandSet::compareCommandKey(const Command& first, const Command& second) { in compareCommandKey() 91 bool CommandSet::compareCommandGroup(const Command& first, const Command& second) { in compareCommandGroup() 95 void CommandSet::drawHelp(SkCanvas* canvas) { in drawHelp() [all …]
|
D | CommandSet.h | 39 class CommandSet { 41 CommandSet();
|
/third_party/skia/tools/viewer/ |
D | Viewer.h | 211 sk_app::CommandSet fCommands;
|
/third_party/skia/ |
D | BUILD.gn | 3236 "tools/sk_app/CommandSet.cpp", 3237 "tools/sk_app/CommandSet.h",
|