Searched refs:make_json_point (Results 1 – 1 of 1) sorted by relevance
436 static Json::Value make_json_point(const SkPoint& point) { in make_json_point() function443 static Json::Value make_json_point(SkScalar x, SkScalar y) { in make_json_point() function471 result.append(make_json_point(rrect.radii(SkRRect::kUpperLeft_Corner))); in make_json_rrect()472 result.append(make_json_point(rrect.radii(SkRRect::kUpperRight_Corner))); in make_json_rrect()473 result.append(make_json_point(rrect.radii(SkRRect::kLowerRight_Corner))); in make_json_rrect()474 result.append(make_json_point(rrect.radii(SkRRect::kLowerLeft_Corner))); in make_json_rrect()522 line[SKDEBUGCANVAS_VERB_LINE] = make_json_point(pts[1]); in make_json_path()529 coords.append(make_json_point(pts[1])); in make_json_path()530 coords.append(make_json_point(pts[2])); in make_json_path()538 coords.append(make_json_point(pts[1])); in make_json_path()[all …]