Searched refs:SkClipRectCommand (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/tools/
H A Dfiltermain.cpp198 SkClipRectCommand* cr =
199 (SkClipRectCommand*) canvas->getDrawCommandAt(curCommand+1);
281 SkClipRectCommand* cr =
282 (SkClipRectCommand*) canvas->getDrawCommandAt(curCommand+1);
378 SkClipRectCommand* clip0 =
379 (SkClipRectCommand*) canvas->getDrawCommandAt(curCommand+1);
382 SkClipRectCommand* clip1 =
383 (SkClipRectCommand*) canvas->getDrawCommandAt(curCommand+4);
386 SkClipRectCommand* clip2 =
387 (SkClipRectCommand*) canva
[all...]
/external/skia/tools/
H A Dfiltermain.cpp199 SkClipRectCommand* cr =
200 (SkClipRectCommand*) canvas->getDrawCommandAt(curCommand+1);
282 SkClipRectCommand* cr =
283 (SkClipRectCommand*) canvas->getDrawCommandAt(curCommand+1);
379 SkClipRectCommand* clip0 =
380 (SkClipRectCommand*) canvas->getDrawCommandAt(curCommand+1);
383 SkClipRectCommand* clip1 =
384 (SkClipRectCommand*) canvas->getDrawCommandAt(curCommand+4);
387 SkClipRectCommand* clip2 =
388 (SkClipRectCommand*) canva
[all...]
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.h130 class SkClipRectCommand : public SkDrawCommand { class in inherits:SkDrawCommand
132 SkClipRectCommand(const SkRect& rect, SkRegion::Op op, bool doAA);
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 DSkDebugCanvas.cpp433 this->addDrawCommand(new SkClipRectCommand(rect, op, kSoft_ClipEdgeStyle == edgeStyle));
/external/skia/src/utils/debugger/
H A DSkDrawCommand.h130 class SkClipRectCommand : public SkDrawCommand { class in inherits:SkDrawCommand
132 SkClipRectCommand(const SkRect& rect, SkRegion::Op op, bool doAA);
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 DSkDebugCanvas.cpp443 this->addDrawCommand(new SkClipRectCommand(rect, op, kSoft_ClipEdgeStyle == edgeStyle));

Completed in 153 milliseconds