Searched refs:commandIndex (Results 1 – 2 of 2) sorted by relevance
70 void SkDrawCommandGeometryWidget::setDrawCommandIndex(int commandIndex) { in setDrawCommandIndex() argument71 fCommandIndex = commandIndex; in setDrawCommandIndex()
254 int commandIndex = ParseCommand(kNumCommandForms, g_CommandForms, commandStringUpper, in ParseArchiveCommand() local256 if (commandIndex < 0) in ParseArchiveCommand()258 command.CommandType = (NCommandType::EEnum)commandIndex; in ParseArchiveCommand()