Searched refs:CommandSet (Results 1 – 4 of 4) sorted by relevance
/external/skia/tools/viewer/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(Window::Key key, Window::InputState state, uint32_t modifiers) { in onKey() 50 bool CommandSet::onChar(SkUnichar c, uint32_t 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(Window::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();
|
/external/skia/tools/viewer/ |
D | Viewer.h | 94 sk_app::CommandSet fCommands;
|
/external/skia/ |
D | BUILD.gn | 1406 "tools/viewer/sk_app/CommandSet.cpp",
|