Home
last modified time | relevance | path

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

/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/deqp/framework/egl/
DegluGLContextFactory.cpp526 int newHeight = 0; in postIterate() local
529 egl.querySurface(m_eglDisplay, m_eglSurface, EGL_HEIGHT, &newHeight); in postIterate()
533 newHeight != m_glRenderTarget.getHeight()) in postIterate()
536 m_glRenderTarget.getWidth(), m_glRenderTarget.getHeight(), newWidth, newHeight); in postIterate()
538 m_glRenderTarget = tcu::RenderTarget(newWidth, newHeight, in postIterate()
/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/skia/include/core/
DSkImageInfo.h253 SkImageInfo makeWH(int newWidth, int newHeight) const { in makeWH()
254 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/mesa3d/src/amd/addrlib/r800/
Dsiaddrlib.cpp811 UINT_32 newHeight; in HwlComputeXmaskAddrFromCoord() local
833 &newHeight, in HwlComputeXmaskAddrFromCoord()
854 &newHeight, in HwlComputeXmaskAddrFromCoord()
864 const UINT_32 heightInTile = newHeight / MicroTileWidth; in HwlComputeXmaskAddrFromCoord()
969 UINT_32 newHeight; in HwlComputeXmaskCoordFromAddr() local
993 &newHeight, in HwlComputeXmaskCoordFromAddr()
1013 &newHeight, in HwlComputeXmaskCoordFromAddr()
1021 const UINT_32 heightInTile = newHeight / MicroTileWidth; in HwlComputeXmaskCoordFromAddr()
/external/mesa3d/include/HaikuGL/
DGLView.h69 virtual void FrameResized(float newWidth, float newHeight);
/external/deqp/modules/gles3/functional/
Des3fFboRenderTest.cpp1132 int newHeight = 32; in render() local
1173 context.texImage2D(GL_TEXTURE_2D, 0, fbo.getConfig().colorFormat, newWidth, newHeight); in render()
1178 context.renderbufferStorage(GL_RENDERBUFFER, fbo.getConfig().colorFormat, newWidth, newHeight); in render()
1191 context.texImage2D(GL_TEXTURE_2D, 0, fbo.getConfig().depthStencilFormat, newWidth, newHeight); in render()
1196 …text.renderbufferStorage(GL_RENDERBUFFER, fbo.getConfig().depthStencilFormat, newWidth, newHeight); in render()
1205 context.viewport(0, 0, newWidth, newHeight); in render()
1242 …readPixels(context, dst, 0, 0, newWidth, newHeight, colorFormat, fboRangeInfo.lookupScale, fboRang… in render()
/external/skia/src/core/
DSkImageFilter.cpp397 int newWidth, int newHeight, int offX, int offY) { in pad_image() argument
414 sk_sp<SkSpecialSurface> surf(src->makeSurface(outProps, SkISize::Make(newWidth, newHeight))); in pad_image()
/external/deqp/modules/gles2/functional/
Des2fFboRenderTest.cpp1724 int newHeight = 32; in render() local
1731 context.texImage2D(GL_TEXTURE_2D, 0, fbo.getConfig().colorbufferFormat, newWidth, newHeight); in render()
1736 …ntext.renderbufferStorage(GL_RENDERBUFFER, fbo.getConfig().colorbufferFormat, newWidth, newHeight); in render()
1747 …ntext.renderbufferStorage(GL_RENDERBUFFER, fbo.getConfig().depthbufferFormat, newWidth, newHeight); in render()
1754 …ext.renderbufferStorage(GL_RENDERBUFFER, fbo.getConfig().stencilbufferFormat, newWidth, newHeight); in render()
1758 context.viewport(0, 0, newWidth, newHeight); in render()
1795 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.c1897 GLint newWidth, newHeight, newDepth; in _mesa_prepare_mipmap_levels() local
1903 &newWidth, &newHeight, &newDepth)) { in _mesa_prepare_mipmap_levels()
1909 newWidth, newHeight, newDepth, in _mesa_prepare_mipmap_levels()
1915 height = newHeight; in _mesa_prepare_mipmap_levels()
/external/mesa3d/src/amd/addrlib/core/
Daddrlib.cpp2500 UINT_32 newHeight = 0; in HwlComputeXmaskAddrFromCoord() local
2563 &newHeight, in HwlComputeXmaskAddrFromCoord()
2583 &newHeight, in HwlComputeXmaskAddrFromCoord()