/external/clang/www/analyzer/scripts/ |
D | expandcollapse.js | 143 var newHeight; 149 newHeight = CLIP_HEIGHT; 154 newHeight = cellInfo.height; 163 expandableDiv.style.height = newHeight + "px"; 168 if (state.height > newHeight) { 170 data.style.height = (newHeight - EXPANDER_HEIGHT) + "px"; 188 window.scrollBy(0, newHeight - cellInfo.height);
|
/external/angle/samples/WindowTest/ |
D | WindowTest.cpp | 45 int newHeight = height; in main() local 58 newHeight = std::max(0, height + (event.Key.Shift ? -20 : 20)); in main() 101 if (newWidth != width || newHeight != height) in main() 104 height = newHeight; in main()
|
/external/perfetto/ui/src/frontend/ |
D | details_panel.ts | 93 const newHeight = constant 95 this.isClosed = newHeight <= DRAG_HANDLE_HEIGHT_PX; 96 this.isFullscreen = newHeight >= this.fullscreenHeight; 97 this.resize(newHeight);
|
/external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/ |
D | OvicClassifierBenchmarker.java | 135 int newHeight = Math.round(height - stHeight * 2); in convertBitmapToInput() local 136 bitmap = Bitmap.createBitmap(bitmap, stWidth, stHeight, newWidth, newHeight); in convertBitmapToInput()
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
D | TransformationUtils.java | 269 final int newHeight = Math.round(newRect.height()); in rotateImageExif() local 271 Bitmap result = pool.get(newWidth, newHeight, toOrient.getConfig()); in rotateImageExif() 273 result = Bitmap.createBitmap(newWidth, newHeight, toOrient.getConfig()); in rotateImageExif()
|
/external/deqp/framework/egl/ |
D | egluGLContextFactory.cpp | 568 int newHeight = 0; in postIterate() local 571 egl.querySurface(m_eglDisplay, m_eglSurface, EGL_HEIGHT, &newHeight); in postIterate() 575 newHeight != m_glRenderTarget.getHeight()) in postIterate() 578 m_glRenderTarget.getWidth(), m_glRenderTarget.getHeight(), newWidth, newHeight); in postIterate() 580 m_glRenderTarget = tcu::RenderTarget(newWidth, newHeight, in postIterate()
|
/external/skqp/include/core/ |
D | SkImageInfo.h | 439 SkImageInfo makeWH(int newWidth, int newHeight) const { in makeWH() 440 return Make(newWidth, newHeight, fColorType, fAlphaType, fColorSpace); in makeWH()
|
/external/angle/src/libANGLE/renderer/gl/wgl/ |
D | DXGISwapChainWindowSurfaceWGL.cpp | 350 size_t newHeight = rect.bottom - rect.top; in checkForResize() local 351 if (newWidth != mWidth || newHeight != mHeight) in checkForResize() 354 mHeight = newHeight; in checkForResize()
|
/external/skia/include/core/ |
D | SkImageInfo.h | 519 SkImageInfo makeWH(int newWidth, int newHeight) const { in makeWH() 520 return Make({newWidth, newHeight}, fColorInfo); in makeWH()
|
/external/deqp/modules/egl/ |
D | teglResizeTests.cpp | 278 const int newHeight = newSurface.getHeight(); in compareCorners() local 280 const int minHeight = de::min(oldHeight, newHeight); in compareCorners() 290 const int newY = yCorner == 0 ? 0 : newHeight - minHeight; in compareCorners()
|
/external/skqp/src/image/ |
D | SkImage_GpuYUVA.cpp | 209 int newHeight = SkTMin(static_cast<int>(yuvaPixmaps[i].height() * scale), in MakeFromYUVAPixmaps() local 211 SkImageInfo info = yuvaPixmaps[i].info().makeWH(newWidth, newHeight); in MakeFromYUVAPixmaps()
|
D | SkImage_Gpu.cpp | 517 int newHeight = SkTMin(static_cast<int>(originalPixmap.height() * scale), maxTextureSize); in MakeCrossContextFromPixmap() local 518 SkImageInfo info = originalPixmap.info().makeWH(newWidth, newHeight); in MakeCrossContextFromPixmap()
|
/external/skia/src/image/ |
D | SkImage_GpuYUVA.cpp | 284 int newHeight = in MakeFromYUVAPixmaps() local 286 SkImageInfo info = yuvaPixmaps[i].info().makeWH(newWidth, newHeight); in MakeFromYUVAPixmaps()
|
D | SkImage_Gpu.cpp | 538 int newHeight = std::min(static_cast<int>(originalPixmap.height() * scale), maxTextureSize); in MakeCrossContextFromPixmap() local 539 SkImageInfo info = originalPixmap.info().makeWH(newWidth, newHeight); in MakeCrossContextFromPixmap()
|
/external/mesa3d/include/HaikuGL/ |
D | GLView.h | 69 virtual void FrameResized(float newWidth, float newHeight);
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboRenderTest.cpp | 1134 int newHeight = 32; in render() local 1175 context.texImage2D(GL_TEXTURE_2D, 0, fbo.getConfig().colorFormat, newWidth, newHeight); in render() 1180 context.renderbufferStorage(GL_RENDERBUFFER, fbo.getConfig().colorFormat, newWidth, newHeight); in render() 1193 context.texImage2D(GL_TEXTURE_2D, 0, fbo.getConfig().depthStencilFormat, newWidth, newHeight); in render() 1198 …text.renderbufferStorage(GL_RENDERBUFFER, fbo.getConfig().depthStencilFormat, newWidth, newHeight); in render() 1207 context.viewport(0, 0, newWidth, newHeight); in render() 1244 …readPixels(context, dst, 0, 0, newWidth, newHeight, colorFormat, fboRangeInfo.lookupScale, fboRang… in render()
|
/external/skqp/src/core/ |
D | SkImageFilter.cpp | 349 int newWidth, int newHeight, int offX, int offY) { in pad_image() argument 366 sk_sp<SkSpecialSurface> surf(src->makeSurface(outProps, SkISize::Make(newWidth, newHeight))); in pad_image()
|
/external/mesa3d/src/amd/addrlib/src/r800/ |
D | siaddrlib.cpp | 1307 UINT_32 newHeight; in HwlComputeXmaskAddrFromCoord() local 1329 &newHeight, in HwlComputeXmaskAddrFromCoord() 1350 &newHeight, in HwlComputeXmaskAddrFromCoord() 1360 const UINT_32 heightInTile = newHeight / MicroTileWidth; in HwlComputeXmaskAddrFromCoord() 1465 UINT_32 newHeight; in HwlComputeXmaskCoordFromAddr() local 1489 &newHeight, in HwlComputeXmaskCoordFromAddr() 1509 &newHeight, in HwlComputeXmaskCoordFromAddr() 1517 const UINT_32 heightInTile = newHeight / MicroTileWidth; in HwlComputeXmaskCoordFromAddr()
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboRenderTest.cpp | 1746 int newHeight = 32; in render() local 1753 context.texImage2D(GL_TEXTURE_2D, 0, fbo.getConfig().colorbufferFormat, newWidth, newHeight); in render() 1758 …ntext.renderbufferStorage(GL_RENDERBUFFER, fbo.getConfig().colorbufferFormat, newWidth, newHeight); in render() 1769 …ntext.renderbufferStorage(GL_RENDERBUFFER, fbo.getConfig().depthbufferFormat, newWidth, newHeight); in render() 1776 …ext.renderbufferStorage(GL_RENDERBUFFER, fbo.getConfig().stencilbufferFormat, newWidth, newHeight); in render() 1780 context.viewport(0, 0, newWidth, newHeight); in render() 1817 context.readPixels(dst, 0, 0, newWidth, newHeight); in render()
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_fxt1.c | 1308 GLint newHeight = (height + 3) & ~3; in fxt1_encode() local 1309 newSource = malloc(comps * newWidth * newHeight * sizeof(GLubyte)); in fxt1_encode() 1315 upscale_teximage2d(width, height, newWidth, newHeight, in fxt1_encode() 1320 height = newHeight; in fxt1_encode()
|
D | mipmap.c | 1921 GLint newWidth, newHeight, newDepth; in _mesa_prepare_mipmap_levels() local 1927 &newWidth, &newHeight, &newDepth)) { in _mesa_prepare_mipmap_levels() 1933 newWidth, newHeight, newDepth, in _mesa_prepare_mipmap_levels() 1939 height = newHeight; in _mesa_prepare_mipmap_levels()
|
/external/skia/src/core/ |
D | SkImageFilter.cpp | 369 int newWidth, int newHeight, int offX, int offY) { in pad_image() argument 385 sk_sp<SkSpecialSurface> surf(ctx.makeSurface(SkISize::Make(newWidth, newHeight))); in pad_image()
|
/external/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib1.cpp | 2376 UINT_32 newHeight = 0; in HwlComputeXmaskAddrFromCoord() local 2439 &newHeight, in HwlComputeXmaskAddrFromCoord() 2459 &newHeight, in HwlComputeXmaskAddrFromCoord()
|
/external/skqp/site/user/api/ |
D | SkImageInfo_Reference.md | 972 …eInfo'>SkImageInfo</a> <a href='#SkImageInfo_makeWH'>makeWH</a>(int newWidth, int newHeight) const; 1690 …ageInfo'>SkImageInfo</a> <a href='#SkImageInfo_makeWH'>makeWH</a>(int newWidth, int newHeight)const 1701 …<tr> <td><a name='SkImageInfo_makeWH_newHeight'><code><strong>newHeight</strong></code></a></td>
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderImageLoadStoreTests.cpp | 223 int newHeight = int(height * scale); in scaleDimensionsToMemory() local 227 << " to " << newWidth << "x" << newHeight << "." << tcu::TestLog::EndMessage; in scaleDimensionsToMemory() 230 height = newHeight; in scaleDimensionsToMemory()
|