Home
last modified time | relevance | path

Searched refs:window (Results 1 – 8 of 8) sorted by relevance

/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
Dindex.js25 canvas.width = window.innerWidth - 420;
26 canvas.height = window.innerHeight;
30 canvas.width != window.innerWidth - 420 ||
31 canvas.height != window.innerHeight
33 canvas.width = window.innerWidth - 420;
34 canvas.height = window.innerHeight;
DMainEditor.js1011 pm2f.fillRect(0, 0, window.innerWidth, 4, MainEditor.CANVAS_LINE);
1013 window.innerWidth - 420 - 4,
1016 window.innerHeight,
1019 pm2f.fillRect(0, 4, window.innerWidth - 420 - 4, 48, MainEditor.CANVAS_BG);
1023 window.innerWidth - 420 - 4,
1028 this.sltInclude.move(16, 20, window.innerWidth - 420 - 4 - 16, 20).draw();
1607 let wurl = window.URL.createObjectURL(imgobj);
1612 let wurl = window.URL.createObjectURL(imgobj);
1617 let wurl = window.URL.createObjectURL(imgobj);
1622 let wurl = window.URL.createObjectURL(imgobj);
[all …]
/drivers/hdf_core/framework/tools/hcs-view/hcsVSCode/
Dextension.js68 vscode.window.showInformationMessage('Hello World from HCS View!');
75 vscode.ccPanel = vscode.window.createWebviewPanel('ccnto','编辑' +
91 vscode.window.showTextDocument(d, vscode.ViewColumn.One);});
96 vscode.window.showErrorMessage(msg.data);
105 vscode.window.showInformationMessage(msg.type);
106 vscode.window.showInformationMessage(msg.data);
109 vscode.window.onDidChangeActiveColorTheme((colorTheme) => {
Dvsc-extension-quickstart.md14 * Press `F5` to open a new window with your extension loaded.
22 * You can also reload (`Ctrl+R` or `Cmd+R` on Mac) the VS Code window with your extension to load y…
31 * Press `F5` to run the tests in a new window with your extension loaded.
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/
DGLFrame.js146 window.requestAnimationFrame(mainLoop);
175 window.addEventListener('keydown', keyDown);
176 window.requestAnimationFrame(mainLoop);
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/message/
DXMessage.js24 window.addEventListener('message', this.onRecv);
/drivers/hdf_core/framework/tools/hcs-view/
DREADME_zh.md60window环境下,根据输入文件生成可视化窗口,如下图所示:
/drivers/hdf_core/framework/include/net/
Dnet_device.h396 uint16_t window; /**< Window size */ member