Searched refs:GetCommandString (Results 1 – 15 of 15) sorted by relevance
65 return DrawCommand::GetCommandString(fOps[index]->getType()); in getOpName()
65 return SkDrawCommand::GetCommandString(fOps[index]->getType()); in getOpName()
445 args.GetCommandString(cmd_line); in DoExecute()504 args.GetCommandString(cmd_line); in DoExecute()557 args.GetCommandString(cmd_line); in DoExecute()602 args.GetCommandString(cmd_line); in DoExecute()694 args.GetCommandString(cmd_line); in DoExecute()
132 command.GetCommandString(cmd_string); in DoExecute()
566 args.GetCommandString(args_string); in HandleAliasingNormalCommand()
2161 current_command_args.GetCommandString(m_repeat_command); in GetRepeatCommand()
110 bool GetCommandString(std::string &command) const;
646 SkDebugf("%16s, ", SkDrawCommand::GetCommandString(expected[i])); in print()652 SkDebugf("%s\n", SkDrawCommand::GetCommandString(actual[i])); in print()
23 const char *GetCommandString(CommandID id) in GetCommandString() function625 result << GetCommandString(currentCommand->id) << separator; in dumpCommands()
646 SkDebugf("%16s, ", DrawCommand::GetCommandString(expected[i])); in print()652 SkDebugf("%s\n", DrawCommand::GetCommandString(actual[i])); in print()
212 bool Args::GetCommandString(std::string &command) const { in GetCommandString() function in Args
92 static const char* GetCommandString(OpType type);
213 const char* DrawCommand::GetCommandString(OpType type) { in GetCommandString() function in DrawCommand263 writer.appendString(DEBUGCANVAS_ATTRIBUTE_COMMAND, this->GetCommandString(fOpType)); in toJSON()
93 static const char* GetCommandString(OpType type);
211 const char* SkDrawCommand::GetCommandString(OpType type) { in GetCommandString() function in SkDrawCommand260 writer.appendString(SKDEBUGCANVAS_ATTRIBUTE_COMMAND, this->GetCommandString(fOpType)); in toJSON()