Home
last modified time | relevance | path

Searched refs:kRestore_OpType (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/tools/mdbviz/
DModel.cpp78 return DrawCommand::kRestore_OpType == type || DrawCommand::kEndDrawPicture_OpType == type; in isHierarchyPop()
/third_party/skia/tools/debugger/
DDrawCommand.h66 kRestore_OpType, enumerator
DDrawCommand.cpp244 case kRestore_OpType: return "Restore"; in GetCommandString()
1985 RestoreCommand::RestoreCommand() : INHERITED(kRestore_OpType) {} in RestoreCommand()