Searched refs:SkClipRectCommand (Results 1 – 3 of 3) sorted by relevance
/external/skia/tools/debugger/ |
D | SkDrawCommand.h | 207 class SkClipRectCommand : public SkDrawCommand { 209 SkClipRectCommand(const SkRect& rect, SkClipOp op, bool doAA); 212 static SkClipRectCommand* fromJSON(Json::Value& command, UrlDataManager& urlDataManager);
|
D | SkDrawCommand.cpp | 1861 SkClipRectCommand::SkClipRectCommand(const SkRect& rect, SkClipOp op, bool doAA) in SkClipRectCommand() function in SkClipRectCommand 1872 void SkClipRectCommand::execute(SkCanvas* canvas) const { in execute() 1876 Json::Value SkClipRectCommand::toJSON(UrlDataManager& urlDataManager) const { in toJSON() 1888 SkClipRectCommand* SkClipRectCommand::fromJSON(Json::Value& command, in fromJSON() 1892 return new SkClipRectCommand(rect, get_json_clipop(command[SKDEBUGCANVAS_ATTRIBUTE_REGIONOP]), in fromJSON()
|
D | SkDebugCanvas.cpp | 460 this->addDrawCommand(new SkClipRectCommand(rect, op, kSoft_ClipEdgeStyle == edgeStyle)); in onClipRect()
|