/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | flexible_space_bar.dart | 97 /// `currentExtent` sets the scale of the [FlexibleSpaceBar.background] and 109 @required double currentExtent, 112 assert(currentExtent != null); 115 minExtent: minExtent ?? currentExtent, 116 maxExtent: maxExtent ?? currentExtent, 117 currentExtent: currentExtent, 158 return -(settings.maxExtent - settings.currentExtent); 179 …final double t = (1.0 - (settings.currentExtent - settings.minExtent) / deltaExtent).clamp(0.0, 1.… 264 /// The required [toolbarOpacity], [minExtent], [maxExtent], [currentExtent], 271 @required this.currentExtent, [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/headless/ |
D | WindowSurfaceVkHeadless.cpp | 54 mSurfaceCaps.currentExtent.width = simpleWindow->width; in getCurrentWindowSize() 55 mSurfaceCaps.currentExtent.height = simpleWindow->height; in getCurrentWindowSize() 58 gl::Extents(mSurfaceCaps.currentExtent.width, mSurfaceCaps.currentExtent.height, 1); in getCurrentWindowSize()
|
/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_device.cc | 333 if (capabilities->currentExtent.width != 0xFFFFFFFF && in GetSurfaceCapabilities() 334 capabilities->currentExtent.height != 0xFFFFFFFF) { in GetSurfaceCapabilities() 346 capabilities->currentExtent.width = size.width(); in GetSurfaceCapabilities() 347 capabilities->currentExtent.height = size.height(); in GetSurfaceCapabilities() 365 if (capabilities->currentExtent.width != 0xFFFFFFFF && in GetSurfaceCapabilities() 366 capabilities->currentExtent.height != 0xFFFFFFFF) { in GetSurfaceCapabilities() 377 capabilities->currentExtent.width = size.width(); in GetSurfaceCapabilities() 378 capabilities->currentExtent.height = size.height(); in GetSurfaceCapabilities()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | SurfaceVk.cpp | 709 uint32_t width = mSurfaceCaps.currentExtent.width; in initializeImpl() 710 uint32_t height = mSurfaceCaps.currentExtent.height; in initializeImpl() 721 if (mSurfaceCaps.currentExtent.width == kSurfaceSizedBySwapchain) in initializeImpl() 723 ASSERT(mSurfaceCaps.currentExtent.height == kSurfaceSizedBySwapchain); in initializeImpl() 1248 if (surfaceCaps->currentExtent.width == kSurfaceSizedBySwapchain) in queryAndAdjustSurfaceCaps() 1250 ASSERT(surfaceCaps->currentExtent.height == kSurfaceSizedBySwapchain); in queryAndAdjustSurfaceCaps() 1258 surfaceCaps->currentExtent.width = currentExtents.width; in queryAndAdjustSurfaceCaps() 1259 surfaceCaps->currentExtent.height = currentExtents.height; in queryAndAdjustSurfaceCaps() 1289 mSurfaceCaps.currentExtent.width != swapchainWidth || in checkForOutOfDateSwapchain() 1290 mSurfaceCaps.currentExtent.height != swapchainHeight; in checkForOutOfDateSwapchain() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/ |
D | WindowSurfaceVkAndroid.cpp | 45 *extentsOut = gl::Extents(surfaceCaps.currentExtent.width, surfaceCaps.currentExtent.height, 1); in getCurrentWindowSize()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_GGP_stream_descriptor_surface/ |
D | platformCreateSurface_streamdescriptor.txt | 53 The pname:currentExtent will reflect the current optimal resolution. 58 Using the surface's pname:currentExtent will offer the best performance and 61 pname:currentExtent, the presentable images are scaled to the surface's
|
D | platformCreateSurface_streamdescriptor.adoc | 53 The pname:currentExtent will reflect the current optimal resolution. 58 Using the surface's pname:currentExtent will offer the best performance and 61 pname:currentExtent, the presentable images are scaled to the surface's
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ggp/ |
D | WindowSurfaceVkGGP.cpp | 58 gl::Extents(mSurfaceCaps.currentExtent.width, mSurfaceCaps.currentExtent.height, 1); in getCurrentWindowSize()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_win32_surface/ |
D | platformCreateSurface_win32.adoc | 54 pname:currentExtent must: always equal the window size. 56 The pname:currentExtent of a Win32 surface must: have both pname:width and 69 in slink:VkSurfaceCapabilitiesKHR::pname:currentExtent.
|
D | platformCreateSurface_win32.txt | 55 pname:currentExtent must: always equal the window size. 57 The pname:currentExtent of a Win32 surface must: have both pname:width and
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/display/ |
D | WindowSurfaceVkSimple.cpp | 78 gl::Extents(mSurfaceCaps.currentExtent.width, mSurfaceCaps.currentExtent.height, 1); in getCurrentWindowSize()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_xcb_surface/ |
D | platformCreateSurface_xcb.adoc | 55 pname:currentExtent must: always equal the window size. 57 The pname:currentExtent of an Xcb surface must: have both pname:width and 70 in slink:VkSurfaceCapabilitiesKHR::pname:currentExtent.
|
D | platformCreateSurface_xcb.txt | 55 pname:currentExtent must: always equal the window size. 57 The pname:currentExtent of an Xcb surface must: have both pname:width and
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 78 (a.currentExtent != b.currentExtent) || in operator !=() 468 if (capabilities.currentExtent.width != SURFACE_EXTENT_DETERMINED_BY_SWAPCHAIN_MAGIC || in validateSurfaceCapabilities() 469 capabilities.currentExtent.height != SURFACE_EXTENT_DETERMINED_BY_SWAPCHAIN_MAGIC) in validateSurfaceCapabilities() 471 results.check(capabilities.currentExtent.width > 0 && in validateSurfaceCapabilities() 472 capabilities.currentExtent.height > 0, in validateSurfaceCapabilities() 475 …results.check(de::inRange(capabilities.currentExtent.width, capabilities.minImageExtent.width, cap… in validateSurfaceCapabilities() 476 …de::inRange(capabilities.currentExtent.height, capabilities.minImageExtent.height, capabilities.ma… in validateSurfaceCapabilities() 1485 results.check(capabilities.currentExtent.width == testSize.x() && in createSurfaceInitialSizeTest() 1486 capabilities.currentExtent.height == testSize.y(), in createSurfaceInitialSizeTest() 1487 …"currentExtent " + de::toString(capabilities.currentExtent) + " doesn't match requested size " + d… in createSurfaceInitialSizeTest() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 78 (a.currentExtent != b.currentExtent) || in operator !=() 468 if (capabilities.currentExtent.width != SURFACE_EXTENT_DETERMINED_BY_SWAPCHAIN_MAGIC || in validateSurfaceCapabilities() 469 capabilities.currentExtent.height != SURFACE_EXTENT_DETERMINED_BY_SWAPCHAIN_MAGIC) in validateSurfaceCapabilities() 471 results.check(capabilities.currentExtent.width > 0 && in validateSurfaceCapabilities() 472 capabilities.currentExtent.height > 0, in validateSurfaceCapabilities() 475 …results.check(de::inRange(capabilities.currentExtent.width, capabilities.minImageExtent.width, cap… in validateSurfaceCapabilities() 476 …de::inRange(capabilities.currentExtent.height, capabilities.minImageExtent.height, capabilities.ma… in validateSurfaceCapabilities() 1485 results.check(capabilities.currentExtent.width == testSize.x() && in createSurfaceInitialSizeTest() 1486 capabilities.currentExtent.height == testSize.y(), in createSurfaceInitialSizeTest() 1487 …"currentExtent " + de::toString(capabilities.currentExtent) + " doesn't match requested size " + d… in createSurfaceInitialSizeTest() [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_xlib_surface/ |
D | platformCreateSurface_xlib.adoc | 54 pname:currentExtent must: always equal the window size. 56 The pname:currentExtent of an Xlib surface must: have both pname:width and 69 in slink:VkSurfaceCapabilitiesKHR::pname:currentExtent.
|
D | platformCreateSurface_xlib.txt | 55 pname:currentExtent must: always equal the window size. 57 The pname:currentExtent of an Xlib surface must: have both pname:width and
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | draggable_scrollable_sheet.dart | 232 /// The [currentExtent] will never be null. 259 set currentExtent(double value) { 263 double get currentExtent => _currentExtent.value; 274 currentExtent += delta / availablePixels * maxExtent; 278 extent: currentExtent, 332 heightFactor: _extent.currentExtent, 402 /// [_DraggableSheetExtent.currentExtent] or visible content offset in the 470 position: extent.currentExtent,
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NN_vi_surface/ |
D | platformCreateSurface_vi.txt | 32 If the native window is created with a specified size, pname:currentExtent 36 Otherwise, the pname:currentExtent will have the special value
|
D | platformCreateSurface_vi.adoc | 32 If the native window is created with a specified size, pname:currentExtent 36 Otherwise, the pname:currentExtent will have the special value
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
D | HeadlessSurfaceKHR.cpp | 39 pSurfaceCapabilities->currentExtent = extent; in getSurfaceCapabilities()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_android_surface/ |
D | platformCreateSurface_android.adoc | 43 surface's pname:currentExtent, the presentable images will be scaled to the 47 For the system compositor, pname:currentExtent is the window size (i.e. the
|
D | platformCreateSurface_android.txt | 43 surface's pname:currentExtent, the presentable images will be scaled to the 47 For the system compositor, pname:currentExtent is the window size (i.e. the
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | SurfaceVk.cpp | 444 uint32_t width = mSurfaceCaps.currentExtent.width; in initializeImpl() 445 uint32_t height = mSurfaceCaps.currentExtent.height; in initializeImpl() 456 if (mSurfaceCaps.currentExtent.width == 0xFFFFFFFFu) in initializeImpl() 458 ASSERT(mSurfaceCaps.currentExtent.height == 0xFFFFFFFFu); in initializeImpl() 714 uint32_t width = mSurfaceCaps.currentExtent.width; in checkForOutOfDateSwapchain() 715 uint32_t height = mSurfaceCaps.currentExtent.height; in checkForOutOfDateSwapchain()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_kopper.c | 264 cswap->scci.imageExtent.width = cdt->caps.currentExtent.width; in kopper_CreateSwapchain() 265 cswap->scci.imageExtent.height = cdt->caps.currentExtent.height; in kopper_CreateSwapchain() 854 *w = cdt->caps.currentExtent.width; in zink_kopper_update() 855 *h = cdt->caps.currentExtent.height; in zink_kopper_update() 925 update_swapchain(screen, cdt, cdt->caps.currentExtent.width, cdt->caps.currentExtent.height); in zink_kopper_set_swap_interval()
|