HomeSort by relevance Sort by last modified time
    Searched defs:GetCommandString (Results 1 - 2 of 2) sorted by null

  /external/skia/tools/debugger/
SkDrawCommand.cpp 214 const char* SkDrawCommand::GetCommandString(OpType type) {
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)), \
    [all...]
  /external/skqp/tools/debugger/
SkDrawCommand.cpp 214 const char* SkDrawCommand::GetCommandString(OpType type) {
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)), \
    [all...]

Completed in 110 milliseconds