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

12

/external/chromium_org/third_party/skia/src/animator/
H A DSkBoundable.h23 void setBounds(SkIRect& bounds) { fBounds = bounds; } function in class:SkBoundable
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsRect.cpp12 void SkDRect::setBounds(const SkDLine& line) { function in class:SkDRect
17 void SkDRect::setBounds(const SkDQuad& quad) { function in class:SkDRect
44 void SkDRect::setBounds(const SkDCubic& c) { function in class:SkDRect
H A DSkOpContour.cpp376 void SkOpContour::setBounds() { function in class:SkOpContour
/external/skia/src/animator/
H A DSkBoundable.h23 void setBounds(SkIRect& bounds) { fBounds = bounds; } function in class:SkBoundable
/external/skia/src/pathops/
H A DSkPathOpsRect.cpp12 void SkDRect::setBounds(const SkDLine& line) { function in class:SkDRect
17 void SkDRect::setBounds(const SkDQuad& quad) { function in class:SkDRect
44 void SkDRect::setBounds(const SkDCubic& c) { function in class:SkDRect
H A DSkOpContour.cpp376 void SkOpContour::setBounds() { function in class:SkOpContour
/external/chromium_org/third_party/skia/src/text/
H A DSkTextLayout.cpp37 void SkTextLayout::setBounds(const SkRect& bounds) { function in class:SkTextLayout
/external/chromium_org/webkit/renderer/compositor_bindings/
H A Dweb_layer_impl_fixed_bounds.cc41 void WebLayerImplFixedBounds::setBounds(const blink::WebSize& bounds) { function in class:webkit::WebLayerImplFixedBounds
H A Dweb_layer_impl.cc96 void WebLayerImpl::setBounds(const WebSize& size) { layer_->SetBounds(size); } function in class:webkit::WebLayerImpl
/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 DPropertyEditor.java66 * {@link #setBounds(Rectangle)} and {@link #deactivate(boolean)} invocation. Some editors
77 public void setBounds(Rectangle bounds) { method in class:PropertyEditor
H A DAbstractTextPropertyEditor.java214 public final void setBounds(Rectangle bounds) { method in class:AbstractTextPropertyEditor
215 m_textControl.setBounds(bounds);
/external/skia/src/text/
H A DSkTextLayout.cpp37 void SkTextLayout::setBounds(const SkRect& bounds) { function in class:SkTextLayout
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDebugCanvas.h131 void setBounds(int width, int height) { function in class:SkDebugCanvas
/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/skia/src/utils/debugger/
H A DSkDebugCanvas.h131 void setBounds(int width, int height) { function in class:SkDebugCanvas
/external/doclava/src/com/google/doclava/
H A DTypeInfo.java274 void setBounds(ArrayList<TypeInfo> superBounds, ArrayList<TypeInfo> extendsBounds) { method in class:TypeInfo
/external/eigen/Eigen/src/SparseCore/
H A DAmbiVector.h42 void setBounds(Index start, Index end) { m_start = start; m_end = end; } function in class:Eigen::internal::AmbiVector
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDrawable.java80 public void setBounds(Rect rect) { method in class:ShadowDrawable
85 public void setBounds(int left, int top, int right, int bottom) { method in class:ShadowDrawable
/external/chromium_org/third_party/skia/include/core/
H A DSkPathRef.h105 void setBounds(const SkRect& rect) { fPathRef->setBounds(rect); } function in class:SkPathRef::Editor
303 void setBounds(const SkRect& rect) { function in class:SkPathRef
H A DSkPath.h1007 void setBounds(const SkRect& rect) { function in class:SkPath
1010 ed.setBounds(rect);
/external/skia/include/core/
H A DSkPathRef.h105 void setBounds(const SkRect& rect) { fPathRef->setBounds(rect); } function in class:SkPathRef::Editor
303 void setBounds(const SkRect& rect) { function in class:SkPathRef
H A DSkPath.h1007 void setBounds(const SkRect& rect) { function in class:SkPath
1010 ed.setBounds(rect);
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...

Completed in 1711 milliseconds

12