Home
last modified time | relevance | path

Searched refs:kDrawArc_OpType (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tools/debugger/
DDrawCommand.h50 kDrawArc_OpType, enumerator
DDrawCommand.cpp231 case kDrawArc_OpType: return "DrawArc"; in GetCommandString()
1423 : INHERITED(kDrawArc_OpType) { in DrawArcCommand()