Searched refs:MakeJsonIRect (Results 1 – 9 of 9) sorted by relevance
/external/skqp/tools/debugger/ |
D | SkJsonWriteBuffer.cpp | 137 this->append("irect"); SkDrawCommand::MakeJsonIRect(*fWriter, rect); in writeIRect()
|
D | SkDrawCommand.cpp | 517 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()
|
D | SkDrawCommand.h | 102 static void MakeJsonIRect(SkJSONWriter&, const SkIRect&);
|
/external/skia/tools/debugger/ |
D | JsonWriteBuffer.cpp | 163 DrawCommand::MakeJsonIRect(*fWriter, rect); in writeIRect()
|
D | DrawCommand.h | 101 static void MakeJsonIRect(SkJSONWriter&, const SkIRect&);
|
D | DrawCommand.cpp | 446 void DrawCommand::MakeJsonIRect(SkJSONWriter& writer, const SkIRect& rect) { in MakeJsonIRect() function in DrawCommand 960 MakeJsonIRect(writer, *lattice.fBounds); in MakeJsonLattice()
|
/external/skia/tools/skiaserve/ |
D | Request.cpp | 270 DrawCommand::MakeJsonIRect(writer, clip); in getJsonInfo()
|
/external/skqp/tools/skiaserve/ |
D | Request.cpp | 261 writer.appendName("ClipRect"); SkDrawCommand::MakeJsonIRect(writer, clip); in getJsonInfo()
|
/external/skia/experimental/wasm-skp-debugger/ |
D | debugger_bindings.cpp | 242 DrawCommand::MakeJsonIRect(writer, clip); in lastCommandInfo()
|