Searched refs:window (Results 1 - 6 of 6) sorted by relevance
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/ |
H A D | index.js | 26 canvas.width = window.innerWidth - widthOffset;
27 canvas.height = window.innerHeight;
31 canvas.width !== window.innerWidth - widthOffset ||
32 canvas.height !== window.innerHeight
34 canvas.width = window.innerWidth - widthOffset;
35 canvas.height = window.innerHeight;
|
H A D | MainEditor.js | 1138 let w = window.innerWidth - xOffset - DRAW_HEIGHT - x;
1151 pm2f.fillRect(xx, yy, window.innerWidth, DRAW_HEIGHT, MainEditor.CANVAS_LINE);
1153 window.innerWidth - xOffset - DRAW_HEIGHT,
1156 window.innerHeight,
1162 pm2f.fillRect(xx, yy, window.innerWidth - xOffset - wSpace, h, MainEditor.CANVAS_BG);
1167 window.innerWidth - xOffset - DRAW_HEIGHT,
1890 let wurl = window.URL.createObjectURL(imgobj);
1895 let wurl = window.URL.createObjectURL(imgobj);
1900 let wurl = window.URL.createObjectURL(imgobj);
1905 let wurl = window [all...] |
/drivers/hdf_core/framework/tools/hcs-view/hcsVSCode/ |
H A 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) => {
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/ |
H A 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/ |
H A D | XMessage.js | 24 window.addEventListener('message', this.onRecv);
|
/drivers/hdf_core/framework/include/net/ |
H A D | net_device.h | 396 uint16_t window; /**< Window size */ member
|
Completed in 5 milliseconds