Home
last modified time | relevance | path

Searched defs:newWidth (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLTableColElement.cpp71 int newWidth = width().toInt(); in parseMappedAttribute() local
/external/webkit/Source/WebCore/platform/gtk/
DDragImageGtk.cpp48 int newWidth = scale.width() * cairo_image_surface_get_width(image); in scaleDragImage() local
DRenderThemeGtk.cpp659 int newWidth = max(2, progressRect.width() / progressActivityBlocks); in calculateProgressRect() 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.15/src/video/riscos/
DSDL_riscossprite.c218 int newWidth, newHeight; in WIMP_ModeChanged() local
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
DLwjglCanvas.java210 int newWidth = Math.max(canvas.getWidth(), 1); in runLoop() local
/external/webkit/Source/WebCore/rendering/
DRenderVideo.cpp167 int newWidth = renderBox.height() * elementSize.width() / elementSize.height(); in videoBox() local
DRenderFrameSet.cpp579 int newWidth = maxWidth - borderThickness; in positionFrames() local
DRenderBox.cpp1511 int newWidth = width(); in repaintDuringLayoutIfMoved() local
1526 void RenderBox::setVisibleWidth(int newWidth) { in setVisibleWidth()
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
DAwtPanel.java44 private int newWidth = 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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
DFlyoutControlComposite.java468 int newWidth = width; in handle_mouseMove() local
/external/webkit/Source/WebCore/platform/image-decoders/
DImageDecoder.cpp195 bool ImageFrame::setSize(int newWidth, int newHeight) in setSize()
/external/webkit/Source/WebCore/inspector/front-end/
DElementsPanel.js1108 setSidebarWidth: function(newWidth) argument
DScriptsPanel.js700 setSidebarWidth: function(newWidth) argument