Searched defs:SkPushCullCommand (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/debugger/
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 DSkDrawCommand.h628 class SkPushCullCommand : public SkDrawCommand { class in inherits:SkDrawCommand
630 SkPushCullCommand(const SkRect&);
/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&);

Completed in 181 milliseconds