Searched refs:MakeJsonMatrix (Results 1 – 4 of 4) sorted by relevance
111 this->append("matrix", SkDrawCommand::MakeJsonMatrix(matrix)); in writeMatrix()
132 static Json::Value MakeJsonMatrix(const SkMatrix&);
494 Json::Value SkDrawCommand::MakeJsonMatrix(const SkMatrix& matrix) { in MakeJsonMatrix() function in SkDrawCommand1828 result[SKDEBUGCANVAS_ATTRIBUTE_MATRIX] = MakeJsonMatrix(fMatrix); in toJSON()3316 result[SKDEBUGCANVAS_ATTRIBUTE_MATRIX] = MakeJsonMatrix(fMatrix);3549 result[SKDEBUGCANVAS_ATTRIBUTE_MATRIX] = MakeJsonMatrix(fMatrix);
302 info["ViewMatrix"] = SkDrawCommand::MakeJsonMatrix(vm); in getJsonInfo()