Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/debugger/
H A DDrawCommand.cpp238 case kDrawPaint_OpType: return "DrawPaint"; in GetCommandString()
1538 DrawPaintCommand::DrawPaintCommand(const SkPaint& paint) : INHERITED(kDrawPaint_OpType) { in DrawPaintCommand()
1556 DrawBehindCommand::DrawBehindCommand(const SkPaint& paint) : INHERITED(kDrawPaint_OpType) { in DrawBehindCommand()
H A DDrawCommand.h51 kDrawPaint_OpType, enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/debugger/
H A DDrawCommand.cpp230 case kDrawPaint_OpType: return "DrawPaint"; in GetCommandString()
1461 DrawPaintCommand::DrawPaintCommand(const SkPaint& paint) : INHERITED(kDrawPaint_OpType) { in DrawPaintCommand()
1479 DrawBehindCommand::DrawBehindCommand(const SkPaint& paint) : INHERITED(kDrawPaint_OpType) { in DrawBehindCommand()
H A DDrawCommand.h50 kDrawPaint_OpType, enumerator