Searched refs:SkClipRectCommand (Results 1 – 3 of 3) sorted by relevance
/external/skia/tools/debugger/ |
D | SkDrawCommand.h | 208 class SkClipRectCommand : public SkDrawCommand { 210 SkClipRectCommand(const SkRect& rect, SkClipOp op, bool doAA); 213 static SkClipRectCommand* fromJSON(Json::Value& command, UrlDataManager& urlDataManager);
|
D | SkDrawCommand.cpp | 1743 SkClipRectCommand::SkClipRectCommand(const SkRect& rect, SkClipOp op, bool doAA) in SkClipRectCommand() function in SkClipRectCommand 1754 void SkClipRectCommand::execute(SkCanvas* canvas) const { in execute() 1758 Json::Value SkClipRectCommand::toJSON(UrlDataManager& urlDataManager) const { in toJSON() 1770 SkClipRectCommand* SkClipRectCommand::fromJSON(Json::Value& command, in fromJSON() 1774 return new SkClipRectCommand(rect, get_json_clipop(command[SKDEBUGCANVAS_ATTRIBUTE_REGIONOP]), in fromJSON()
|
D | SkDebugCanvas.cpp | 521 this->addDrawCommand(new SkClipRectCommand(rect, op, kSoft_ClipEdgeStyle == edgeStyle)); in onClipRect()
|