Home
last modified time | relevance | path

Searched refs:MakeJsonPoint (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/debugger/
DSkJsonWriteBuffer.cpp99 this->append("point", SkDrawCommand::MakeJsonPoint(point)); in writePoint()
105 jsonArray.append(SkDrawCommand::MakeJsonPoint(point[i])); in writePointArray()
DSkDrawCommand.cpp452 Json::Value SkDrawCommand::MakeJsonPoint(const SkPoint& point) { in MakeJsonPoint() function in SkDrawCommand
459 Json::Value SkDrawCommand::MakeJsonPoint(SkScalar x, SkScalar y) { in MakeJsonPoint() function in SkDrawCommand
487 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 …]
DSkDrawCommand.h128 static Json::Value MakeJsonPoint(const SkPoint& point);
129 static Json::Value MakeJsonPoint(SkScalar x, SkScalar y);