Searched refs:SKJSONCANVAS_VERB_MOVE (Results 1 – 3 of 3) sorted by relevance
108 #define SKJSONCANVAS_VERB_MOVE "move" macro
574 if (verb.isMember(SKJSONCANVAS_VERB_MOVE)) { in getPath()575 Json::Value move = verb[SKJSONCANVAS_VERB_MOVE]; in getPath()
127 move[SKJSONCANVAS_VERB_MOVE] = this->makePoint(pts[0]); in makePath()