Searched refs:addDrawCommand (Results 1 – 2 of 2) sorted by relevance
/external/skia/tools/debugger/ |
D | SkDebugCanvas.cpp | 104 void SkDebugCanvas::addDrawCommand(SkDrawCommand* command) { in addDrawCommand() function in SkDebugCanvas 456 this->addDrawCommand(new SkClipPathCommand(path, op, kSoft_ClipEdgeStyle == edgeStyle)); in onClipPath() 460 this->addDrawCommand(new SkClipRectCommand(rect, op, kSoft_ClipEdgeStyle == edgeStyle)); in onClipRect() 464 this->addDrawCommand(new SkClipRRectCommand(rrect, op, kSoft_ClipEdgeStyle == edgeStyle)); in onClipRRect() 468 this->addDrawCommand(new SkClipRegionCommand(region, op)); in onClipRegion() 472 this->addDrawCommand(new SkConcatCommand(matrix)); in didConcat() 477 this->addDrawCommand(new SkDrawAnnotationCommand(rect, key, sk_ref_sp(value))); in onDrawAnnotation() 482 this->addDrawCommand(new SkDrawBitmapCommand(bitmap, left, top, paint)); in onDrawBitmap() 487 this->addDrawCommand(new SkDrawBitmapRectCommand(bitmap, src, dst, paint, in onDrawBitmapRect() 493 this->addDrawCommand(new SkDrawBitmapNineCommand(bitmap, center, dst, paint)); in onDrawBitmapNine() [all …]
|
D | SkDebugCanvas.h | 272 void addDrawCommand(SkDrawCommand* command);
|