Lines Matching refs:pathCommands
49 this.pathCommands = '';
52 this.pathCommands = this.calPathCommands(this.outSetValue);
83 this.pathCommands = this.calPathCommands(this.outSetValue);
135 this.pathCommands = '';
138 this.pathCommands = this.calPathCommands(this.outSetValue);
140 console.log(`value = ${value} ->` + this.pathCommands);
163 @State pathCommands: string = ''
167 this.pathCommands = this.calPathCommands(this.outSetValue);
204 this.pathCommands = '';
207 this.pathCommands = this.calPathCommands(this.outSetValue);
231 .commands(this.pathCommands)
263 this.pathCommands = '';
266 this.pathCommands = this.calPathCommands(this.outSetValue);
268 console.log(`value = ${value} ->` + this.pathCommands);