Home | History | Annotate | Download | only in json

Lines Matching refs:verbs

84     Json::Value verbs(Json::arrayValue);
93 verbs.append(line);
102 verbs.append(quad);
112 verbs.append(cubic);
122 verbs.append(conic);
128 verbs.append(move);
132 verbs.append(Json::Value(SKJSONCANVAS_VERB_CLOSE));
138 result[SKJSONCANVAS_ATTRIBUTE_VERBS] = verbs;