Searched refs:MakeJsonMatrix (Results 1 – 7 of 7) sorted by relevance
/external/skqp/tools/debugger/ |
D | SkJsonWriteBuffer.cpp | 133 this->append("matrix"); SkDrawCommand::MakeJsonMatrix(*fWriter, matrix); in writeMatrix()
|
D | SkDrawCommand.cpp | 536 void SkDrawCommand::MakeJsonMatrix(SkJSONWriter& writer, const SkMatrix& matrix) { in MakeJsonMatrix() function in SkDrawCommand 1162 writer.appendName(SKDEBUGCANVAS_ATTRIBUTE_MATRIX); MakeJsonMatrix(writer, fMatrix); in toJSON() 2102 writer.appendName(SKDEBUGCANVAS_ATTRIBUTE_MATRIX); MakeJsonMatrix(writer, fMatrix); in toJSON()
|
D | SkDrawCommand.h | 103 static void MakeJsonMatrix(SkJSONWriter&, const SkMatrix&);
|
/external/skia/tools/debugger/ |
D | JsonWriteBuffer.cpp | 158 DrawCommand::MakeJsonMatrix(*fWriter, matrix); in writeMatrix()
|
D | DrawCommand.cpp | 465 void DrawCommand::MakeJsonMatrix(SkJSONWriter& writer, const SkMatrix& matrix) { in MakeJsonMatrix() function in DrawCommand 1127 MakeJsonMatrix(writer, fMatrix); in toJSON() 2039 MakeJsonMatrix(writer, fMatrix); in toJSON()
|
D | DrawCommand.h | 102 static void MakeJsonMatrix(SkJSONWriter&, const SkMatrix&);
|
/external/skqp/tools/skiaserve/ |
D | Request.cpp | 260 writer.appendName("ViewMatrix"); SkDrawCommand::MakeJsonMatrix(writer, vm); in getJsonInfo()
|