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

/external/skia/src/utils/debugger/
H A DSkDrawCommand.cpp441 SkDrawOvalCommand::SkDrawOvalCommand(const SkRect& oval, const SkPaint& paint) function in class:SkDrawOvalCommand
450 void SkDrawOvalCommand::execute(SkCanvas* canvas) {
454 bool SkDrawOvalCommand::render(SkCanvas* canvas) const {
H A DSkDrawCommand.h308 class SkDrawOvalCommand : public SkDrawCommand { class in inherits:SkDrawCommand
310 SkDrawOvalCommand(const SkRect& oval, const SkPaint& paint);
H A DSkDebugCanvas.cpp511 this->addDrawCommand(new SkDrawOvalCommand(oval, paint));
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.h308 class SkDrawOvalCommand : public SkDrawCommand { class in inherits:SkDrawCommand
310 SkDrawOvalCommand(const SkRect& oval, const SkPaint& paint);
H A DSkDrawCommand.cpp444 SkDrawOvalCommand::SkDrawOvalCommand(const SkRect& oval, const SkPaint& paint) function in class:SkDrawOvalCommand
453 void SkDrawOvalCommand::execute(SkCanvas* canvas) {
457 bool SkDrawOvalCommand::render(SkCanvas* canvas) const {
H A DSkDebugCanvas.cpp501 this->addDrawCommand(new SkDrawOvalCommand(oval, paint));

Completed in 3430 milliseconds