Home
last modified time | relevance | path

Searched refs:kEndDrawPicture_OpType (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/tools/mdbviz/
DModel.cpp78 return DrawCommand::kRestore_OpType == type || DrawCommand::kEndDrawPicture_OpType == type; in isHierarchyPop()
/third_party/flutter/skia/tools/mdbviz/
DModel.cpp78 return DrawCommand::kRestore_OpType == type || DrawCommand::kEndDrawPicture_OpType == type; in isHierarchyPop()
/third_party/flutter/skia/tools/debugger/
DDrawCommand.h62 kEndDrawPicture_OpType, enumerator
DDrawCommand.cpp243 case kEndDrawPicture_OpType: return "EndDrawPicture"; in GetCommandString()
1676 : INHERITED(kEndDrawPicture_OpType), fRestore(restore) {} in EndDrawPictureCommand()
/third_party/skia/tools/debugger/
DDrawCommand.h65 kEndDrawPicture_OpType, enumerator
DDrawCommand.cpp243 case kEndDrawPicture_OpType: return "EndDrawPicture"; in GetCommandString()
1581 : INHERITED(kEndDrawPicture_OpType), fRestore(restore) {} in EndDrawPictureCommand()