Home
last modified time | relevance | path

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

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