Lines Matching refs:fCommands
414 fCommands.attach(fWindow);
420 fCommands.addCommand(' ', "GUI", "Toggle Debug GUI", [this]() { in __anon676b653e0102()
425 fCommands.addCommand('/', "GUI", "Jump to slide picker", [this]() { in __anon676b653e0202()
431 fCommands.addCommand(skui::Key::kBack, "Backspace", "GUI", "Jump to slide picker", [this]() { in __anon676b653e0302()
436 fCommands.addCommand('g', "GUI", "Toggle GUI Demo", [this]() { in __anon676b653e0402()
440 fCommands.addCommand('z', "GUI", "Toggle zoom window", [this]() { in __anon676b653e0502()
444 fCommands.addCommand('Z', "GUI", "Toggle zoom window state", [this]() { in __anon676b653e0602()
448 fCommands.addCommand('v', "Swapchain", "Toggle vsync on/off", [this]() { in __anon676b653e0702()
455 fCommands.addCommand('V', "Swapchain", "Toggle delayed acquire on/off (Metal only)", [this]() { in __anon676b653e0802()
462 fCommands.addCommand('r', "Redraw", "Toggle redraw", [this]() { in __anon676b653e0902()
466 fCommands.addCommand('s', "Overlays", "Toggle stats display", [this]() { in __anon676b653e0a02()
470 fCommands.addCommand('0', "Overlays", "Reset stats", [this]() { in __anon676b653e0b02()
475 fCommands.addCommand('c', "Modes", "Cycle color mode", [this]() { in __anon676b653e0c02()
491 fCommands.addCommand('w', "Modes", "Toggle wireframe", [this]() { in __anon676b653e0d02()
497 fCommands.addCommand('w', "Modes", "Toggle reduced shaders", [this]() { in __anon676b653e0e02()
504 fCommands.addCommand(skui::Key::kRight, "Right", "Navigation", "Next slide", [this]() { in __anon676b653e0f02()
507 fCommands.addCommand(skui::Key::kLeft, "Left", "Navigation", "Previous slide", [this]() { in __anon676b653e1002()
510 fCommands.addCommand(skui::Key::kUp, "Up", "Transform", "Zoom in", [this]() { in __anon676b653e1102()
514 fCommands.addCommand(skui::Key::kDown, "Down", "Transform", "Zoom out", [this]() { in __anon676b653e1202()
518 fCommands.addCommand('d', "Modes", "Change rendering backend", [this]() { in __anon676b653e1302()
532 fCommands.addCommand('K', "IO", "Save slide to SKP", [this]() { in __anon676b653e1402()
536 fCommands.addCommand('&', "Overlays", "Show slide dimensios", [this]() { in __anon676b653e1502()
540 fCommands.addCommand('G', "Modes", "Geometry", [this]() { in __anon676b653e1602()
571 fCommands.addCommand('H', "Font", "Hinting mode", [this]() { in __anon676b653e1702()
595 fCommands.addCommand('A', "Paint", "Antialias Mode", [this]() { in __anon676b653e1802()
628 fCommands.addCommand('D', "Modes", "DFT", [this]() { in __anon676b653e1902()
637 fCommands.addCommand('L', "Font", "Subpixel Antialias Mode", [this]() { in __anon676b653e1a02()
658 fCommands.addCommand('S', "Font", "Subpixel Position Mode", [this]() { in __anon676b653e1b02()
672 fCommands.addCommand('B', "Font", "Baseline Snapping", [this]() { in __anon676b653e1c02()
686 fCommands.addCommand('p', "Transform", "Toggle Perspective Mode", [this]() { in __anon676b653e1d02()
692 fCommands.addCommand('P', "Transform", "Toggle Perspective", [this]() { in __anon676b653e1e02()
698 fCommands.addCommand('a', "Transform", "Toggle Animation", [this]() { in __anon676b653e1f02()
701 fCommands.addCommand('u', "GUI", "Zoom UI", [this]() { in __anon676b653e2002()
706 fCommands.addCommand('$', "ViaSerialize", "Toggle ViaSerialize", [this]() { in __anon676b653e2102()
711 fCommands.addCommand('!', "SkVM", "Toggle SkVM blitter", [this]() { in __anon676b653e2202()
716 fCommands.addCommand('@', "SkVM", "Toggle SkVM JIT", [this]() { in __anon676b653e2302()
1260 fCommands.attach(fWindow); in setBackend()
1632 fCommands.drawHelp(surface->getCanvas()); in onPaint()
2966 for (const auto& softkey : fCommands.getCommandsAsSoftkeys()) { in updateUIState()
3036 fCommands.onSoftkey(stateValue); in onUIStateChanged()
3049 return fCommands.onKey(key, state, modifiers); in onKey()
3057 return fCommands.onChar(c, modifiers); in onChar()