Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DSkDrawCommand.cpp1755 SkClipOp get_json_clipop(Json::Value& jsonOp) { in get_json_clipop() function
1831 return new SkClipPathCommand(path, get_json_clipop(command[SKDEBUGCANVAS_ATTRIBUTE_REGIONOP]), in fromJSON()
1892 return new SkClipRectCommand(rect, get_json_clipop(command[SKDEBUGCANVAS_ATTRIBUTE_REGIONOP]), in fromJSON()
1929 get_json_clipop(command[SKDEBUGCANVAS_ATTRIBUTE_REGIONOP]), in fromJSON()