Home
last modified time | relevance | path

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

/external/skqp/tools/debugger/
DSkDrawCommand.cpp486 void SkDrawCommand::MakeJsonPoint(SkJSONWriter& writer, const SkPoint& point) { in MakeJsonPoint() function in SkDrawCommand
493 void SkDrawCommand::MakeJsonPoint(SkJSONWriter& writer, SkScalar x, SkScalar y) { in MakeJsonPoint() function in SkDrawCommand
529 SkDrawCommand::MakeJsonPoint(writer, rrect.radii(SkRRect::kUpperLeft_Corner)); in make_json_rrect()
530 SkDrawCommand::MakeJsonPoint(writer, rrect.radii(SkRRect::kUpperRight_Corner)); in make_json_rrect()
531 SkDrawCommand::MakeJsonPoint(writer, rrect.radii(SkRRect::kLowerRight_Corner)); in make_json_rrect()
532 SkDrawCommand::MakeJsonPoint(writer, rrect.radii(SkRRect::kLowerLeft_Corner)); in make_json_rrect()
577 MakeJsonPoint(writer, pts[1]); in MakeJsonPath()
582 MakeJsonPoint(writer, pts[1]); in MakeJsonPath()
583 MakeJsonPoint(writer, pts[2]); in MakeJsonPath()
589 MakeJsonPoint(writer, pts[1]); in MakeJsonPath()
[all …]
DSkJsonWriteBuffer.cpp116 this->append("point"); SkDrawCommand::MakeJsonPoint(*fWriter, point); in writePoint()
127 SkDrawCommand::MakeJsonPoint(*fWriter, point[i]); in writePointArray()
DSkDrawCommand.h98 static void MakeJsonPoint(SkJSONWriter&, const SkPoint& point);
99 static void MakeJsonPoint(SkJSONWriter&, SkScalar x, SkScalar y);
/external/skia/tools/debugger/
DSkDrawCommand.cpp487 void SkDrawCommand::MakeJsonPoint(SkJSONWriter& writer, const SkPoint& point) { in MakeJsonPoint() function in SkDrawCommand
494 void SkDrawCommand::MakeJsonPoint(SkJSONWriter& writer, SkScalar x, SkScalar y) { in MakeJsonPoint() function in SkDrawCommand
530 SkDrawCommand::MakeJsonPoint(writer, rrect.radii(SkRRect::kUpperLeft_Corner)); in make_json_rrect()
531 SkDrawCommand::MakeJsonPoint(writer, rrect.radii(SkRRect::kUpperRight_Corner)); in make_json_rrect()
532 SkDrawCommand::MakeJsonPoint(writer, rrect.radii(SkRRect::kLowerRight_Corner)); in make_json_rrect()
533 SkDrawCommand::MakeJsonPoint(writer, rrect.radii(SkRRect::kLowerLeft_Corner)); in make_json_rrect()
578 MakeJsonPoint(writer, pts[1]); in MakeJsonPath()
583 MakeJsonPoint(writer, pts[1]); in MakeJsonPath()
584 MakeJsonPoint(writer, pts[2]); in MakeJsonPath()
590 MakeJsonPoint(writer, pts[1]); in MakeJsonPath()
[all …]
DSkJsonWriteBuffer.cpp116 this->append("point"); SkDrawCommand::MakeJsonPoint(*fWriter, point); in writePoint()
127 SkDrawCommand::MakeJsonPoint(*fWriter, point[i]); in writePointArray()
DSkDrawCommand.h98 static void MakeJsonPoint(SkJSONWriter&, const SkPoint& point);
99 static void MakeJsonPoint(SkJSONWriter&, SkScalar x, SkScalar y);