Searched refs:jsonPoints (Results 1 – 1 of 1) sorted by relevance
2755 Json::Value jsonPoints = command[SKDEBUGCANVAS_ATTRIBUTE_POINTS]; local2756 int count = (int) jsonPoints.size();2759 points[i] = SkPoint::Make(jsonPoints[i][0].asFloat(), jsonPoints[i][1].asFloat());