Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DSkDrawCommand.cpp682 static Json::Value make_json_pointmode(SkCanvas::PointMode mode) { in make_json_pointmode() function
2761 result[SKDEBUGCANVAS_ATTRIBUTE_MODE] = make_json_pointmode(fMode); in toJSON()