Home
last modified time | relevance | path

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

/third_party/skia/tools/skiaserve/
DRequest.cpp268 DrawCommand::MakeJsonMatrix44(writer, vm); in getJsonInfo()
/third_party/skia/experimental/wasm-skp-debugger/
Ddebugger_bindings.cpp240 DrawCommand::MakeJsonMatrix44(writer, vm); in lastCommandInfo()
/third_party/skia/tools/debugger/
DDrawCommand.cpp473 void DrawCommand::MakeJsonMatrix44(SkJSONWriter& writer, const SkM44& matrix) { in MakeJsonMatrix44() function in DrawCommand
1136 MakeJsonMatrix44(writer, fMatrix); in toJSON()
2053 MakeJsonMatrix44(writer, fMatrix); in toJSON()
DDrawCommand.h104 static void MakeJsonMatrix44(SkJSONWriter&, const SkM44&);