Home | History | Annotate | Download | only in QT

Lines Matching defs:command

166     // In order to profile we pass the command offsets (that were read-in
405 /* TODO(chudy): Add command type before parameters. Rename v
426 void SkDebuggerGUI::selectCommand(int command) {
428 fListWidget.setCurrentRow(command);
495 fActionDelete.setText("Delete Command");
601 fViewStateLayout.addRow("Command HitBox", &fCommandHitBox);
607 fViewStateLayout.addRow("Current Command", &fCurrentCommandBox);
616 fDrawCommandGeometryWidget.setToolTip("Current Command Geometry");
796 SkDrawCommand* command = fDebugger.getDrawCommandAt(i);
797 SkString commandString = command->toString();