/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/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 | 566 int newHeight = 0; in postIterate() local 569 egl.querySurface(m_eglDisplay, m_eglSurface, EGL_HEIGHT, &newHeight); in postIterate() 573 newHeight != m_glRenderTarget.getHeight()) in postIterate() 576 m_glRenderTarget.getWidth(), m_glRenderTarget.getHeight(), newWidth, newHeight); in postIterate() 578 m_glRenderTarget = tcu::RenderTarget(newWidth, newHeight, in postIterate()
|
/external/perfetto/ui/src/frontend/ |
D | viewer_page.ts | 138 const newHeight = this.dragStartHeight + (DRAG_HANDLE_HEIGHT_PX / 2) - y; constant 139 this.isClosed = Math.floor(newHeight) <= DRAG_HANDLE_HEIGHT_PX; 140 this.resize(Math.floor(newHeight));
|
/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/skia/include/core/ |
D | SkImageInfo.h | 445 SkImageInfo makeWH(int newWidth, int newHeight) const { in makeWH() 446 return Make(newWidth, newHeight, fColorType, fAlphaType, fColorSpace); 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 | 231 int newHeight = SkTMin(static_cast<int>(yuvaPixmaps[i].height() * scale), in MakeFromYUVAPixmaps() local 233 SkImageInfo info = yuvaPixmaps[i].info().makeWH(newWidth, newHeight); in MakeFromYUVAPixmaps()
|
D | SkImage_Gpu.cpp | 542 int newHeight = SkTMin(static_cast<int>(originalPixmap.height() * scale), maxTextureSize); in MakeCrossContextFromPixmap() local 543 SkImageInfo info = originalPixmap.info().makeWH(newWidth, newHeight); in MakeCrossContextFromPixmap()
|
/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/mesa3d/include/HaikuGL/ |
D | GLView.h | 69 virtual void FrameResized(float newWidth, float newHeight);
|
/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/skia/src/core/ |
D | SkImageFilter.cpp | 352 int newWidth, int newHeight, int offX, int offY) { in pad_image() argument 369 sk_sp<SkSpecialSurface> surf(src->makeSurface(outProps, SkISize::Make(newWidth, newHeight))); in pad_image()
|
/external/mesa3d/src/amd/addrlib/r800/ |
D | siaddrlib.cpp | 1275 UINT_32 newHeight; in HwlComputeXmaskAddrFromCoord() local 1297 &newHeight, in HwlComputeXmaskAddrFromCoord() 1318 &newHeight, in HwlComputeXmaskAddrFromCoord() 1328 const UINT_32 heightInTile = newHeight / MicroTileWidth; in HwlComputeXmaskAddrFromCoord() 1433 UINT_32 newHeight; in HwlComputeXmaskCoordFromAddr() local 1457 &newHeight, in HwlComputeXmaskCoordFromAddr() 1477 &newHeight, in HwlComputeXmaskCoordFromAddr() 1485 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 | 1303 GLint newHeight = (height + 3) & ~3; in fxt1_encode() local 1304 newSource = malloc(comps * newWidth * newHeight * sizeof(GLubyte)); in fxt1_encode() 1310 upscale_teximage2d(width, height, newWidth, newHeight, in fxt1_encode() 1315 height = newHeight; in fxt1_encode()
|
D | mipmap.c | 1896 GLint newWidth, newHeight, newDepth; in _mesa_prepare_mipmap_levels() local 1902 &newWidth, &newHeight, &newDepth)) { in _mesa_prepare_mipmap_levels() 1908 newWidth, newHeight, newDepth, in _mesa_prepare_mipmap_levels() 1914 height = newHeight; in _mesa_prepare_mipmap_levels()
|
/external/mesa3d/src/amd/addrlib/core/ |
D | addrlib1.cpp | 2367 UINT_32 newHeight = 0; in HwlComputeXmaskAddrFromCoord() local 2430 &newHeight, in HwlComputeXmaskAddrFromCoord() 2450 &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/skia/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()
|
/external/skqp/docs/ |
D | SkImageInfo_Reference.bmh | 1595 #Method SkImageInfo makeWH(int newWidth, int newHeight) const
|