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

  /external/skia/src/utils/debugger/
SkDrawCommand.h 64 return GetCommandString(fOpType);
96 OpType getType() const { return fOpType; }
106 OpType fOpType;
SkDrawCommand.cpp 18 : fOpType(type)
71 return SkString(GetCommandString(fOpType));

Completed in 43 milliseconds