Home
last modified time | relevance | path

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

/third_party/skia/tools/debugger/
DDrawCommand.cpp228 case kDrawPaint_OpType: return "DrawPaint"; in GetCommandString()
1462 DrawPaintCommand::DrawPaintCommand(const SkPaint& paint) : INHERITED(kDrawPaint_OpType) { in DrawPaintCommand()
1480 DrawBehindCommand::DrawBehindCommand(const SkPaint& paint) : INHERITED(kDrawPaint_OpType) { in DrawBehindCommand()
DDrawCommand.h51 kDrawPaint_OpType, enumerator