Searched refs:window (Results 1 – 8 of 8) sorted by relevance
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/ |
D | index.js | 25 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;
|
D | MainEditor.js | 1011 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/ |
D | extension.js | 68 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) => {
|
D | vsc-extension-quickstart.md | 14 * 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/ |
D | GLFrame.js | 146 window.requestAnimationFrame(mainLoop); 175 window.addEventListener('keydown', keyDown); 176 window.requestAnimationFrame(mainLoop);
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/message/ |
D | XMessage.js | 24 window.addEventListener('message', this.onRecv);
|
/drivers/hdf_core/framework/tools/hcs-view/ |
D | README_zh.md | 60 在window环境下,根据输入文件生成可视化窗口,如下图所示:
|
/drivers/hdf_core/framework/include/net/ |
D | net_device.h | 396 uint16_t window; /**< Window size */ member
|