Home
last modified time | relevance | path

Searched refs:wid (Results 1 – 3 of 3) sorted by relevance

/developtools/smartperf_host/ide/src/base-ui/popover/
DLitPopoverV.ts364 const initHtmlStyle = (wid: string) => {
365 width = wid;
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerCommon.ts1057 const wid = 5; constant
1186 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 …]
/developtools/smartperf_host/ide/src/base-ui/modal/
DLitModal.ts122 const initHtmlStyle = (wid: string) => {
123 width = wid;