Searched refs:MakeJsonPoint (Results 1 – 3 of 3) sorted by relevance
99 this->append("point", SkDrawCommand::MakeJsonPoint(point)); in writePoint()105 jsonArray.append(SkDrawCommand::MakeJsonPoint(point[i])); in writePointArray()
452 Json::Value SkDrawCommand::MakeJsonPoint(const SkPoint& point) { in MakeJsonPoint() function in SkDrawCommand459 Json::Value SkDrawCommand::MakeJsonPoint(SkScalar x, SkScalar y) { in MakeJsonPoint() function in SkDrawCommand487 result.append(SkDrawCommand::MakeJsonPoint(rrect.radii(SkRRect::kUpperLeft_Corner))); in make_json_rrect()488 result.append(SkDrawCommand::MakeJsonPoint(rrect.radii(SkRRect::kUpperRight_Corner))); in make_json_rrect()489 result.append(SkDrawCommand::MakeJsonPoint(rrect.radii(SkRRect::kLowerRight_Corner))); in make_json_rrect()490 result.append(SkDrawCommand::MakeJsonPoint(rrect.radii(SkRRect::kLowerLeft_Corner))); in make_json_rrect()543 line[SKDEBUGCANVAS_VERB_LINE] = MakeJsonPoint(pts[1]); in MakeJsonPath()550 coords.append(MakeJsonPoint(pts[1])); in MakeJsonPath()551 coords.append(MakeJsonPoint(pts[2])); in MakeJsonPath()559 coords.append(MakeJsonPoint(pts[1])); in MakeJsonPath()[all …]
128 static Json::Value MakeJsonPoint(const SkPoint& point);129 static Json::Value MakeJsonPoint(SkScalar x, SkScalar y);