Lines Matching refs:GetCommandString
177 const char* SkDrawCommand::GetCommandString(OpType type) {220 return SkString(GetCommandString(fOpType));225 result[SKDEBUGCANVAS_ATTRIBUTE_COMMAND] = this->GetCommandString(fOpType);261 #define INSTALL_FACTORY(name) factories.set(SkString(GetCommandString(k ## name ##_OpType)), \