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.h132 static Json::Value MakeJsonMatrix(const SkMatrix&);
DSkDrawCommand.cpp494 Json::Value SkDrawCommand::MakeJsonMatrix(const SkMatrix& matrix) { in MakeJsonMatrix() function in SkDrawCommand
1828 result[SKDEBUGCANVAS_ATTRIBUTE_MATRIX] = MakeJsonMatrix(fMatrix); in toJSON()
3316 result[SKDEBUGCANVAS_ATTRIBUTE_MATRIX] = MakeJsonMatrix(fMatrix);
3549 result[SKDEBUGCANVAS_ATTRIBUTE_MATRIX] = MakeJsonMatrix(fMatrix);
/external/skia/tools/skiaserve/
DRequest.cpp302 info["ViewMatrix"] = SkDrawCommand::MakeJsonMatrix(vm); in getJsonInfo()