Searched defs:GetCommandString (Results 1 - 2 of 2) sorted by relevance

/external/skia/tools/debugger/
H A DSkDrawCommand.cpp214 const char* SkDrawCommand::GetCommandString(OpType type) { function in class:SkDrawCommand
260 return SkString(GetCommandString(fOpType));
265 result[SKDEBUGCANVAS_ATTRIBUTE_COMMAND] = this->GetCommandString(fOpType);
270 #define INSTALL_FACTORY(name) factories.set(SkString(GetCommandString(k ## name ##_OpType)), \
/external/skqp/tools/debugger/
H A DSkDrawCommand.cpp214 const char* SkDrawCommand::GetCommandString(OpType type) { function in class:SkDrawCommand
260 return SkString(GetCommandString(fOpType));
265 result[SKDEBUGCANVAS_ATTRIBUTE_COMMAND] = this->GetCommandString(fOpType);
270 #define INSTALL_FACTORY(name) factories.set(SkString(GetCommandString(k ## name ##_OpType)), \

Completed in 185 milliseconds