Searched refs:previousCommand (Results 1 – 2 of 2) sorted by relevance
67 char previousCommand = 'm'; in verbsToPath() local72 resolver.addCommand(outPath, previousCommand, data.verbs[i], &data.points, start, in verbsToPath()74 previousCommand = data.verbs[i]; in verbsToPath()
421 char previousCommand = 'm'; in nodesToPath() local424 addCommand(path, current, previousCommand, node[i].mType, node[i].mParams); in nodesToPath()425 previousCommand = node[i].mType; in nodesToPath()