Searched refs:newHeight (Results 1 - 19 of 19) sorted by relevance

/external/clang/www/analyzer/scripts/
H A 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/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DTransformationUtils.java269 final int newHeight = Math.round(newRect.height());
271 Bitmap result = pool.get(newWidth, newHeight, toOrient.getConfig());
273 result = Bitmap.createBitmap(newWidth, newHeight, toOrient.getConfig());
/external/skia/include/core/
H A DSkImageInfo.h253 SkImageInfo makeWH(int newWidth, int newHeight) const {
254 return Make(newWidth, newHeight, fColorType, fAlphaType, fColorSpace);
/external/deqp/framework/egl/
H A DegluGLContextFactory.cpp526 int newHeight = 0; local
529 egl.querySurface(m_eglDisplay, m_eglSurface, EGL_HEIGHT, &newHeight);
533 newHeight != m_glRenderTarget.getHeight())
536 m_glRenderTarget.getWidth(), m_glRenderTarget.getHeight(), newWidth, newHeight);
538 m_glRenderTarget = tcu::RenderTarget(newWidth, newHeight,
/external/mesa3d/include/HaikuGL/
H A DGLView.h69 virtual void FrameResized(float newWidth, float newHeight);
/external/deqp/modules/egl/
H A DteglResizeTests.cpp278 const int newHeight = newSurface.getHeight(); local
280 const int minHeight = de::min(oldHeight, newHeight);
290 const int newY = yCorner == 0 ? 0 : newHeight - minHeight;
/external/mesa3d/src/amd/addrlib/r800/
H A Dsiaddrlib.cpp811 UINT_32 newHeight; local
833 &newHeight,
854 &newHeight,
864 const UINT_32 heightInTile = newHeight / MicroTileWidth;
969 UINT_32 newHeight; local
993 &newHeight,
1013 &newHeight,
1021 const UINT_32 heightInTile = newHeight / MicroTileWidth;
/external/skia/src/core/
H A DSkImageFilter.cpp393 // Return a larger (newWidth x newHeight) copy of 'src' with black padding
397 int newWidth, int newHeight, int offX, int offY) {
414 sk_sp<SkSpecialSurface> surf(src->makeSurface(outProps, SkISize::Make(newWidth, newHeight)));
395 pad_image(SkSpecialImage* src, const SkImageFilter::OutputProperties& outProps, int newWidth, int newHeight, int offX, int offY) argument
/external/deqp/modules/gles2/functional/
H A Des2fFboRenderTest.cpp1724 int newHeight = 32; local
1731 context.texImage2D(GL_TEXTURE_2D, 0, fbo.getConfig().colorbufferFormat, newWidth, newHeight);
1736 context.renderbufferStorage(GL_RENDERBUFFER, fbo.getConfig().colorbufferFormat, newWidth, newHeight);
1747 context.renderbufferStorage(GL_RENDERBUFFER, fbo.getConfig().depthbufferFormat, newWidth, newHeight);
1754 context.renderbufferStorage(GL_RENDERBUFFER, fbo.getConfig().stencilbufferFormat, newWidth, newHeight);
1758 context.viewport(0, 0, newWidth, newHeight);
1795 context.readPixels(dst, 0, 0, newWidth, newHeight);
/external/deqp/modules/gles3/functional/
H A Des3fFboRenderTest.cpp1132 int newHeight = 32; local
1173 context.texImage2D(GL_TEXTURE_2D, 0, fbo.getConfig().colorFormat, newWidth, newHeight);
1178 context.renderbufferStorage(GL_RENDERBUFFER, fbo.getConfig().colorFormat, newWidth, newHeight);
1191 context.texImage2D(GL_TEXTURE_2D, 0, fbo.getConfig().depthStencilFormat, newWidth, newHeight);
1196 context.renderbufferStorage(GL_RENDERBUFFER, fbo.getConfig().depthStencilFormat, newWidth, newHeight);
1205 context.viewport(0, 0, newWidth, newHeight);
1242 readPixels(context, dst, 0, 0, newWidth, newHeight, colorFormat, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias);
/external/mesa3d/src/mesa/main/
H A Dtexcompress_fxt1.c1303 GLint newHeight = (height + 3) & ~3; local
1304 newSource = malloc(comps * newWidth * newHeight * sizeof(GLubyte));
1310 upscale_teximage2d(width, height, newWidth, newHeight,
1315 height = newHeight;
H A Dmipmap.c1897 GLint newWidth, newHeight, newDepth; local
1903 &newWidth, &newHeight, &newDepth)) {
1909 newWidth, newHeight, newDepth,
1915 height = newHeight;
/external/mesa3d/src/amd/addrlib/core/
H A Daddrlib.cpp2500 UINT_32 newHeight = 0; local
2563 &newHeight,
2583 &newHeight,
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1802 milliseconds