Searched defs:newHeight (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageFrame.cpp104 bool ImageFrame::setSize(int newWidth, int newHeight) argument
109 m_bitmap.setInfo(SkImageInfo::MakeN32Premul(newWidth, newHeight));
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscossprite.c218 int newWidth, newHeight; local
232 newHeight = (currHeight >> oldYeig) << this->hidden->yeig;
236 if (currHeight <= newHeight)
238 extent[1] = -newHeight;
/external/chromium_org/third_party/skia/bench/
H A DETCBitmapBench.cpp49 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/chromium_org/third_party/skia/gm/
H A Detc1bitmap.cpp46 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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentationImpl.java167 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 DETCBitmapBench.cpp49 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 Detc1bitmap.cpp46 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/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dframebuffer.c347 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 Dtexcompress_fxt1.c1331 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/mesa3d/src/mesa/main/
H A Dframebuffer.c347 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 Dtexcompress_fxt1.c1331 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/chromium_org/chrome/renderer/resources/extensions/
H A Dextension_options.js154 function(newWidth, newHeight, oldWidth, oldHeight) {
158 newHeight: newHeight,
163 this.resize(newWidth, newHeight, oldWidth, oldHeight);
176 function(newWidth, newHeight, oldWidth, oldHeight) {
178 this.browserPluginNode.style.height = newHeight + 'px';
185 if (newHeight > this.minheight)
186 this.minheight = newHeight;
290 this.deferredAutoSizeState.newHeight,
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMultiColumnSet.cpp108 void RenderMultiColumnSet::setAndConstrainColumnHeight(LayoutUnit newHeight) argument
110 m_columnHeight = newHeight;
H A DRenderDeprecatedFlexibleBox.cpp906 LayoutUnit newHeight = blockChild->heightForLineCount(numVisibleLines); local
907 if (newHeight == child->height())
910 child->setOverrideLogicalContentHeight(newHeight - child->borderAndPaddingHeight());
H A DRenderBlockFlow.cpp479 LayoutUnit newHeight = logicalHeight(); local
480 if (oldHeight > newHeight && !childrenInline()) {
485 if (block->lowestFloatLogicalBottom() + block->logicalTop() <= newHeight)
492 bool heightChanged = (previousHeight != newHeight);
686 LayoutUnit newHeight = applyAfterBreak(child, logicalHeight(), marginInfo); local
687 if (newHeight != height())
688 setLogicalHeight(newHeight);
H A DRenderBox.cpp2588 LayoutUnit newHeight = block->adjustContentBoxLogicalHeightForBoxSizing(newContentHeight); local
2589 return adjustContentBoxLogicalHeightForBoxSizing(valueForLength(logicalHeight, newHeight));
/external/deqp/modules/egl/
H A DteglResizeTests.cpp263 const int newHeight = newSurface.getHeight(); local
265 const int minHeight = de::min(oldHeight, newHeight);
275 const int newY = yCorner == 0 ? 0 : newHeight - minHeight;
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAARectRenderer.cpp653 SkScalar newHeight = SkScalarHalf(rect.height() * vec[1].length()) + SK_ScalarHalf; local
672 verts[i].fWidthHeight.fY = newHeight;
/external/deqp/framework/egl/
H A DegluGLContextFactory.cpp703 int newHeight = 0; local
706 eglQuerySurface(m_eglDisplay, m_eglSurface, EGL_HEIGHT, &newHeight);
710 newHeight != m_glRenderTarget.getHeight())
713 m_glRenderTarget.getWidth(), m_glRenderTarget.getHeight(), newWidth, newHeight);
715 m_glRenderTarget = tcu::RenderTarget(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/skia/src/gpu/
H A DGrAARectRenderer.cpp622 SkScalar newHeight = SkScalarHalf(rect.height() * vec[1].length()) + SK_ScalarHalf; local
643 verts[i].fWidthHeight.fY = newHeight;
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3053 milliseconds

12