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.cpp517 Json::Value SkDrawCommand::MakeJsonPoint(const SkPoint& point) { in MakeJsonPoint() function in SkDrawCommand
524 Json::Value SkDrawCommand::MakeJsonPoint(SkScalar x, SkScalar y) { in MakeJsonPoint() function in SkDrawCommand
552 result.append(SkDrawCommand::MakeJsonPoint(rrect.radii(SkRRect::kUpperLeft_Corner))); in make_json_rrect()
553 result.append(SkDrawCommand::MakeJsonPoint(rrect.radii(SkRRect::kUpperRight_Corner))); in make_json_rrect()
554 result.append(SkDrawCommand::MakeJsonPoint(rrect.radii(SkRRect::kLowerRight_Corner))); in make_json_rrect()
555 result.append(SkDrawCommand::MakeJsonPoint(rrect.radii(SkRRect::kLowerLeft_Corner))); in make_json_rrect()
608 line[SKDEBUGCANVAS_VERB_LINE] = MakeJsonPoint(pts[1]); in MakeJsonPath()
615 coords.append(MakeJsonPoint(pts[1])); in MakeJsonPath()
616 coords.append(MakeJsonPoint(pts[2])); in MakeJsonPath()
624 coords.append(MakeJsonPoint(pts[1])); in MakeJsonPath()
[all …]
DSkDrawCommand.h127 static Json::Value MakeJsonPoint(const SkPoint& point);
128 static Json::Value MakeJsonPoint(SkScalar x, SkScalar y);