Searched refs:SKJSONCANVAS_VERB_LINE (Results 1 – 3 of 3) sorted by relevance
109 #define SKJSONCANVAS_VERB_LINE "line" macro
578 else if (verb.isMember(SKJSONCANVAS_VERB_LINE)) { in getPath()579 Json::Value line = verb[SKJSONCANVAS_VERB_LINE]; in getPath()
92 line[SKJSONCANVAS_VERB_LINE] = this->makePoint(pts[1]); in makePath()