Searched refs:GetCommandString (Results 1 – 9 of 9) sorted by relevance
65 return SkDrawCommand::GetCommandString(fOps[index]->getType()); in getOpName()
65 return DrawCommand::GetCommandString(fOps[index]->getType()); in getOpName()
22 const char *GetCommandString(CommandID id) in GetCommandString() function557 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()
646 SkDebugf("%16s, ", SkDrawCommand::GetCommandString(expected[i])); in print()652 SkDebugf("%s\n", SkDrawCommand::GetCommandString(actual[i])); in print()
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()
92 static const char* GetCommandString(OpType type);
211 const char* DrawCommand::GetCommandString(OpType type) { in GetCommandString() function in DrawCommand262 writer.appendString(DEBUGCANVAS_ATTRIBUTE_COMMAND, this->GetCommandString(fOpType)); in toJSON()