Home | History | Annotate | Download | only in json

Lines Matching refs:jsonPoints

814     Json::Value jsonPoints = command[SKJSONCANVAS_ATTRIBUTE_POINTS];
815 int count = (int) jsonPoints.size();
818 points[i] = SkPoint::Make(jsonPoints[i][0].asFloat(), jsonPoints[i][1].asFloat());