Home
last modified time | relevance | path

Searched defs:newHeight (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/ui/android/java/src/org/chromium/ui/
DUiUtils.java131 int newHeight = (int) originalHeight; in generateScaledScreenshot() local
150 int newHeight = (int) originalHeight; in generateScaledScreenshot() local
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
DImageFrame.cpp106 bool ImageFrame::setSize(int newWidth, int newHeight) in setSize()
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
DSDL_riscossprite.c218 int newWidth, newHeight; in WIMP_ModeChanged() local
/external/mesa3d/src/mesa/main/
Dframebuffer.c347 GLuint newWidth, newHeight; in _mesa_resizebuffers() local
364 GLuint newWidth, newHeight; in _mesa_resizebuffers() local
Dtexcompress_fxt1.c1331 GLint newHeight = (height + 3) & ~3; in fxt1_encode() local
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dframebuffer.c347 GLuint newWidth, newHeight; in _mesa_resizebuffers() local
364 GLuint newWidth, newHeight; in _mesa_resizebuffers() local
Dtexcompress_fxt1.c1331 GLint newHeight = (height + 3) & ~3; in fxt1_encode() local
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
DLwjglCanvas.java211 int newHeight = Math.max(canvas.getHeight(), 1); in runLoop() local
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
DAwtPanel.java45 private int newHeight = 1; field in AwtPanel
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
DButtonPropertyEditorPresentationImpl.java167 private static void setBounds(Control control, int newX, int newY, int newWidth, int newHeight) { in setBounds()
/external/chromium_org/third_party/angle/samples/gles2_book/MipMap2D/
DMipMap2D.c176 newHeight; in CreateMipMappedTexture2D() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMultiColumnSet.cpp76 void RenderMultiColumnSet::setAndConstrainColumnHeight(LayoutUnit newHeight) in setAndConstrainColumnHeight()
DRenderImage.cpp238 LayoutUnit newHeight = computedValues.m_extent; in imageDimensionsChanged() local
DRenderDeprecatedFlexibleBox.cpp922 LayoutUnit newHeight = blockChild->heightForLineCount(numVisibleLines); in applyLineClamp() local
DRenderBlockFlow.cpp334 LayoutUnit newHeight = logicalHeight(); in layoutBlock() local
533 LayoutUnit newHeight = applyAfterBreak(child, logicalHeight(), marginInfo); in layoutBlockChild() local
DRenderBox.cpp3045 … LayoutUnit newHeight = block->adjustContentBoxLogicalHeightForBoxSizing(newContentHeight); in computeReplacedLogicalHeightUsing() local
/external/skia/src/gpu/
DGrAARectRenderer.cpp622 SkScalar newHeight = SkScalarHalf(rect.height() * vec[1].length()) + SK_ScalarHalf; in shaderFillAARect() local
/external/chromium_org/third_party/skia/src/gpu/
DGrAARectRenderer.cpp622 SkScalar newHeight = SkScalarHalf(rect.height() * vec[1].length()) + SK_ScalarHalf; in shaderFillAARect() local
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DTestRunner.cpp1501 int newHeight = cppVariantToInt32(arguments[1]); in disableAutoResizeMode() local