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

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

Completed in 107 milliseconds