Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/gtk/
DDragImageGtk.cpp49 int newHeight = scale.height() * cairo_image_surface_get_height(image); in scaleDragImage() local
/external/webkit/Source/WebCore/platform/image-decoders/cg/
DImageDecoderCG.cpp63 bool ImageFrame::setSize(int newWidth, int newHeight) in setSize()
/external/webkit/Source/WebCore/platform/image-decoders/skia/
DImageDecoderSkia.cpp87 bool ImageFrame::setSize(int newWidth, int newHeight) in setSize()
/external/webkit/Source/WebCore/platform/image-decoders/qt/
DImageFrameQt.cpp92 bool ImageFrame::setSize(int newWidth, int newHeight) in setSize()
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
DSDL_riscossprite.c218 int newWidth, newHeight; in WIMP_ModeChanged() local
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
DLwjglCanvas.java211 int newHeight = Math.max(canvas.getHeight(), 1); in runLoop() local
/external/webkit/Source/WebCore/rendering/
DRenderVideo.cpp173 int newHeight = renderBox.width() * elementSize.height() / elementSize.width(); in videoBox() local
DRenderFlexibleBox.cpp884 int newHeight = blockChild->heightForLineCount(numVisibleLines); in applyLineClamp() local
DRenderFrameSet.cpp580 int newHeight = yPos - borderThickness; in positionFrames() local
DRenderBox.cpp1512 int newHeight = height(); in repaintDuringLayoutIfMoved() local
2055 int newHeight = block->computeContentBoxLogicalHeight(block->contentHeight()); in computeReplacedLogicalHeightUsing() local
2112 int newHeight = block->computeContentBoxLogicalHeight(block->contentLogicalHeight()); in availableLogicalHeightUsing() local
DRenderBlock.cpp1300 int newHeight = logicalHeight(); in layoutBlock() local
2132 int newHeight = applyAfterBreak(child, logicalHeight(), marginInfo); in layoutBlockChild() 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/webkit/Source/WebCore/platform/image-decoders/
DImageDecoder.cpp195 bool ImageFrame::setSize(int newWidth, int newHeight) in setSize()