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

/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.h643 class SkPopCullCommand : public SkDrawCommand { class in inherits:SkDrawCommand
645 SkPopCullCommand();
H A DSkDrawCommand.cpp1021 SkPopCullCommand::SkPopCullCommand() : INHERITED(POP_CULL) { } function in class:SkPopCullCommand
1023 void SkPopCullCommand::execute(SkCanvas* canvas) {
H A DSkDebugCanvas.cpp582 this->addDrawCommand(new SkPopCullCommand());
/external/skia/src/utils/debugger/
H A DSkDrawCommand.h625 class SkPopCullCommand : public SkDrawCommand { class in inherits:SkDrawCommand
627 SkPopCullCommand();
H A DSkDrawCommand.cpp966 SkPopCullCommand::SkPopCullCommand() : INHERITED(POP_CULL) { } function in class:SkPopCullCommand
968 void SkPopCullCommand::execute(SkCanvas* canvas) {
H A DSkDebugCanvas.cpp585 this->addDrawCommand(new SkPopCullCommand());

Completed in 115 milliseconds