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

/external/skia/src/utils/debugger/
H A DSkDrawCommand.cpp947 SkPushCullCommand::SkPushCullCommand(const SkRect& cullRect) function in class:SkPushCullCommand
953 void SkPushCullCommand::execute(SkCanvas* canvas) {
957 void SkPushCullCommand::vizExecute(SkCanvas* canvas) {
H A DSkDrawCommand.h610 class SkPushCullCommand : public SkDrawCommand { class in inherits:SkDrawCommand
612 SkPushCullCommand(const SkRect&);
H A DSkDebugCanvas.cpp581 this->addDrawCommand(new SkPushCullCommand(cullRect));
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.h628 class SkPushCullCommand : public SkDrawCommand { class in inherits:SkDrawCommand
630 SkPushCullCommand(const SkRect&);
H A DSkDrawCommand.cpp1002 SkPushCullCommand::SkPushCullCommand(const SkRect& cullRect) function in class:SkPushCullCommand
1008 void SkPushCullCommand::execute(SkCanvas* canvas) {
1012 void SkPushCullCommand::vizExecute(SkCanvas* canvas) {
H A DSkDebugCanvas.cpp578 this->addDrawCommand(new SkPushCullCommand(cullRect));

Completed in 432 milliseconds