Searched refs:setWidth (Results 1 - 25 of 223) sorted by relevance

123456789

/external/jmonkeyengine/engine/src/test/jme3test/gui/
H A DTestZOrder.java49 p.setWidth(100);
57 p2.setWidth(100);
H A DTestOrtho.java49 p.setWidth(settings.getWidth());
H A DTestSoftwareMouse.java99 cursor.setWidth(64);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DIFlyoutPreferences.java77 void setWidth(int width); method in interface:IFlyoutPreferences
H A DMemoryFlyoutPreferences.java60 public void setWidth(int width) { method in class:MemoryFlyoutPreferences
H A DPluginFlyoutPreferences.java78 public void setWidth(int width) { method in class:PluginFlyoutPreferences
/external/webkit/Source/WebCore/html/
H A DTextMetrics.h39 void setWidth(float w) { m_width = w; } function in class:WebCore::TextMetrics
H A DHTMLCanvasElement.h78 void setWidth(int);
86 setWidth(newSize.width());
/external/webkit/Source/WebCore/rendering/
H A DRenderMeter.cpp50 setWidth(theme()->meterSizeForBounds(this, frameRect()).width());
H A DRenderFrameBase.cpp72 setWidth(max(width(), childRoot->minPreferredLogicalWidth() + hBorder));
82 setWidth(max(width(), childFrameView->contentsWidth() + hBorder));
H A DRenderFullScreen.cpp60 fullscreenStyle->setWidth(Length(100.0, Percent));
H A DRenderScrollbarPart.cpp63 setWidth(m_scrollbar->width());
77 setWidth(m_scrollbar->width());
97 setWidth(max(minWidth, min(maxWidth, w)));
166 setWidth(rect.width());
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreViewBridge.h43 m_bounds.setWidth(320);
71 m_bounds.setWidth(w);
77 m_visibleBounds.setWidth(w);
/external/webkit/Source/WebCore/platform/
H A DLengthSize.h45 void setWidth(Length width) { m_width = width; } function in struct:WebCore::LengthSize
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFloatRectQt.cpp53 normalizedRect.setWidth(-width());
/external/webkit/Source/WebCore/platform/graphics/
H A DIntRect.cpp74 m_size.setWidth(r - l);
95 m_size.setWidth(r - l);
116 m_size.setWidth(right - left);
124 m_size.setWidth((int)(width() * s));
H A DRoundedIntRect.cpp65 m_topLeft.setWidth(max(0, m_topLeft.width() + leftWidth));
68 m_topRight.setWidth(max(0, m_topRight.width() + rightWidth));
71 m_bottomLeft.setWidth(max(0, m_bottomLeft.width() + leftWidth));
74 m_bottomRight.setWidth(max(0, m_bottomRight.width() + rightWidth));
H A DIntRect.h101 void setWidth(int width) { m_size.setWidth(width); } function in class:WebCore::IntRect
117 setWidth(std::max(0, width() - delta));
122 setWidth(std::max(0, width() + delta));
157 m_size.setWidth(m_size.width() + dx + dx);
H A DFloatSize.h61 void setWidth(float width) { m_width = width; } function in class:WebCore::FloatSize
109 a.setWidth(a.width() + b.width());
116 a.setWidth(a.width() - b.width());
H A DIntSize.h70 void setWidth(int width) { m_width = width; } function in class:WebCore::IntSize
153 a.setWidth(a.width() + b.width());
160 a.setWidth(a.width() - b.width());
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextMetrics.h65 void setWidth(float width) { m_width = width; } function in class:WebCore::SVGTextMetrics
/external/chromium/chrome/browser/resources/shared/js/cr/ui/table/
H A Dtable_splitter.js64 cm.setWidth(this.columnIndex, newColumnWidth);
/external/jmonkeyengine/engine/src/test/jme3test/post/
H A DTestMultiRenderTarget.java137 display.setWidth(w);
150 display1.setWidth(w/2);
153 display2.setWidth(w/2);
156 display3.setWidth(w/2);
159 display4.setWidth(w/2);
H A DTestHDR.java87 dispQuad.setWidth(128);
/external/webkit/Source/WebCore/rendering/style/
H A DShadowData.cpp83 rect.setWidth(rect.width() - shadowLeft + shadowRight);
96 rect.setWidth(rect.width() - shadowLeft + shadowRight);

Completed in 926 milliseconds

123456789