Searched defs:setBounds (Results 1 - 25 of 40) sorted by last modified time

12

/external/skia/samplecode/
H A DSamplePatch.cpp59 void setBounds(int w, int h) { fW = w; fH = h; } function in class:Patch
285 patch.setBounds(fSize0.fX, fSize0.fY);
312 patch.setBounds(fSize1.fX, fSize1.fY);
/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
/external/skia/src/utils/debugger/
H A DSkDebugCanvas.h148 void setBounds(int width, int height) { function in class:SkDebugCanvas
/external/skia/experimental/Intersection/
H A DCubicBounds.cpp43 void _Rect::setBounds(const Cubic& cubic) { function in class:_Rect
H A DDataTypes.h383 void setBounds(const _Line& line) { function in struct:_Rect
388 void setBounds(const Cubic& );
389 void setBounds(const Quadratic& );
H A DQuadraticBounds.cpp24 void _Rect::setBounds(const Quadratic& quad) { function in class:_Rect
/external/skia/include/core/
H A DSkPath.h1036 void setBounds(const SkRect& rect) { function in class:SkPath
1039 ed.setBounds(rect);
H A DSkPathRef.h105 void setBounds(const SkRect& rect) { fPathRef->setBounds(rect); } function in class:SkPathRef::Editor
299 void setBounds(const SkRect& rect) { function in class:SkPathRef
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DSquaringDrawable.java26 public void setBounds(int left, int top, int right, int bottom) { method in class:SquaringDrawable
27 super.setBounds(left, top, right, bottom);
28 wrapped.setBounds(left, top, right, bottom);
32 public void setBounds(Rect bounds) { method in class:SquaringDrawable
33 super.setBounds(bounds);
34 wrapped.setBounds(bounds);
/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.java214 public final void setBounds(Rectangle bounds) { method in class:AbstractTextPropertyEditor
215 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/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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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.gtk.linux.x86_3.6.1.v3657a.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 ...
/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/doclava/src/com/google/doclava/
H A DTypeInfo.java320 void setBounds(ArrayList<TypeInfo> superBounds, ArrayList<TypeInfo> extendsBounds) { method in class:TypeInfo

Completed in 351 milliseconds

12