Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DSkJsonWriteBuffer.cpp127 this->append("path", SkDrawCommand::MakeJsonPath(path)); in writePath()
DSkDrawCommand.h134 static Json::Value MakeJsonPath(const SkPath& path);
DSkDrawCommand.cpp519 Json::Value SkDrawCommand::MakeJsonPath(const SkPath& path) { in MakeJsonPath() function in SkDrawCommand
1703 result[SKDEBUGCANVAS_ATTRIBUTE_PATH] = MakeJsonPath(fPath); in toJSON()
2521 result[SKDEBUGCANVAS_ATTRIBUTE_PATH] = MakeJsonPath(fPath); in toJSON()
3314 result[SKDEBUGCANVAS_ATTRIBUTE_PATH] = MakeJsonPath(fPath);