Searched defs:newHeight (Results 1 – 14 of 14) sorted by relevance
/external/webkit/Source/WebCore/platform/gtk/ |
D | DragImageGtk.cpp | 49 int newHeight = scale.height() * cairo_image_surface_get_height(image); in scaleDragImage() local
|
/external/webkit/Source/WebCore/platform/image-decoders/cg/ |
D | ImageDecoderCG.cpp | 63 bool ImageFrame::setSize(int newWidth, int newHeight) in setSize()
|
/external/webkit/Source/WebCore/platform/image-decoders/skia/ |
D | ImageDecoderSkia.cpp | 87 bool ImageFrame::setSize(int newWidth, int newHeight) in setSize()
|
/external/webkit/Source/WebCore/platform/image-decoders/qt/ |
D | ImageFrameQt.cpp | 92 bool ImageFrame::setSize(int newWidth, int newHeight) in setSize()
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
D | SDL_riscossprite.c | 218 int newWidth, newHeight; in WIMP_ModeChanged() local
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/ |
D | LwjglCanvas.java | 211 int newHeight = Math.max(canvas.getHeight(), 1); in runLoop() local
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderVideo.cpp | 173 int newHeight = renderBox.width() * elementSize.height() / elementSize.width(); in videoBox() local
|
D | RenderFlexibleBox.cpp | 884 int newHeight = blockChild->heightForLineCount(numVisibleLines); in applyLineClamp() local
|
D | RenderFrameSet.cpp | 580 int newHeight = yPos - borderThickness; in positionFrames() local
|
D | RenderBox.cpp | 1512 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
|
D | RenderBlock.cpp | 1300 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/ |
D | AwtPanel.java | 45 private int newHeight = 1; field in AwtPanel
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/ |
D | ButtonPropertyEditorPresentationImpl.java | 167 private static void setBounds(Control control, int newX, int newY, int newWidth, int newHeight) { in setBounds()
|
/external/webkit/Source/WebCore/platform/image-decoders/ |
D | ImageDecoder.cpp | 195 bool ImageFrame::setSize(int newWidth, int newHeight) in setSize()
|