Searched refs:MakeJsonRegion (Results 1 – 3 of 3) sorted by relevance
123 this->append("region", SkDrawCommand::MakeJsonRegion(region)); in writeRegion()
135 static Json::Value MakeJsonRegion(const SkRegion& region);
593 Json::Value SkDrawCommand::MakeJsonRegion(const SkRegion& region) { in MakeJsonRegion() function in SkDrawCommand1732 result[SKDEBUGCANVAS_ATTRIBUTE_REGION] = MakeJsonRegion(fRegion); in toJSON()