Lines Matching refs:addCommand
420 fCommands.addCommand(' ', "GUI", "Toggle Debug GUI", [this]() { in __anon2e493c4a0102()
425 fCommands.addCommand('/', "GUI", "Jump to slide picker", [this]() { in __anon2e493c4a0202()
431 fCommands.addCommand(skui::Key::kBack, "Backspace", "GUI", "Jump to slide picker", [this]() { in __anon2e493c4a0302()
436 fCommands.addCommand('g', "GUI", "Toggle GUI Demo", [this]() { in __anon2e493c4a0402()
440 fCommands.addCommand('z', "GUI", "Toggle zoom window", [this]() { in __anon2e493c4a0502()
444 fCommands.addCommand('Z', "GUI", "Toggle zoom window state", [this]() { in __anon2e493c4a0602()
448 fCommands.addCommand('v', "Swapchain", "Toggle vsync on/off", [this]() { in __anon2e493c4a0702()
455 fCommands.addCommand('V', "Swapchain", "Toggle delayed acquire on/off (Metal only)", [this]() { in __anon2e493c4a0802()
462 fCommands.addCommand('r', "Redraw", "Toggle redraw", [this]() { in __anon2e493c4a0902()
466 fCommands.addCommand('s', "Overlays", "Toggle stats display", [this]() { in __anon2e493c4a0a02()
470 fCommands.addCommand('0', "Overlays", "Reset stats", [this]() { in __anon2e493c4a0b02()
475 fCommands.addCommand('c', "Modes", "Cycle color mode", [this]() { in __anon2e493c4a0c02()
491 fCommands.addCommand('w', "Modes", "Toggle wireframe", [this]() { in __anon2e493c4a0d02()
497 fCommands.addCommand('w', "Modes", "Toggle reduced shaders", [this]() { in __anon2e493c4a0e02()
504 fCommands.addCommand(skui::Key::kRight, "Right", "Navigation", "Next slide", [this]() { in __anon2e493c4a0f02()
507 fCommands.addCommand(skui::Key::kLeft, "Left", "Navigation", "Previous slide", [this]() { in __anon2e493c4a1002()
510 fCommands.addCommand(skui::Key::kUp, "Up", "Transform", "Zoom in", [this]() { in __anon2e493c4a1102()
514 fCommands.addCommand(skui::Key::kDown, "Down", "Transform", "Zoom out", [this]() { in __anon2e493c4a1202()
518 fCommands.addCommand('d', "Modes", "Change rendering backend", [this]() { in __anon2e493c4a1302()
532 fCommands.addCommand('K', "IO", "Save slide to SKP", [this]() { in __anon2e493c4a1402()
536 fCommands.addCommand('&', "Overlays", "Show slide dimensios", [this]() { in __anon2e493c4a1502()
540 fCommands.addCommand('G', "Modes", "Geometry", [this]() { in __anon2e493c4a1602()
571 fCommands.addCommand('H', "Font", "Hinting mode", [this]() { in __anon2e493c4a1702()
595 fCommands.addCommand('A', "Paint", "Antialias Mode", [this]() { in __anon2e493c4a1802()
628 fCommands.addCommand('D', "Modes", "DFT", [this]() { in __anon2e493c4a1902()
637 fCommands.addCommand('L', "Font", "Subpixel Antialias Mode", [this]() { in __anon2e493c4a1a02()
658 fCommands.addCommand('S', "Font", "Subpixel Position Mode", [this]() { in __anon2e493c4a1b02()
672 fCommands.addCommand('B', "Font", "Baseline Snapping", [this]() { in __anon2e493c4a1c02()
686 fCommands.addCommand('p', "Transform", "Toggle Perspective Mode", [this]() { in __anon2e493c4a1d02()
692 fCommands.addCommand('P', "Transform", "Toggle Perspective", [this]() { in __anon2e493c4a1e02()
698 fCommands.addCommand('a', "Transform", "Toggle Animation", [this]() { in __anon2e493c4a1f02()
701 fCommands.addCommand('u', "GUI", "Zoom UI", [this]() { in __anon2e493c4a2002()
706 fCommands.addCommand('$', "ViaSerialize", "Toggle ViaSerialize", [this]() { in __anon2e493c4a2102()
711 fCommands.addCommand('!', "SkVM", "Toggle SkVM blitter", [this]() { in __anon2e493c4a2202()
716 fCommands.addCommand('@', "SkVM", "Toggle SkVM JIT", [this]() { in __anon2e493c4a2302()