Home
last modified time | relevance | path

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

/external/skia/src/utils/debugger/
DSkDrawCommand.cpp55 case kEndCommentGroup_OpType: return "EndCommentGroup"; in GetCommandString()
382 : INHERITED(kEndCommentGroup_OpType) { in SkEndCommentGroupCommand()
DSkDrawCommand.h45 kEndCommentGroup_OpType, enumerator
/external/skia/debugger/QT/
DSkDebuggerGUI.cpp785 SkDrawCommand::GetCommandString(SkDrawCommand::kEndCommentGroup_OpType))); in setupListWidget()