Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DSkDrawCommand.cpp572 static Json::Value make_json_region(const SkRegion& region) { in make_json_region() function
1618 result[SKDEBUGCANVAS_ATTRIBUTE_REGION] = make_json_region(fRegion); in toJSON()