/external/clang/www/analyzer/scripts/ |
H A 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/skia/gm/ |
H A D | etc1bitmap.cpp | 47 int newHeight = (blockHeight - 1) << 2; local 49 size_t newDataSz = etc1_get_encoded_data_size(newWidth, newHeight) + ETC_PKM_HEADER_SIZE; 54 etc1_pkm_format_header(newData, newWidth, newHeight); 67 *height = newHeight;
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/ |
H A D | ButtonPropertyEditorPresentationImpl.java | 167 private static void setBounds(Control control, int newX, int newY, int newWidth, int newHeight) { argument 171 if (newY + newHeight < 0) { 190 control.setData("oldHeight", newHeight); 195 if (oldWidth == newWidth && oldHeight == newHeight) { 201 control.setBounds(newX, newY, newWidth, newHeight);
|
/external/mesa3d/src/mesa/main/ |
H A D | framebuffer.c | 347 GLuint newWidth, newHeight; local 353 ctx->Driver.GetBufferSize( buffer, &newWidth, &newHeight ); 356 if (buffer->Width != newWidth || buffer->Height != newHeight) { 358 ctx->Driver.ResizeBuffers(ctx, buffer, newWidth, newHeight ); 364 GLuint newWidth, newHeight; local 370 ctx->Driver.GetBufferSize( buffer, &newWidth, &newHeight ); 373 if (buffer->Width != newWidth || buffer->Height != newHeight) { 375 ctx->Driver.ResizeBuffers(ctx, buffer, newWidth, newHeight );
|
H A D | texcompress_fxt1.c | 1331 GLint newHeight = (height + 3) & ~3; local 1332 newSource = malloc(comps * newWidth * newHeight * sizeof(GLubyte)); 1338 upscale_teximage2d(width, height, newWidth, newHeight, 1343 height = newHeight;
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
H A D | TransformationUtils.java | 269 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/opencv3/modules/videoio/src/ |
H A D | cap_giganetix.cpp | 449 UINT32 newWidth, newHeight; local 452 imageInfo->GetSize(newWidth, newHeight); 475 m_raw_image = cvCreateImageHeader (cvSize((int)newWidth, (int)newHeight),IPL_DEPTH_8U,1); 492 m_raw_image = cvCreateImageHeader (cvSize((int)newWidth, (int)newHeight), IPL_DEPTH_32F, 3);
|
/external/skia/include/core/ |
H A D | SkImageInfo.h | 243 SkImageInfo makeWH(int newWidth, int newHeight) const { 244 return SkImageInfo::Make(newWidth, newHeight, fColorType, fAlphaType, fProfileType);
|
/external/deqp/framework/egl/ |
H A D | egluGLContextFactory.cpp | 526 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/deqp/modules/egl/ |
H A D | teglResizeTests.cpp | 278 const int newHeight = newSurface.getHeight(); local 280 const int minHeight = de::min(oldHeight, newHeight); 290 const int newY = yCorner == 0 ? 0 : newHeight - minHeight;
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/texturepacker/ |
H A D | ImageProcessor.java | 255 int newHeight = bottom - top; 256 if (newWidth <= 0 || newHeight <= 0) { 262 return new Rect(source, left, top, newWidth, newHeight, false);
|
H A D | TexturePacker.java | 431 Rect (BufferedImage source, int left, int top, int newWidth, int newHeight, boolean isPatch) {
argument 432 image = new BufferedImage(source.getColorModel(), source.getRaster().createWritableChild(left, top, newWidth, newHeight,
437 regionHeight = newHeight;
441 height = newHeight;
|
/external/deqp/modules/gles2/functional/ |
H A D | es2fFboRenderTest.cpp | 1724 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 D | es3fFboRenderTest.cpp | 1132 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.ui.forms_3.5.2.r36_v20100702.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/robolectric/v3/runtime/ |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |