Home
last modified time | relevance | path

Searched refs:MakeJsonLattice (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/debugger/
DSkDrawCommand.h136 static Json::Value MakeJsonLattice(const SkCanvas::Lattice& lattice);
DSkDrawCommand.cpp1258 Json::Value SkDrawCommand::MakeJsonLattice(const SkCanvas::Lattice& lattice) { in MakeJsonLattice() function in SkDrawCommand
2369 result[SKDEBUGCANVAS_ATTRIBUTE_LATTICE] = MakeJsonLattice(fLattice); in toJSON()