/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/skia/bench/ |
H A D | ETCBitmapBench.cpp | 49 etc1_uint32 newHeight = origHeight * factor; local 51 etc1_uint32 newDataSz = etc1_get_encoded_data_size(newWidth, newHeight); 54 etc1_pkm_format_header(newData, newWidth, newHeight); 63 etc1_uint32 newBlocksY = (newHeight >> 2);
|
/external/skia/gm/ |
H A D | etc1bitmap.cpp | 46 int newHeight = (blockHeight - 1) << 2; local 48 size_t newDataSz = etc1_get_encoded_data_size(newWidth, newHeight) + ETC_PKM_HEADER_SIZE; 53 etc1_pkm_format_header(newData, newWidth, newHeight); 66 *height = newHeight;
|
/external/skia/src/image/ |
H A D | SkImage.cpp | 88 SkImage* SkImage::newImage(int newWidth, int newHeight, const SkIRect* subset, argument 90 if (newWidth <= 0 || newHeight <= 0) { 105 if (NULL == subset && this->width() == newWidth && this->height() == newHeight) { 109 return as_IB(this)->onNewImage(newWidth, newHeight, subset, quality); 145 SkImage* SkImage_Base::onNewImage(int newWidth, int newHeight, const SkIRect* subset, argument 148 const SkImageInfo info = SkImageInfo::Make(newWidth, newHeight, kN32_SkColorType, 162 surface->getCanvas()->scale(newWidth / src.width(), newHeight / src.height());
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/ |
H A D | AwtPanel.java | 45 private int newHeight = 1; field in class:AwtPanel 62 if (newWidth != newWidth2 || newHeight != newHeight2){ 64 newHeight = newHeight2; 66 System.out.println("EDT: componentResized " + newWidth + ", " + newHeight); 266 reshapeInThread(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/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/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/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/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 ... |