Searched defs:setBounds (Results 1 - 21 of 21) sorted by relevance

/external/skia/src/animator/
H A DSkBoundable.h23 void setBounds(SkIRect& bounds) { fBounds = bounds; } function in class:SkBoundable
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DAbstractComboBoxPropertyEditor.java121 public void setBounds(Rectangle bounds) { method in class:AbstractComboBoxPropertyEditor
122 m_combo.setBounds(bounds);
H A DAbstractComboPropertyEditor.java102 public final void setBounds(Rectangle bounds) { method in class:AbstractComboPropertyEditor
103 m_combo.setBounds(bounds);
104 // editor created without bounds, so activate it after first setBounds()
H A DAbstractTextPropertyEditor.java158 public final void setBounds(Rectangle bounds) { method in class:AbstractTextPropertyEditor
159 m_textControl.setBounds(bounds);
H A DPropertyEditor.java66 * {@link #setBounds(Rectangle)} and {@link #deactivate(boolean)} invocation. Some editors
77 public void setBounds(Rectangle bounds) { method in class:PropertyEditor
/external/skia/src/text/
H A DSkTextLayout.cpp37 void SkTextLayout::setBounds(const SkRect& bounds) { function in class:SkTextLayout
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentationImpl.java75 setBounds(control, controlX, y, controlWidth, height);
167 private static void setBounds(Control control, int newX, int newY, int newWidth, int newHeight) { method in class:ButtonPropertyEditorPresentationImpl
201 control.setBounds(newX, newY, newWidth, newHeight);
/external/doclava/src/com/google/doclava/
H A DTypeInfo.java274 void setBounds(ArrayList<TypeInfo> superBounds, ArrayList<TypeInfo> extendsBounds) { method in class:TypeInfo
/external/webkit/Source/WebCore/platform/graphics/win/
H A DWebTiledLayer.cpp86 void WebTiledLayer::setBounds(const CGRect& rect) function in class:WebCore::WebTiledLayer
91 WebLayer::setBounds(rect);
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCALayerWinInternal.cpp314 void PlatformCALayerWinInternal::setBounds(const FloatRect& rect) function in class:PlatformCALayerWinInternal
H A DPlatformCALayerWin.cpp329 void PlatformCALayer::setBounds(const FloatRect& value) function in class:PlatformCALayer
331 intern(this)->setBounds(value);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerChromium.cpp188 void LayerChromium::setBounds(const IntSize& size) function in class:WebCore::LayerChromium
298 layer->setBounds(m_bounds);
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCLayerImpl.h131 void setBounds(const IntSize& bounds) { m_bounds = bounds; } function in class:WebCore::CCLayerImpl
/external/skia/samplecode/
H A DSamplePatch.cpp70 void setBounds(int w, int h) { fW = w; fH = h; } function in class:Patch
298 patch.setBounds(fSize0.fX, fSize0.fY);
312 patch.setBounds(fSize1.fX, fSize1.fY);
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 197 milliseconds