Home
last modified time | relevance | path

Searched refs:MakeJsonMatrix (Results 1 – 7 of 7) sorted by relevance

/external/skqp/tools/debugger/
DSkJsonWriteBuffer.cpp133 this->append("matrix"); SkDrawCommand::MakeJsonMatrix(*fWriter, matrix); in writeMatrix()
DSkDrawCommand.cpp536 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()
DSkDrawCommand.h103 static void MakeJsonMatrix(SkJSONWriter&, const SkMatrix&);
/external/skia/tools/debugger/
DJsonWriteBuffer.cpp158 DrawCommand::MakeJsonMatrix(*fWriter, matrix); in writeMatrix()
DDrawCommand.cpp465 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()
DDrawCommand.h102 static void MakeJsonMatrix(SkJSONWriter&, const SkMatrix&);
/external/skqp/tools/skiaserve/
DRequest.cpp260 writer.appendName("ViewMatrix"); SkDrawCommand::MakeJsonMatrix(writer, vm); in getJsonInfo()