Searched refs:wid (Results 1 – 3 of 3) sorted by relevance
364 const initHtmlStyle = (wid: string) => {365 width = wid;
1057 const wid = 5; constant1186 context.lineTo(x0 - wid, y0 + wid);1188 context.lineTo(x0 - wid, y0 - wid);1190 context.lineTo(x0 + wid, y0 + wid);1192 context.lineTo(x0 + wid, y0 - wid);1198 context.lineTo(x3 - wid, y3 + wid);1200 context.lineTo(x3 - wid, y3 - wid);1202 context.lineTo(x3 + wid, y3 + wid);1204 context.lineTo(x3 + wid, y3 - wid);1304 leftEndpointX = x2 - wid;[all …]
122 const initHtmlStyle = (wid: string) => {123 width = wid;