HomeSort by relevance Sort by last modified time
    Searched refs:SkClipRectCommand (Results 1 - 4 of 4) sorted by null

  /external/skia/tools/
filtermain.cpp 198 SkClipRectCommand* cr =
199 (SkClipRectCommand*) canvas->getDrawCommandAt(curCommand+1);
281 SkClipRectCommand* cr =
282 (SkClipRectCommand*) canvas->getDrawCommandAt(curCommand+1);
341 SkClipRectCommand* clip0 =
342 (SkClipRectCommand*) canvas->getDrawCommandAt(curCommand+1);
345 SkClipRectCommand* clip1 =
346 (SkClipRectCommand*) canvas->getDrawCommandAt(curCommand+4);
349 SkClipRectCommand* clip2 =
350 (SkClipRectCommand*) canvas->getDrawCommandAt(curCommand+7)
    [all...]
  /external/skia/src/utils/debugger/
SkDrawCommand.h 154 class SkClipRectCommand : public SkDrawCommand {
156 SkClipRectCommand(const SkRect& rect, SkRegion::Op op, bool doAA);
SkDrawCommand.cpp 218 SkClipRectCommand::SkClipRectCommand(const SkRect& rect, SkRegion::Op op, bool doAA)
229 void SkClipRectCommand::execute(SkCanvas* canvas) const {
SkDebugCanvas.cpp 394 this->addDrawCommand(new SkClipRectCommand(rect, op, kSoft_ClipEdgeStyle == edgeStyle));

Completed in 54 milliseconds