Searched defs:addDrawCommand (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDebugCanvas.cpp57 void SkDebugCanvas::addDrawCommand(SkDrawCommand* command) { function in class:SkDebugCanvas
425 this->addDrawCommand(new SkClearCommand(color));
429 this->addDrawCommand(new SkClipPathCommand(path, op, kSoft_ClipEdgeStyle == edgeStyle));
433 this->addDrawCommand(new SkClipRectCommand(rect, op, kSoft_ClipEdgeStyle == edgeStyle));
437 this->addDrawCommand(new SkClipRRectCommand(rrect, op, kSoft_ClipEdgeStyle == edgeStyle));
441 this->addDrawCommand(new SkClipRegionCommand(region, op));
447 this->addDrawCommand(new SkTranslateCommand(matrix.getTranslateX(),
451 this->addDrawCommand(new SkScaleCommand(matrix.getScaleX(),
455 this->addDrawCommand(new SkConcatCommand(matrix));
464 this->addDrawCommand(ne
[all...]
/external/skia/src/utils/debugger/
H A DSkDebugCanvas.cpp58 void SkDebugCanvas::addDrawCommand(SkDrawCommand* command) { function in class:SkDebugCanvas
435 this->addDrawCommand(new SkClearCommand(color));
439 this->addDrawCommand(new SkClipPathCommand(path, op, kSoft_ClipEdgeStyle == edgeStyle));
443 this->addDrawCommand(new SkClipRectCommand(rect, op, kSoft_ClipEdgeStyle == edgeStyle));
447 this->addDrawCommand(new SkClipRRectCommand(rrect, op, kSoft_ClipEdgeStyle == edgeStyle));
451 this->addDrawCommand(new SkClipRegionCommand(region, op));
457 this->addDrawCommand(new SkTranslateCommand(matrix.getTranslateX(),
461 this->addDrawCommand(new SkScaleCommand(matrix.getScaleX(),
465 this->addDrawCommand(new SkConcatCommand(matrix));
474 this->addDrawCommand(ne
[all...]

Completed in 323 milliseconds