Home
last modified time | relevance | path

Searched defs:setBounds (Results 1 – 25 of 41) sorted by relevance

12

/external/skia/src/pathops/
DSkPathOpsRect.cpp12 void SkDRect::setBounds(const SkDLine& line) { in setBounds() function in SkDRect
17 void SkDRect::setBounds(const SkDQuad& quad) { in setBounds() function in SkDRect
44 void SkDRect::setBounds(const SkDCubic& c) { in setBounds() function in SkDRect
/external/chromium_org/third_party/skia/src/pathops/
DSkPathOpsRect.cpp12 void SkDRect::setBounds(const SkDLine& line) { in setBounds() function in SkDRect
17 void SkDRect::setBounds(const SkDQuad& quad) { in setBounds() function in SkDRect
44 void SkDRect::setBounds(const SkDCubic& c) { in setBounds() function in SkDRect
/external/skia/src/animator/
DSkBoundable.h23 void setBounds(SkIRect& bounds) { fBounds = bounds; } in setBounds() function
/external/chromium_org/third_party/skia/src/animator/
DSkBoundable.h23 void setBounds(SkIRect& bounds) { fBounds = bounds; } in setBounds() function
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
DSquaringDrawable.java26 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in SquaringDrawable
32 public void setBounds(Rect bounds) { in setBounds() method in SquaringDrawable
/external/chromium_org/third_party/skia/experimental/Intersection/
DQuadraticBounds.cpp24 void _Rect::setBounds(const Quadratic& quad) { in setBounds() function in _Rect
DCubicBounds.cpp43 void _Rect::setBounds(const Cubic& cubic) { in setBounds() function in _Rect
/external/skia/experimental/Intersection/
DQuadraticBounds.cpp24 void _Rect::setBounds(const Quadratic& quad) { in setBounds() function in _Rect
DCubicBounds.cpp43 void _Rect::setBounds(const Cubic& cubic) { in setBounds() function in _Rect
/external/chromium_org/content/renderer/compositor_bindings/
Dweb_layer_impl_fixed_bounds.cc40 void WebLayerImplFixedBounds::setBounds(const blink::WebSize& bounds) { in setBounds() function in content::WebLayerImplFixedBounds
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowDrawable.java80 public void setBounds(Rect rect) { in setBounds() method in ShadowDrawable
85 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in ShadowDrawable
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
DAbstractComboPropertyEditor.java102 public final void setBounds(Rectangle bounds) { in setBounds() method in AbstractComboPropertyEditor
DPropertyEditor.java77 public void setBounds(Rectangle bounds) { in setBounds() method in PropertyEditor
DAbstractComboBoxPropertyEditor.java121 public void setBounds(Rectangle bounds) { in setBounds() method in AbstractComboBoxPropertyEditor
DAbstractTextPropertyEditor.java214 public final void setBounds(Rectangle bounds) { in setBounds() method in AbstractTextPropertyEditor
/external/chromium_org/third_party/skia/include/core/
DSkPathRef.h105 void setBounds(const SkRect& rect) { fPathRef->setBounds(rect); } in setBounds() function
299 void setBounds(const SkRect& rect) { in setBounds() function
/external/skia/include/core/
DSkPathRef.h105 void setBounds(const SkRect& rect) { fPathRef->setBounds(rect); } in setBounds() function
299 void setBounds(const SkRect& rect) { in setBounds() function
/external/skia/src/utils/debugger/
DSkDebugCanvas.h148 void setBounds(int width, int height) { in setBounds() function
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
DButtonPropertyEditorPresentationImpl.java167 private static void setBounds(Control control, int newX, int newY, int newWidth, int newHeight) { in setBounds() method in ButtonPropertyEditorPresentationImpl
/external/chromium_org/third_party/skia/src/utils/debugger/
DSkDebugCanvas.h148 void setBounds(int width, int height) { in setBounds() function
/external/chromium_org/chrome/browser/resources/ntp4/
Dsuggestions_page.js205 setBounds: function(size, x, y) { method in Suggestion
Dmost_visited_page.js226 setBounds: function(size, x, y) { method in MostVisited
/external/eigen/Eigen/src/SparseCore/
DAmbiVector.h42 void setBounds(Index start, Index end) { m_start = start; m_end = end; } in setBounds() function
/external/doclava/src/com/google/doclava/
DTypeInfo.java297 void setBounds(ArrayList<TypeInfo> superBounds, ArrayList<TypeInfo> extendsBounds) { in setBounds() method in TypeInfo
/external/chromium_org/third_party/skia/samplecode/
DSamplePatch.cpp59 void setBounds(int w, int h) { fW = w; fH = h; } in setBounds() function in Patch

12