Searched refs:SkDrawPathCommand (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/utils/debugger/
H A DSkDrawCommand.cpp487 SkDrawPathCommand::SkDrawPathCommand(const SkPath& path, const SkPaint& paint) function in class:SkDrawPathCommand
496 void SkDrawPathCommand::execute(SkCanvas* canvas) {
500 bool SkDrawPathCommand::render(SkCanvas* canvas) const {
H A DSkDrawCommand.h331 class SkDrawPathCommand : public SkDrawCommand { class in inherits:SkDrawCommand
333 SkDrawPathCommand(const SkPath& path, const SkPaint& paint);
H A DSkDebugCanvas.cpp519 this->addDrawCommand(new SkDrawPathCommand(path, paint));
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.h331 class SkDrawPathCommand : public SkDrawCommand { class in inherits:SkDrawCommand
333 SkDrawPathCommand(const SkPath& path, const SkPaint& paint);
H A DSkDrawCommand.cpp490 SkDrawPathCommand::SkDrawPathCommand(const SkPath& path, const SkPaint& paint) function in class:SkDrawPathCommand
499 void SkDrawPathCommand::execute(SkCanvas* canvas) {
503 bool SkDrawPathCommand::render(SkCanvas* canvas) const {
H A DSkDebugCanvas.cpp509 this->addDrawCommand(new SkDrawPathCommand(path, paint));

Completed in 137 milliseconds