Home
last modified time | relevance | path

Searched refs:MakeJsonIRect (Results 1 – 9 of 9) sorted by relevance

/external/skqp/tools/debugger/
DSkJsonWriteBuffer.cpp137 this->append("irect"); SkDrawCommand::MakeJsonIRect(*fWriter, rect); in writeIRect()
DSkDrawCommand.cpp517 void SkDrawCommand::MakeJsonIRect(SkJSONWriter& writer, const SkIRect& rect) { in MakeJsonIRect() function in SkDrawCommand
1027 MakeJsonIRect(writer, *lattice.fBounds); in MakeJsonLattice()
1289 writer.appendName(SKDEBUGCANVAS_ATTRIBUTE_CENTER); MakeJsonIRect(writer, fCenter); in toJSON()
1522 writer.appendName(SKDEBUGCANVAS_ATTRIBUTE_CENTER); MakeJsonIRect(writer, fCenter); in toJSON()
DSkDrawCommand.h102 static void MakeJsonIRect(SkJSONWriter&, const SkIRect&);
/external/skia/tools/debugger/
DJsonWriteBuffer.cpp163 DrawCommand::MakeJsonIRect(*fWriter, rect); in writeIRect()
DDrawCommand.h101 static void MakeJsonIRect(SkJSONWriter&, const SkIRect&);
DDrawCommand.cpp446 void DrawCommand::MakeJsonIRect(SkJSONWriter& writer, const SkIRect& rect) { in MakeJsonIRect() function in DrawCommand
960 MakeJsonIRect(writer, *lattice.fBounds); in MakeJsonLattice()
/external/skia/tools/skiaserve/
DRequest.cpp270 DrawCommand::MakeJsonIRect(writer, clip); in getJsonInfo()
/external/skqp/tools/skiaserve/
DRequest.cpp261 writer.appendName("ClipRect"); SkDrawCommand::MakeJsonIRect(writer, clip); in getJsonInfo()
/external/skia/experimental/wasm-skp-debugger/
Ddebugger_bindings.cpp242 DrawCommand::MakeJsonIRect(writer, clip); in lastCommandInfo()