Home
last modified time | relevance | path

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

/external/skqp/tools/debugger/
DSkJsonWriteBuffer.cpp120 this->append("point3"); SkDrawCommand::MakeJsonPoint3(*fWriter, point); in writePoint3()
DSkDrawCommand.cpp500 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()
DSkDrawCommand.h100 static void MakeJsonPoint3(SkJSONWriter&, const SkPoint3& point);
/external/skia/tools/debugger/
DJsonWriteBuffer.cpp130 DrawCommand::MakeJsonPoint3(*fWriter, point); in writePoint3()
DDrawCommand.cpp429 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()
DDrawCommand.h99 static void MakeJsonPoint3(SkJSONWriter&, const SkPoint3& point);