Searched refs:addDrawCommand (Results 1 – 2 of 2) sorted by relevance
/external/skia/tools/debugger/ |
D | SkDebugCanvas.cpp | 97 void SkDebugCanvas::addDrawCommand(SkDrawCommand* command) { in addDrawCommand() function in SkDebugCanvas 376 this->addDrawCommand(new SkClipPathCommand(path, op, kSoft_ClipEdgeStyle == edgeStyle)); in onClipPath() 380 this->addDrawCommand(new SkClipRectCommand(rect, op, kSoft_ClipEdgeStyle == edgeStyle)); in onClipRect() 384 this->addDrawCommand(new SkClipRRectCommand(rrect, op, kSoft_ClipEdgeStyle == edgeStyle)); in onClipRRect() 388 this->addDrawCommand(new SkClipRegionCommand(region, op)); in onClipRegion() 392 this->addDrawCommand(new SkConcatCommand(matrix)); in didConcat() 398 this->addDrawCommand(new SkDrawBitmapCommand(bitmap, left, top, paint)); in onDrawBitmap() 403 this->addDrawCommand(new SkDrawBitmapRectCommand(bitmap, src, dst, paint, in onDrawBitmapRect() 409 this->addDrawCommand(new SkDrawBitmapNineCommand(bitmap, center, dst, paint)); in onDrawBitmapNine() 414 this->addDrawCommand(new SkDrawImageCommand(image, left, top, paint)); in onDrawImage() [all …]
|
D | SkDebugCanvas.h | 261 void addDrawCommand(SkDrawCommand* command);
|