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

  /external/skia/tools/debugger/
SkDrawCommand.h 67 return GetCommandString(fOpType);
99 OpType getType() const { return fOpType; }
119 OpType fOpType;
SkDrawCommand.cpp 169 : fOpType(type)
220 return SkString(GetCommandString(fOpType));
225 result[SKDEBUGCANVAS_ATTRIBUTE_COMMAND] = this->GetCommandString(fOpType);
    [all...]

Completed in 80 milliseconds