Searched refs:MakeJsonPath (Results 1 – 6 of 6) sorted by relevance
/external/skqp/tools/debugger/ |
D | SkJsonWriteBuffer.cpp | 149 this->append("path"); SkDrawCommand::MakeJsonPath(*fWriter, path); in writePath()
|
D | SkDrawCommand.cpp | 548 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()
|
D | SkDrawCommand.h | 104 static void MakeJsonPath(SkJSONWriter&, const SkPath& path);
|
/external/skia/tools/debugger/ |
D | JsonWriteBuffer.cpp | 178 DrawCommand::MakeJsonPath(*fWriter, path); in writePath()
|
D | DrawCommand.cpp | 489 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()
|
D | DrawCommand.h | 104 static void MakeJsonPath(SkJSONWriter&, const SkPath& path);
|