Searched refs:jsonXpos (Results 1 – 1 of 1) sorted by relevance
2899 Json::Value jsonXpos = command[SKDEBUGCANVAS_ATTRIBUTE_POSITIONS]; in fromJSON() local2900 int count = (int) jsonXpos.size(); in fromJSON()2903 xpos[i] = jsonXpos[i].asFloat(); in fromJSON()