Searched refs:GetCommandString (Results 1 – 3 of 3) sorted by relevance
23 const char *GetCommandString(CommandID id) in GetCommandString() function824 result << GetCommandString(currentCommand->id) << separator; in dumpCommands()
118 static const char* GetCommandString(OpType type);
232 const char* DrawCommand::GetCommandString(OpType type) { in GetCommandString() function in DrawCommand283 writer.appendCString(DEBUGCANVAS_ATTRIBUTE_COMMAND, this->GetCommandString(fOpType)); in toJSON()