Searched refs:SKJSONCANVAS_VERB_CONIC (Results 1 – 3 of 3) sorted by relevance
112 #define SKJSONCANVAS_VERB_CONIC "conic" macro
593 else if (verb.isMember(SKJSONCANVAS_VERB_CONIC)) { in getPath()594 Json::Value conic = verb[SKJSONCANVAS_VERB_CONIC]; in getPath()
121 conic[SKJSONCANVAS_VERB_CONIC] = coords; in makePath()