/external/skia/src/pathops/ |
D | SkPathOpsRect.cpp | 12 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/ |
D | SkPathOpsRect.cpp | 12 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/ |
D | SkBoundable.h | 23 void setBounds(SkIRect& bounds) { fBounds = bounds; } in setBounds() function
|
/external/chromium_org/third_party/skia/src/animator/ |
D | SkBoundable.h | 23 void setBounds(SkIRect& bounds) { fBounds = bounds; } in setBounds() function
|
/external/glide/library/src/main/java/com/bumptech/glide/request/target/ |
D | SquaringDrawable.java | 26 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/ |
D | QuadraticBounds.cpp | 24 void _Rect::setBounds(const Quadratic& quad) { in setBounds() function in _Rect
|
D | CubicBounds.cpp | 43 void _Rect::setBounds(const Cubic& cubic) { in setBounds() function in _Rect
|
/external/skia/experimental/Intersection/ |
D | QuadraticBounds.cpp | 24 void _Rect::setBounds(const Quadratic& quad) { in setBounds() function in _Rect
|
D | CubicBounds.cpp | 43 void _Rect::setBounds(const Cubic& cubic) { in setBounds() function in _Rect
|
/external/chromium_org/content/renderer/compositor_bindings/ |
D | web_layer_impl_fixed_bounds.cc | 40 void WebLayerImplFixedBounds::setBounds(const blink::WebSize& bounds) { in setBounds() function in content::WebLayerImplFixedBounds
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowDrawable.java | 80 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/ |
D | AbstractComboPropertyEditor.java | 102 public final void setBounds(Rectangle bounds) { in setBounds() method in AbstractComboPropertyEditor
|
D | PropertyEditor.java | 77 public void setBounds(Rectangle bounds) { in setBounds() method in PropertyEditor
|
D | AbstractComboBoxPropertyEditor.java | 121 public void setBounds(Rectangle bounds) { in setBounds() method in AbstractComboBoxPropertyEditor
|
D | AbstractTextPropertyEditor.java | 214 public final void setBounds(Rectangle bounds) { in setBounds() method in AbstractTextPropertyEditor
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkPathRef.h | 105 void setBounds(const SkRect& rect) { fPathRef->setBounds(rect); } in setBounds() function 299 void setBounds(const SkRect& rect) { in setBounds() function
|
/external/skia/include/core/ |
D | SkPathRef.h | 105 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/ |
D | SkDebugCanvas.h | 148 void setBounds(int width, int height) { in setBounds() function
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/ |
D | ButtonPropertyEditorPresentationImpl.java | 167 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/ |
D | SkDebugCanvas.h | 148 void setBounds(int width, int height) { in setBounds() function
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
D | suggestions_page.js | 205 setBounds: function(size, x, y) { method in Suggestion
|
D | most_visited_page.js | 226 setBounds: function(size, x, y) { method in MostVisited
|
/external/eigen/Eigen/src/SparseCore/ |
D | AmbiVector.h | 42 void setBounds(Index start, Index end) { m_start = start; m_end = end; } in setBounds() function
|
/external/doclava/src/com/google/doclava/ |
D | TypeInfo.java | 297 void setBounds(ArrayList<TypeInfo> superBounds, ArrayList<TypeInfo> extendsBounds) { in setBounds() method in TypeInfo
|
/external/chromium_org/third_party/skia/samplecode/ |
D | SamplePatch.cpp | 59 void setBounds(int w, int h) { fW = w; fH = h; } in setBounds() function in Patch
|