Searched refs:MakeJsonPoint3 (Results 1 – 6 of 6) sorted by relevance
/external/skia/tools/debugger/ |
D | SkJsonWriteBuffer.cpp | 120 this->append("point3"); SkDrawCommand::MakeJsonPoint3(*fWriter, point); in writePoint3()
|
D | SkDrawCommand.cpp | 501 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()
|
D | SkDrawCommand.h | 100 static void MakeJsonPoint3(SkJSONWriter&, const SkPoint3& point);
|
/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);
|