Searched refs:MakeJsonMatrix (Results 1 – 4 of 4) sorted by relevance
111 this->append("matrix", SkDrawCommand::MakeJsonMatrix(matrix)); in writeMatrix()
131 static Json::Value MakeJsonMatrix(const SkMatrix&);
559 Json::Value SkDrawCommand::MakeJsonMatrix(const SkMatrix& matrix) { in MakeJsonMatrix() function in SkDrawCommand1946 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()
302 info["ViewMatrix"] = SkDrawCommand::MakeJsonMatrix(vm); in getJsonInfo()