Lines Matching refs:make_json_point
436 static Json::Value make_json_point(const SkPoint& point) { in make_json_point() function
443 static Json::Value make_json_point(SkScalar x, SkScalar y) { in make_json_point() function
471 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()
539 coords.append(make_json_point(pts[2])); in make_json_path()
540 coords.append(make_json_point(pts[3])); in make_json_path()
548 coords.append(make_json_point(pts[1])); in make_json_path()
549 coords.append(make_json_point(pts[2])); in make_json_path()
557 move[SKDEBUGCANVAS_VERB_MOVE] = make_json_point(pts[0]); in make_json_path()
1756 result[SKDEBUGCANVAS_ATTRIBUTE_COORDS] = make_json_point(fLeft, fTop); in toJSON()
1991 result[SKDEBUGCANVAS_ATTRIBUTE_COORDS] = make_json_point(fLeft, fTop); in toJSON()
2342 points.append(make_json_point(fPts[i])); in toJSON()
2409 coords.append(make_json_point(fPos[i])); in toJSON()
2532 jsonPositions.append(make_json_point(iterPositions[i * 2], in toJSON()
2550 run[SKDEBUGCANVAS_ATTRIBUTE_COORDS] = make_json_point(iter.offset()); in toJSON()
2640 cubics.append(make_json_point(fCubics[i])); in toJSON()
2653 texCoords.append(make_json_point(fTexCoords[i])); in toJSON()
2835 result[SKDEBUGCANVAS_ATTRIBUTE_COORDS] = make_json_point(fX, fY); in toJSON()