Home
last modified time | relevance | path

Searched refs:newHeight (Results 1 – 25 of 26) sorted by relevance

12

/external/clang/www/analyzer/scripts/
Dexpandcollapse.js143 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/
DOvicClassifierBenchmarker.java135 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/
DTransformationUtils.java269 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/
DegluGLContextFactory.cpp566 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/
Dviewer_page.ts138 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/
DSkImageInfo.h439 SkImageInfo makeWH(int newWidth, int newHeight) const { in makeWH()
440 return Make(newWidth, newHeight, fColorType, fAlphaType, fColorSpace); in makeWH()
/external/skia/include/core/
DSkImageInfo.h445 SkImageInfo makeWH(int newWidth, int newHeight) const { in makeWH()
446 return Make(newWidth, newHeight, fColorType, fAlphaType, fColorSpace); in makeWH()
/external/deqp/modules/egl/
DteglResizeTests.cpp278 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/
DSkImage_GpuYUVA.cpp209 int newHeight = SkTMin(static_cast<int>(yuvaPixmaps[i].height() * scale), in MakeFromYUVAPixmaps() local
211 SkImageInfo info = yuvaPixmaps[i].info().makeWH(newWidth, newHeight); in MakeFromYUVAPixmaps()
DSkImage_Gpu.cpp517 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/
DSkImage_GpuYUVA.cpp231 int newHeight = SkTMin(static_cast<int>(yuvaPixmaps[i].height() * scale), in MakeFromYUVAPixmaps() local
233 SkImageInfo info = yuvaPixmaps[i].info().makeWH(newWidth, newHeight); in MakeFromYUVAPixmaps()
DSkImage_Gpu.cpp542 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/
Des3fFboRenderTest.cpp1134 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/
DGLView.h69 virtual void FrameResized(float newWidth, float newHeight);
/external/skqp/src/core/
DSkImageFilter.cpp349 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/
DSkImageFilter.cpp352 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/
Dsiaddrlib.cpp1275 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/
Des2fFboRenderTest.cpp1746 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/
Dtexcompress_fxt1.c1303 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()
Dmipmap.c1896 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/
Daddrlib1.cpp2367 UINT_32 newHeight = 0; in HwlComputeXmaskAddrFromCoord() local
2430 &newHeight, in HwlComputeXmaskAddrFromCoord()
2450 &newHeight, in HwlComputeXmaskAddrFromCoord()
/external/skqp/site/user/api/
DSkImageInfo_Reference.md972 …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/
DSkImageInfo_Reference.md972 …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/
Dgl4cShaderImageLoadStoreTests.cpp223 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/
DSkImageInfo_Reference.bmh1595 #Method SkImageInfo makeWH(int newWidth, int newHeight) const

12