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

/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.cpp232 SkClipRectCommand::SkClipRectCommand(const SkRect& rect, SkRegion::Op op, bool doAA) function in class:SkClipRectCommand
243 void SkClipRectCommand::execute(SkCanvas* canvas) {
H A DSkDrawCommand.h130 class SkClipRectCommand : public SkDrawCommand { class in inherits:SkDrawCommand
132 SkClipRectCommand(const SkRect& rect, SkRegion::Op op, bool doAA);
/external/skia/src/utils/debugger/
H A DSkDrawCommand.cpp229 SkClipRectCommand::SkClipRectCommand(const SkRect& rect, SkRegion::Op op, bool doAA) function in class:SkClipRectCommand
240 void SkClipRectCommand::execute(SkCanvas* canvas) {
H A DSkDrawCommand.h130 class SkClipRectCommand : public SkDrawCommand { class in inherits:SkDrawCommand
132 SkClipRectCommand(const SkRect& rect, SkRegion::Op op, bool doAA);

Completed in 586 milliseconds