HomeSort by relevance Sort by last modified time
    Searched refs:fOpType (Results 1 - 4 of 4) sorted by null

  /external/skia/tools/debugger/
SkDrawCommand.h 78 return GetCommandString(fOpType);
110 OpType getType() const { return fOpType; }
149 OpType fOpType;
SkDrawCommand.cpp 206 : fOpType(type)
260 return SkString(GetCommandString(fOpType));
265 result[SKDEBUGCANVAS_ATTRIBUTE_COMMAND] = this->GetCommandString(fOpType);
    [all...]
  /external/skqp/tools/debugger/
SkDrawCommand.h 78 return GetCommandString(fOpType);
110 OpType getType() const { return fOpType; }
149 OpType fOpType;
SkDrawCommand.cpp 206 : fOpType(type)
260 return SkString(GetCommandString(fOpType));
265 result[SKDEBUGCANVAS_ATTRIBUTE_COMMAND] = this->GetCommandString(fOpType);
    [all...]

Completed in 81 milliseconds