Home
last modified time | relevance | path

Searched defs:newWidth (Results 1 – 21 of 21) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/samples/WindowTest/
DWindowTest.cpp44 int newWidth = width; in main() local
/third_party/skia/third_party/externals/angle2/samples/WindowTest/
DWindowTest.cpp44 int newWidth = width; in main() local
/third_party/flutter/engine/flutter/shell/platform/windows/
Dwin32_window.cc220 LONG newWidth = lprcNewScale->right - lprcNewScale->left; in HandleDpiChange() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DDXGISwapChainWindowSurfaceWGL.cpp349 size_t newWidth = rect.right - rect.left; in checkForResize() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DDXGISwapChainWindowSurfaceWGL.cpp349 size_t newWidth = rect.right - rect.left; in checkForResize() local
/third_party/flutter/skia/src/image/
DSkImage_GpuYUVA.cpp269 int newWidth = SkTMin(static_cast<int>(yuvaPixmaps[i].width() * scale), in MakeFromYUVAPixmaps() local
DSkImage_Gpu.cpp491 int newWidth = SkTMin(static_cast<int>(originalPixmap.width() * scale), maxTextureSize); in MakeCrossContextFromPixmap() local
/third_party/gstreamer/gstplugins_bad/ext/onnx/
Dgstonnxclient.cpp259 int32_t newWidth = fixedInputImageSize ? width : vmeta->width; in parseDimensions() local
/third_party/vk-gl-cts/framework/egl/
DegluGLContextFactory.cpp567 int newWidth = 0; in postIterate() local
/third_party/flutter/skia/src/core/
DSkImageFilter.cpp305 int newWidth, int newHeight, int offX, int offY) { in pad_image()
/third_party/vk-gl-cts/modules/egl/
DteglResizeTests.cpp279 const int newWidth = newSurface.getWidth(); in compareCorners() local
/third_party/skia/src/core/
DSkImageFilter.cpp393 int newWidth, int newHeight, int offX, int offY) { in pad_image()
/third_party/skia/src/image/
DSkImage_Gpu.cpp648 int newWidth = std::min(static_cast<int>(originalPixmap.width() * scale), maxTextureSize); in MakeCrossContextFromPixmap() local
/third_party/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js383 set: function(newWidth) { argument
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js402 set: function(newWidth) { argument
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboRenderTest.cpp1133 int newWidth = 64; in render() local
/third_party/mesa3d/src/util/format/
Du_format_fxt1.c1185 int32_t newWidth = (width + 7) & ~7; in fxt1_encode() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fFboRenderTest.cpp1745 int newWidth = 64; in render() local
/third_party/mesa3d/src/mesa/main/
Dmipmap.c1927 GLint newWidth, newHeight, newDepth; in _mesa_prepare_mipmap_levels() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp221 int newWidth = int(width * scale); in scaleDimensionsToMemory() local
/third_party/libabigail/tests/lib/
Dcatch.hpp8624 auto width(size_t newWidth) -> Column& { in width()