Searched refs:GetCommandString (Results 1 – 5 of 5) sorted by relevance
65 return DrawCommand::GetCommandString(fOps[index]->getType()); in getOpName()
646 SkDebugf("%16s, ", DrawCommand::GetCommandString(expected[i])); in print()652 SkDebugf("%s\n", DrawCommand::GetCommandString(actual[i])); in print()
23 const char *GetCommandString(CommandID id) in GetCommandString() function619 result << GetCommandString(currentCommand->id) << separator; in dumpCommands()
93 static const char* GetCommandString(OpType type);
208 const char* DrawCommand::GetCommandString(OpType type) { in GetCommandString() function in DrawCommand259 writer.appendString(DEBUGCANVAS_ATTRIBUTE_COMMAND, this->GetCommandString(fOpType)); in toJSON()