Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DSkJsonWriteBuffer.cpp120 this->append("point3"); SkDrawCommand::MakeJsonPoint3(*fWriter, point); in writePoint3()
DSkDrawCommand.cpp501 void SkDrawCommand::MakeJsonPoint3(SkJSONWriter& writer, const SkPoint3& point) { in MakeJsonPoint3() function in SkDrawCommand
2007 MakeJsonPoint3(writer, fShadowRec.fZPlaneParams); in toJSON()
2009 MakeJsonPoint3(writer, fShadowRec.fLightPos); in toJSON()
DSkDrawCommand.h100 static void MakeJsonPoint3(SkJSONWriter&, const SkPoint3& point);
/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);