/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | CSpinner.java | 349 m_spinner.setBounds( in layout() 354 m_text.setBounds(cRect.x, cRect.y + 1, cRect.width - arrowWidth, tSize.y); in layout() 355 win32Hack.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, sSize.y); in layout() 400 m_spinner.setBounds( in layout() 405 m_text.setBounds(cRect.x, cRect.y + 1, cRect.width - arrowWidth, tSize.y); in layout() 406 win32Hack.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, sSize.y); in layout() 453 m_spinner.setBounds(cRect.x + cRect.width - sSize.x, cRect.y - 2, sSize.x, cRect.height + 4); in layout() 454 m_text.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, tSize.y); in layout() 500 m_spinner.setBounds(cRect.x + cRect.width - sSize.x, cRect.y, sSize.x, cRect.height); in layout() 501 m_text.setBounds(cRect.x, cRect.y + 2, cRect.width - arrowWidth - 2, tSize.y); in layout() [all …]
|
D | CComboBox.java | 307 m_button.setBounds( in resizeInner() 327 m_text.setBounds( in resizeInner() 580 table.setBounds(tableBounds); 601 m_popup.setBounds(popupBounds.x, popupBounds.y, 2 * popupBounds.width - trimBounds.width, 2
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/ |
D | FlyoutControlComposite.java | 181 m_flyoutContainer.setBounds(0, 0, 0, 0); in layout() 182 client.setBounds(clientArea); in layout() 213 m_flyoutContainer.setBounds(0, 0, width, clientArea.height); in layout() 214 client.setBounds(offset, 0, clientArea.width - offset, clientArea.height); in layout() 216 m_flyoutContainer.setBounds(clientArea.width - width, 0, width, clientArea.height); in layout() 217 client.setBounds(0, 0, clientArea.width - offset, clientArea.height); in layout() 219 m_flyoutContainer.setBounds(0, 0, clientArea.width, width); in layout() 220 client.setBounds(0, offset, clientArea.width, clientArea.height - offset); in layout() 222 m_flyoutContainer.setBounds(0, clientArea.height - width, clientArea.width, width); in layout() 223 client.setBounds(0, 0, clientArea.width, clientArea.height - offset); in layout() [all …]
|
/external/webkit/Source/WebCore/manual-tests/accessibility/resources/ |
D | AppletTest.java | 38 button.setBounds(10,10,100,30); in init() 39 textField.setBounds(10,40,100,40); in init()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/ |
D | ButtonPropertyEditorPresentationImpl.java | 75 setBounds(control, controlX, y, controlWidth, height); in show() 167 private static void setBounds(Control control, int newX, int newY, int newWidth, int newHeight) { in setBounds() method in ButtonPropertyEditorPresentationImpl 201 control.setBounds(newX, newY, newWidth, newHeight); in setBounds()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
D | AbstractComboPropertyEditor.java | 102 public final void setBounds(Rectangle bounds) { in setBounds() method in AbstractComboPropertyEditor 103 m_combo.setBounds(bounds); in setBounds()
|
D | AbstractComboBoxPropertyEditor.java | 121 public void setBounds(Rectangle bounds) { in setBounds() method in AbstractComboBoxPropertyEditor 122 m_combo.setBounds(bounds); in setBounds()
|
D | AbstractTextPropertyEditor.java | 158 public final void setBounds(Rectangle bounds) { in setBounds() method in AbstractTextPropertyEditor 159 m_textControl.setBounds(bounds); in setBounds()
|
D | PropertyEditor.java | 77 public void setBounds(Rectangle bounds) { in setBounds() method in PropertyEditor
|
/external/skia/src/gpu/ |
D | GrAAHairLinePathRenderer.cpp | 222 bounds.setBounds(devPts, 2); in generate_lines_and_quads() 234 bounds.setBounds(devPts, 3); in generate_lines_and_quads() 261 bounds.setBounds(devPts, 4); in generate_lines_and_quads() 282 bounds.setBounds(devPts, 3); in generate_lines_and_quads() 285 bounds.setBounds(&q[i], 3); in generate_lines_and_quads()
|
/external/skia/src/animator/ |
D | SkBoundable.h | 23 void setBounds(SkIRect& bounds) { fBounds = bounds; } in setBounds() function
|
D | SkBoundable.cpp | 54 fBoundable->setBounds(fMaker.fDisplayList.fBounds); in ~SkBoundableAuto()
|
/external/webkit/Source/WebKit2/Shared/mac/ |
D | CoreAnimationRenderer.h | 53 void setBounds(CGRect);
|
D | CoreAnimationRenderer.mm | 62 void CoreAnimationRenderer::setBounds(CGRect bounds) 64 [m_renderer.get() setBounds:bounds];
|
/external/skia/include/text/ |
D | SkTextLayout.h | 36 void setBounds(const SkRect& bounds);
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/ |
D | PluginObjectMac.mm | 69 [caLayer setBounds:CGRectMake(0, 0, 200, 100)]; 85 [sublayer setBounds:CGRectMake(0, 0, 180, 20)];
|
/external/webkit/Source/WebCore/platform/graphics/ca/win/ |
D | PlatformCALayerWinInternal.h | 61 void setBounds(const FloatRect&);
|
D | LegacyCACFLayerTreeHost.cpp | 192 rootLayer()->setBounds(bounds()); in createRenderer() 224 rootLayer()->setBounds(bounds()); in resize()
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | WebTiledLayer.h | 41 virtual void setBounds(const CGRect&);
|
D | WebTiledLayer.cpp | 86 void WebTiledLayer::setBounds(const CGRect& rect) in setBounds() function in WebCore::WebTiledLayer 91 WebLayer::setBounds(rect); in setBounds()
|
/external/skia/src/text/ |
D | SkTextLayout.cpp | 37 void SkTextLayout::setBounds(const SkRect& bounds) { in setBounds() function in SkTextLayout
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | GraphicsLayerChromium.cpp | 512 m_transformLayer->setBounds(layerSize); in updateLayerSize() 518 m_layer->setBounds(layerSize); in updateLayerSize() 641 m_contentsLayer->setBounds(IntSize(m_contentsRect.width(), m_contentsRect.height())); in updateContentsRect()
|
D | LayerChromium.cpp | 188 void LayerChromium::setBounds(const IntSize& size) in setBounds() function in WebCore::LayerChromium 298 layer->setBounds(m_bounds); in pushPropertiesTo()
|
/external/skia/samplecode/ |
D | SamplePatch.cpp | 70 void setBounds(int w, int h) { fW = w; fH = h; } in setBounds() function in Patch 298 patch.setBounds(fSize0.fX, fSize0.fY); in onDrawContent() 312 patch.setBounds(fSize1.fX, fSize1.fY); in onDrawContent()
|
/external/chromium/chrome/browser/resources/ntp4/ |
D | apps_page.js | 59 setBounds: function(size, x, y) { method in App
|