Home
last modified time | relevance | path

Searched refs:getWindowSize (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/pseudo-tty/
Dtest-tty-window-size.js8 const getWindowSize = TTY.prototype.getWindowSize; constant
11 TTY.prototype.getWindowSize = function() { method in TTY
12 TTY.prototype.getWindowSize = getWindowSize; method in TTY
86 assert.deepStrictEqual(stream.getWindowSize(), [99, 32]);
/third_party/node/lib/
Dtty.js111 const err = this._handle.getWindowSize(winSize);
131 const err = this._handle.getWindowSize(winSize);
161 WriteStream.prototype.getWindowSize = function() { method in WriteStream
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DWin32SurfaceKHR.cpp23 VkResult getWindowSize(HWND hwnd, VkExtent2D &windowSize) in getWindowSize() function
67 VkResult result = getWindowSize(hwnd, extent); in getSurfaceCapabilities()
118 VkResult result = getWindowSize(hwnd, currWindowExtent); in lazyCreateFrameBuffer()
/third_party/node/test/parallel/
Dtest-tty-backwards-api.js13 getWindowSize: noop property in TTY
/third_party/node/deps/npm/lib/search/
Dformat-package-stream.js130 cols = !tty.isatty(stdout.fd) ? Infinity : process.stdout.getWindowSize()[0]
/third_party/node/doc/api/
Dtty.md207 ### `writeStream.getWindowSize()`
214 `writeStream.getWindowSize()` returns the size of the TTY