Lines Matching refs:addCommand
267 fCommands.addCommand(' ', "GUI", "Toggle Debug GUI", [this]() { in __anon8fe7f6b50102()
272 fCommands.addCommand('/', "GUI", "Jump to slide picker", [this]() { in __anon8fe7f6b50202()
278 fCommands.addCommand(Window::Key::kBack, "Backspace", "GUI", "Jump to slide picker", [this]() { in __anon8fe7f6b50302()
283 fCommands.addCommand('g', "GUI", "Toggle GUI Demo", [this]() { in __anon8fe7f6b50402()
287 fCommands.addCommand('z', "GUI", "Toggle zoom window", [this]() { in __anon8fe7f6b50502()
291 fCommands.addCommand('Z', "GUI", "Toggle zoom window state", [this]() { in __anon8fe7f6b50602()
295 fCommands.addCommand('s', "Overlays", "Toggle stats display", [this]() { in __anon8fe7f6b50702()
299 fCommands.addCommand('0', "Overlays", "Reset stats", [this]() { in __anon8fe7f6b50802()
304 fCommands.addCommand('c', "Modes", "Cycle color mode", [this]() { in __anon8fe7f6b50902()
317 fCommands.addCommand(Window::Key::kRight, "Right", "Navigation", "Next slide", [this]() { in __anon8fe7f6b50a02()
320 fCommands.addCommand(Window::Key::kLeft, "Left", "Navigation", "Previous slide", [this]() { in __anon8fe7f6b50b02()
323 fCommands.addCommand(Window::Key::kUp, "Up", "Transform", "Zoom in", [this]() { in __anon8fe7f6b50c02()
327 fCommands.addCommand(Window::Key::kDown, "Down", "Transform", "Zoom out", [this]() { in __anon8fe7f6b50d02()
331 fCommands.addCommand('d', "Modes", "Change rendering backend", [this]() { in __anon8fe7f6b50e02()
345 fCommands.addCommand('K', "IO", "Save slide to SKP", [this]() { in __anon8fe7f6b50f02()
349 fCommands.addCommand('G', "Modes", "Geometry", [this]() { in __anon8fe7f6b51002()
379 fCommands.addCommand('H', "Font", "Hinting mode", [this]() { in __anon8fe7f6b51102()
403 fCommands.addCommand('A', "Paint", "Antialias Mode", [this]() { in __anon8fe7f6b51202()
453 fCommands.addCommand('D', "Modes", "DFT", [this]() { in __anon8fe7f6b51302()
462 fCommands.addCommand('L', "Font", "Subpixel Antialias Mode", [this]() { in __anon8fe7f6b51402()
483 fCommands.addCommand('S', "Font", "Subpixel Position Mode", [this]() { in __anon8fe7f6b51502()
497 fCommands.addCommand('p', "Transform", "Toggle Perspective Mode", [this]() { in __anon8fe7f6b51602()
503 fCommands.addCommand('P', "Transform", "Toggle Perspective", [this]() { in __anon8fe7f6b51702()
509 fCommands.addCommand('a', "Transform", "Toggle Animation", [this]() { in __anon8fe7f6b51802()
512 fCommands.addCommand('u', "GUI", "Zoom UI", [this]() { in __anon8fe7f6b51902()