Searched refs:MakeJsonPoint3 (Results 1 – 6 of 6) sorted by relevance
/external/skqp/tools/debugger/ |
D | SkJsonWriteBuffer.cpp | 120 this->append("point3"); SkDrawCommand::MakeJsonPoint3(*fWriter, point); in writePoint3()
|
D | SkDrawCommand.cpp | 500 void SkDrawCommand::MakeJsonPoint3(SkJSONWriter& writer, const SkPoint3& point) { in MakeJsonPoint3() function in SkDrawCommand 1985 MakeJsonPoint3(writer, fShadowRec.fZPlaneParams); in toJSON() 1987 MakeJsonPoint3(writer, fShadowRec.fLightPos); in toJSON()
|
D | SkDrawCommand.h | 100 static void MakeJsonPoint3(SkJSONWriter&, const SkPoint3& point);
|
/external/skia/tools/debugger/ |
D | JsonWriteBuffer.cpp | 130 DrawCommand::MakeJsonPoint3(*fWriter, point); in writePoint3()
|
D | DrawCommand.cpp | 429 void DrawCommand::MakeJsonPoint3(SkJSONWriter& writer, const SkPoint3& point) { in MakeJsonPoint3() function in DrawCommand 1862 MakeJsonPoint3(writer, fShadowRec.fZPlaneParams); in toJSON() 1864 MakeJsonPoint3(writer, fShadowRec.fLightPos); in toJSON()
|
D | DrawCommand.h | 99 static void MakeJsonPoint3(SkJSONWriter&, const SkPoint3& point);
|