Searched refs:addDrawCommand (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/tools/debugger/ |
D | DebugCanvas.cpp | 84 void DebugCanvas::addDrawCommand(DrawCommand* command) { fCommandVector.push_back(command); } in addDrawCommand() function in DebugCanvas 290 this->addDrawCommand(new ClipPathCommand(path, op, kSoft_ClipEdgeStyle == edgeStyle)); in onClipPath() 294 this->addDrawCommand(new ClipRectCommand(rect, op, kSoft_ClipEdgeStyle == edgeStyle)); in onClipRect() 298 this->addDrawCommand(new ClipRRectCommand(rrect, op, kSoft_ClipEdgeStyle == edgeStyle)); in onClipRRect() 302 this->addDrawCommand(new ClipRegionCommand(region, op)); in onClipRegion() 306 this->addDrawCommand(new ConcatCommand(matrix)); in didConcat() 311 this->addDrawCommand(new DrawAnnotationCommand(rect, key, sk_ref_sp(value))); in onDrawAnnotation() 318 this->addDrawCommand(new DrawBitmapCommand(bitmap, left, top, paint)); in onDrawBitmap() 325 this->addDrawCommand(new DrawBitmapLatticeCommand(bitmap, lattice, dst, paint)); in onDrawBitmapLattice() 333 this->addDrawCommand( in onDrawBitmapRect() [all …]
|
D | DebugCanvas.h | 214 void addDrawCommand(DrawCommand* command);
|
/third_party/skia/tools/debugger/ |
D | DebugCanvas.cpp | 120 void DebugCanvas::addDrawCommand(DrawCommand* command) { fCommandVector.push_back(command); } in addDrawCommand() function in DebugCanvas 360 this->addDrawCommand(new ClipPathCommand(path, op, kSoft_ClipEdgeStyle == edgeStyle)); in onClipPath() 364 this->addDrawCommand(new ClipRectCommand(rect, op, kSoft_ClipEdgeStyle == edgeStyle)); in onClipRect() 368 this->addDrawCommand(new ClipRRectCommand(rrect, op, kSoft_ClipEdgeStyle == edgeStyle)); in onClipRRect() 372 this->addDrawCommand(new ClipRegionCommand(region, op)); in onClipRegion() 376 this->addDrawCommand(new ClipShaderCommand(std::move(cs), op)); in onClipShader() 380 this->addDrawCommand(new ResetClipCommand()); in onResetClip() 384 this->addDrawCommand(new Concat44Command(m)); in didConcat44() 420 this->addDrawCommand(new DrawAnnotationCommand(rect, key, sk_ref_sp(value))); in onDrawAnnotation() 428 this->addDrawCommand(new DrawImageCommand(image, left, top, sampling, paint)); in onDrawImage2() [all …]
|
D | DebugCanvas.h | 233 void addDrawCommand(DrawCommand* command);
|