Home | History | Annotate | Download | only in json

Lines Matching defs:commands

961         Json::Value commands = root[SKJSONCANVAS_COMMANDS];
962 for (Json::ArrayIndex i = 0; i < commands.size(); i++) {
963 renderer.processCommand(commands[i], target);