Lines Matching refs:addCommand

246     fCommands.addCommand(' ', "GUI", "Toggle Debug GUI", [this]() {  in __anon567afbe30102()
251 fCommands.addCommand('/', "GUI", "Jump to slide picker", [this]() { in __anon567afbe30202()
257 fCommands.addCommand(Window::Key::kBack, "Backspace", "GUI", "Jump to slide picker", [this]() { in __anon567afbe30302()
262 fCommands.addCommand('g', "GUI", "Toggle GUI Demo", [this]() { in __anon567afbe30402()
266 fCommands.addCommand('z', "GUI", "Toggle zoom window", [this]() { in __anon567afbe30502()
270 fCommands.addCommand('Z', "GUI", "Toggle zoom window state", [this]() { in __anon567afbe30602()
274 fCommands.addCommand('s', "Overlays", "Toggle stats display", [this]() { in __anon567afbe30702()
278 fCommands.addCommand('0', "Overlays", "Reset stats", [this]() { in __anon567afbe30802()
283 fCommands.addCommand('c', "Modes", "Cycle color mode", [this]() { in __anon567afbe30902()
296 fCommands.addCommand(Window::Key::kRight, "Right", "Navigation", "Next slide", [this]() { in __anon567afbe30a02()
299 fCommands.addCommand(Window::Key::kLeft, "Left", "Navigation", "Previous slide", [this]() { in __anon567afbe30b02()
302 fCommands.addCommand(Window::Key::kUp, "Up", "Transform", "Zoom in", [this]() { in __anon567afbe30c02()
306 fCommands.addCommand(Window::Key::kDown, "Down", "Transform", "Zoom out", [this]() { in __anon567afbe30d02()
310 fCommands.addCommand('d', "Modes", "Change rendering backend", [this]() { in __anon567afbe30e02()
324 fCommands.addCommand('K', "IO", "Save slide to SKP", [this]() { in __anon567afbe30f02()
328 fCommands.addCommand('G', "Modes", "Geometry", [this]() { in __anon567afbe31002()
358 fCommands.addCommand('H', "Font", "Hinting mode", [this]() { in __anon567afbe31102()
382 fCommands.addCommand('A', "Paint", "Antialias Mode", [this]() { in __anon567afbe31202()
432 fCommands.addCommand('D', "Modes", "DFT", [this]() { in __anon567afbe31302()
441 fCommands.addCommand('L', "Font", "Subpixel Antialias Mode", [this]() { in __anon567afbe31402()
462 fCommands.addCommand('S', "Font", "Subpixel Position Mode", [this]() { in __anon567afbe31502()
476 fCommands.addCommand('p', "Transform", "Toggle Perspective Mode", [this]() { in __anon567afbe31602()
482 fCommands.addCommand('P', "Transform", "Toggle Perspective", [this]() { in __anon567afbe31702()
488 fCommands.addCommand('a', "Transform", "Toggle Animation", [this]() { in __anon567afbe31802()
491 fCommands.addCommand('u', "GUI", "Zoom UI", [this]() { in __anon567afbe31902()