Searched refs:MakeJsonMatrix (Results 1 – 8 of 8) sorted by relevance
/external/skia/tools/debugger/ |
D | SkJsonWriteBuffer.cpp | 133 this->append("matrix"); SkDrawCommand::MakeJsonMatrix(*fWriter, matrix); in writeMatrix()
|
D | SkDrawCommand.cpp | 537 void SkDrawCommand::MakeJsonMatrix(SkJSONWriter& writer, const SkMatrix& matrix) { in MakeJsonMatrix() function in SkDrawCommand 1163 writer.appendName(SKDEBUGCANVAS_ATTRIBUTE_MATRIX); MakeJsonMatrix(writer, fMatrix); in toJSON() 2124 writer.appendName(SKDEBUGCANVAS_ATTRIBUTE_MATRIX); MakeJsonMatrix(writer, fMatrix); in toJSON()
|
D | SkDrawCommand.h | 103 static void MakeJsonMatrix(SkJSONWriter&, const SkMatrix&);
|
/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/skiaserve/ |
D | Request.cpp | 260 writer.appendName("ViewMatrix"); SkDrawCommand::MakeJsonMatrix(writer, vm); in getJsonInfo()
|
/external/skqp/tools/skiaserve/ |
D | Request.cpp | 260 writer.appendName("ViewMatrix"); SkDrawCommand::MakeJsonMatrix(writer, vm); in getJsonInfo()
|