Home
last modified time | relevance | path

Searched refs:windowSize (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/
H A DFontDataTests.java162 for (int windowSize = 1; windowSize < length; windowSize += increments) { in slicingWriteTest()
164 writeFontDataWithSlidingWindow(rfd.slice(trim, length), slice, windowSize); in slicingWriteTest()
192 for (int windowSize = 1; windowSize <= length; windowSize += increments) { in readComparison()
193 b1 = readFontDataWithSlidingWindow(rfd1, windowSize); in readComparison()
194 b2 = readFontDataWithSlidingWindow(rfd2, windowSize); in readComparison()
213 private static byte[] readFontDataWithSlidingWindow(ReadableFontData rfd, int windowSize) { in readFontDataWithSlidingWindow() argument
246 writeFontDataWithSlidingWindow( ReadableFontData rfd, WritableFontData wfd, int windowSize) writeFontDataWithSlidingWindow() argument
[all...]
H A DByteArrayTests.java93 for (int windowSize = 1; windowSize < ba1.length(); windowSize += increments) { in readComparison()
94 b1 = readByteArrayWithSlidingWindow(ba1, windowSize); in readComparison()
95 b2 = readByteArrayWithSlidingWindow(ba2, windowSize); in readComparison()
115 ByteArray<? extends ByteArray<?>> ba, int windowSize) { in readByteArrayWithSlidingWindow()
120 windowSize = Math.min(windowSize, b.length - index); in readByteArrayWithSlidingWindow()
121 int bytesRead = ba.get(index, b, index, windowSize); in readByteArrayWithSlidingWindow()
114 readByteArrayWithSlidingWindow( ByteArray<? extends ByteArray<?>> ba, int windowSize) readByteArrayWithSlidingWindow() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DCoreWindowNativeWindow.h42 HRESULT scaleSwapChain(const Size &windowSize, const RECT &clientRect) override;
78 ABI::Windows::Foundation::Size windowSize; in Invoke() local
79 if (SUCCEEDED(sizeChangedEventArgs->get_Size(&windowSize))) in Invoke()
81 Size windowSizeInPixels = {ConvertDipsToPixels(windowSize.Width), in Invoke()
82 ConvertDipsToPixels(windowSize.Height)}; in Invoke()
95 Size *windowSize);
H A DSwapChainPanelNativeWindow.cpp326 HRESULT SwapChainPanelNativeWindow::scaleSwapChain(const Size &windowSize, const RECT &clientRect) in scaleSwapChain() argument
328 Size renderScale = {windowSize.Width / (float)clientRect.right, in scaleSwapChain()
329 windowSize.Height / (float)clientRect.bottom}; in scaleSwapChain()
348 Size *windowSize) in GetSwapChainPanelSize()
355 [uiElement, windowSize] { return uiElement->get_RenderSize(windowSize); }, dispatcher); in GetSwapChainPanelSize()
345 GetSwapChainPanelSize( const ComPtr<ABI::Windows::UI::Xaml::Controls::ISwapChainPanel> &swapChainPanel, const ComPtr<ICoreDispatcher> &dispatcher, Size *windowSize) GetSwapChainPanelSize() argument
H A DCoreWindowNativeWindow.cpp193 inline HRESULT CoreWindowNativeWindow::scaleSwapChain(const Size &windowSize, in scaleSwapChain() argument
202 Size *windowSize) in GetCoreWindowSizeInPixels()
208 *windowSize = {ConvertDipsToPixels(bounds.Width), ConvertDipsToPixels(bounds.Height)}; in GetCoreWindowSizeInPixels()
201 GetCoreWindowSizeInPixels(const ComPtr<ABI::Windows::UI::Core::ICoreWindow> &coreWindow, Size *windowSize) GetCoreWindowSizeInPixels() argument
H A DSwapChainPanelNativeWindow.h34 HRESULT scaleSwapChain(const Size &windowSize, const RECT &clientRect) override;
94 Size *windowSize);
H A DInspectableNativeWindow.h106 virtual HRESULT scaleSwapChain(const Size &windowSize, const RECT &clientRect) = 0;
/third_party/node/test/parallel/
H A Dtest-http2-client-setLocalWindowSize.js36 message: 'The value of "windowSize" is out of range.' +
52 message: 'The "windowSize" argument must be of type number.' +
75 const windowSize = 2 ** 20;
77 client.setLocalWindowSize(windowSize);
79 assert.strictEqual(client.state.effectiveLocalWindowSize, windowSize);
80 assert.strictEqual(client.state.localWindowSize, windowSize);
103 const windowSize = 20;
105 client.setLocalWindowSize(windowSize);
107 assert.strictEqual(client.state.effectiveLocalWindowSize, windowSize);
/third_party/lzma/Java/SevenZip/Compression/LZ/
H A DOutWindow.java15 public void Create(int windowSize) in Create() argument
17 if (_buffer == null || _windowSize != windowSize) in Create()
18 _buffer = new byte[windowSize]; in Create()
19 _windowSize = windowSize; in Create()
/third_party/lzma/CS/7zip/Compress/LZ/
H A DLzOutWindow.cs15 public void Create(uint windowSize) in Create() argument
17 if (_windowSize != windowSize) in Create()
20 _buffer = new byte[windowSize]; in Create()
22 _windowSize = windowSize; in Create()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DWindow.cpp19 Window::Window(vk::Instance instance, vk::Extent2D windowSize) in Window() argument
43 Window::Window(vk::Instance instance, vk::Extent2D windowSize) in Window() argument
67 windowRect.right = (long)windowSize.width; in Window()
68 windowRect.bottom = (long)windowSize.height; in Window()
H A DWindow.hpp29 Window(vk::Instance instance, vk::Extent2D windowSize);
44 Window(vk::Instance instance, vk::Extent2D windowSize);
H A DDrawTester.cpp66 window.reset(new Window(instance, windowSize)); in initialize()
377 renderPassBeginInfo.renderArea.extent = windowSize; in createCommandBuffers()
383 vk::Viewport viewport(0.0f, 0.0f, static_cast<float>(windowSize.width), static_cast<float>(windowSize.height), 0.0f, 1.0f); in createCommandBuffers()
386 vk::Rect2D scissor(vk::Offset2D(0, 0), windowSize); in createCommandBuffers()
H A DDrawTester.hpp132 const vk::Extent2D windowSize = { 1280, 720 }; member in DrawTester
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiMaintenance1Tests.cpp276 tcu::UVec2 windowSize; member
284 , windowSize (tcu::UVec2(kDefaultWindowWidth, kDefaultWindowHeight)) in TestNativeObjects()
288 windows.push_back(createWindow(*display, windowSize)); in TestNativeObjects()
807 swapchainInfo.push_back(getBasicSwapchainParameters(*surfaces[i], surfaceFormats[0], native.windowSize, testParams.modes[i], transform, isSharedPresentMode[i] ? 1 : capabilities.minImageCount, testParams.deferMemoryAllocation)); in presentFenceTest()
1556 tcu::UVec2 swapchainSize = native.windowSize; in scalingTest()
1622 tcu::UVec2 windowSize = native.windowSize; in scalingTest() local
1628 windowSize.x() /= 2; in scalingTest()
1629 windowSize.y() /= 2; in scalingTest()
1632 windowSize in scalingTest()
2099 tcu::UVec2 windowSize = native.windowSize; releaseImagesTest() local
2147 tcu::UVec2 windowSize = native.windowSize; releaseImagesTest() local
[all...]
H A DvktWsiFullScreenExclusiveTests.cpp246 tcu::UVec2 windowSize; member
253 , windowSize (getFullScreenSize(wsiType, *display.get(), tcu::UVec2(256U, 256U))) in NativeObjectsFS()
254 , window (createWindow(*display, windowSize)) in NativeObjectsFS()
420 VkSwapchainCreateInfoKHR swapchainInfo = getBasicSwapchainParameters(testParams.wsiType, instHelper.vki, devHelper.physicalDevice, *surface, surfaceFormats[0], native.windowSize, 2); in fullScreenExclusiveTest()
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DWin32SurfaceKHR.cpp23 VkResult getWindowSize(HWND hwnd, VkExtent2D &windowSize) in getWindowSize() argument
28 windowSize = { 0, 0 }; in getWindowSize()
32 windowSize = { static_cast<uint32_t>(clientRect.right - clientRect.left), in getWindowSize()
/third_party/skia/src/core/
H A DSkBlurMask.cpp515 int windowSize = SkScalarCeilToInt(sigma*6); in BlurGroundTruth() local
517 windowSize |= 1; in BlurGroundTruth()
519 SkAutoTMalloc<float> gaussWindow(windowSize); in BlurGroundTruth()
521 int halfWindow = windowSize >> 1; in BlurGroundTruth()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiFullScreenExclusiveTests.cpp246 tcu::UVec2 windowSize; member
253 , windowSize (getFullScreenSize(wsiType, *display.get(), tcu::UVec2(256U, 256U))) in NativeObjectsFS()
254 , window (createWindow(*display, windowSize)) in NativeObjectsFS()
420 VkSwapchainCreateInfoKHR swapchainInfo = getBasicSwapchainParameters(testParams.wsiType, instHelper.vki, devHelper.physicalDevice, *surface, surfaceFormats[0], native.windowSize, 2); in fullScreenExclusiveTest()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
H A DLatencyAnalyzer.h69 int windowSize) { in calculateNormalizedCorrelation()
75 for (int i = 0; i < windowSize; i++) { in calculateNormalizedCorrelation()
67 calculateNormalizedCorrelation(const float *a, const float *b, int windowSize) calculateNormalizedCorrelation() argument
/third_party/skia/third_party/externals/brotli/go/cbrotli/
H A Dcbrotli_test.go95 windowSize := int(math.Pow(2, lgWin))
96 input := make([]byte, 8*windowSize)
/third_party/glslang/SPIRV/
H A DSPVRemapper.cpp764 static const unsigned windowSize = 2; in mapFnBodies() local
782 for (unsigned i = entry-1; i >= entry-windowSize; --i) { in mapFnBodies()
788 for (unsigned i = entry; i <= entry + windowSize; ++i) { in mapFnBodies()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSurfaceVk.cpp651 gl::Extents windowSize; in initializeImpl() local
652 ANGLE_TRY(createSurfaceVk(displayVk, &windowSize)); in initializeImpl()
725 width = (attribWidth != 0) ? static_cast<uint32_t>(attribWidth) : windowSize.width; in initializeImpl()
726 height = (attribHeight != 0) ? static_cast<uint32_t>(attribHeight) : windowSize.height; in initializeImpl()
/third_party/node/lib/internal/http2/
H A Dcore.js1359 setLocalWindowSize(windowSize) {
1363 validateInt32(windowSize, 'windowSize', 0);
1364 const ret = this[kHandle].setLocalWindowSize(windowSize);
/third_party/skia/third_party/externals/brotli/research/
H A Dbrotlidump.py1584 self.windowSize = self.verboseRead(WindowSizeAlphabet())
1855 maxDistance = min(len(self.output), self.windowSize)

Completed in 24 milliseconds

12