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/
DDrawCommand.cpp415 void DrawCommand::MakeJsonPoint(SkJSONWriter& writer, const SkPoint& point) { in MakeJsonPoint() function in DrawCommand
422 void DrawCommand::MakeJsonPoint(SkJSONWriter& writer, SkScalar x, SkScalar y) { in MakeJsonPoint() function in DrawCommand
458 DrawCommand::MakeJsonPoint(writer, rrect.radii(SkRRect::kUpperLeft_Corner)); in make_json_rrect()
459 DrawCommand::MakeJsonPoint(writer, rrect.radii(SkRRect::kUpperRight_Corner)); in make_json_rrect()
460 DrawCommand::MakeJsonPoint(writer, rrect.radii(SkRRect::kLowerRight_Corner)); in make_json_rrect()
461 DrawCommand::MakeJsonPoint(writer, rrect.radii(SkRRect::kLowerLeft_Corner)); in make_json_rrect()
520 MakeJsonPoint(writer, pts[1]); in MakeJsonPath()
525 MakeJsonPoint(writer, pts[1]); in MakeJsonPath()
526 MakeJsonPoint(writer, pts[2]); in MakeJsonPath()
532 MakeJsonPoint(writer, pts[1]); in MakeJsonPath()
[all …]
DJsonWriteBuffer.cpp125 DrawCommand::MakeJsonPoint(*fWriter, point); in writePoint()
137 DrawCommand::MakeJsonPoint(*fWriter, point[i]); in writePointArray()
DDrawCommand.h97 static void MakeJsonPoint(SkJSONWriter&, const SkPoint& point);
98 static void MakeJsonPoint(SkJSONWriter&, SkScalar x, SkScalar y);