Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DSkJsonWriteBuffer.cpp111 this->append("matrix", SkDrawCommand::MakeJsonMatrix(matrix)); in writeMatrix()
DSkDrawCommand.h131 static Json::Value MakeJsonMatrix(const SkMatrix&);
DSkDrawCommand.cpp559 Json::Value SkDrawCommand::MakeJsonMatrix(const SkMatrix& matrix) { in MakeJsonMatrix() function in SkDrawCommand
1946 result[SKDEBUGCANVAS_ATTRIBUTE_MATRIX] = MakeJsonMatrix(fMatrix); in toJSON()
3349 result[SKDEBUGCANVAS_ATTRIBUTE_MATRIX] = MakeJsonMatrix(fMatrix); in toJSON()
3582 result[SKDEBUGCANVAS_ATTRIBUTE_MATRIX] = MakeJsonMatrix(fMatrix); in toJSON()
/external/skia/tools/skiaserve/
DRequest.cpp302 info["ViewMatrix"] = SkDrawCommand::MakeJsonMatrix(vm); in getJsonInfo()