Home
last modified time | relevance | path

Searched refs:MakeJsonRegion (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/debugger/
DSkJsonWriteBuffer.cpp123 this->append("region", SkDrawCommand::MakeJsonRegion(region)); in writeRegion()
DSkDrawCommand.h134 static Json::Value MakeJsonRegion(const SkRegion& region);
DSkDrawCommand.cpp658 Json::Value SkDrawCommand::MakeJsonRegion(const SkRegion& region) { in MakeJsonRegion() function in SkDrawCommand
1850 result[SKDEBUGCANVAS_ATTRIBUTE_REGION] = MakeJsonRegion(fRegion); in toJSON()