Home
last modified time | relevance | path

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

/external/skqp/tools/debugger/
DSkJsonWriteBuffer.cpp149 this->append("path"); SkDrawCommand::MakeJsonPath(*fWriter, path); in writePath()
DSkDrawCommand.cpp548 void SkDrawCommand::MakeJsonPath(SkJSONWriter& writer, const SkPath& path) { in MakeJsonPath() function in SkDrawCommand
623 MakeJsonPath(writer, path); in MakeJsonRegion()
1086 writer.appendName(SKDEBUGCANVAS_ATTRIBUTE_PATH); MakeJsonPath(writer, fPath); in toJSON()
1638 writer.appendName(SKDEBUGCANVAS_ATTRIBUTE_PATH); MakeJsonPath(writer, fPath); in toJSON()
1983 writer.appendName(SKDEBUGCANVAS_ATTRIBUTE_PATH); MakeJsonPath(writer, fPath); in toJSON()
DSkDrawCommand.h104 static void MakeJsonPath(SkJSONWriter&, const SkPath& path);
/external/skia/tools/debugger/
DJsonWriteBuffer.cpp178 DrawCommand::MakeJsonPath(*fWriter, path); in writePath()
DDrawCommand.cpp489 void DrawCommand::MakeJsonPath(SkJSONWriter& writer, const SkPath& path) { in MakeJsonPath() function in DrawCommand
566 MakeJsonPath(writer, path); in MakeJsonRegion()
1014 MakeJsonPath(writer, fPath); in toJSON()
1520 MakeJsonPath(writer, fPath); in toJSON()
1860 MakeJsonPath(writer, fPath); in toJSON()
DDrawCommand.h104 static void MakeJsonPath(SkJSONWriter&, const SkPath& path);