/external/skia/src/pathops/ |
D | SkPathOpsRect.h | 50 void setBounds(const SkDConic& curve) { in setBounds() function 51 setBounds(curve, curve, 0, 1); in setBounds() 54 void setBounds(const SkDConic& curve, const SkDConic& sub, double tStart, double tEnd); 56 void setBounds(const SkDCubic& curve) { in setBounds() function 57 setBounds(curve, curve, 0, 1); in setBounds() 60 void setBounds(const SkDCubic& curve, const SkDCubic& sub, double tStart, double tEnd); 62 void setBounds(const SkDQuad& curve) { in setBounds() function 63 setBounds(curve, curve, 0, 1); in setBounds() 66 void setBounds(const SkDQuad& curve, const SkDQuad& sub, double tStart, double tEnd);
|
D | SkPathOpsRect.cpp | 13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { in setBounds() function in SkDRect 30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { in setBounds() function in SkDRect 47 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) { in setBounds() function in SkDRect
|
D | SkPathOpsCurve.cpp | 67 dRect.setBounds(dCurve, fConic, tStart, tEnd); in setConicBounds() 77 dRect.setBounds(dCurve, fCubic, tStart, tEnd); in setCubicBounds() 87 dRect.setBounds(dCurve, fQuad, tStart, tEnd); in setQuadBounds()
|
/external/glide/library/src/main/java/com/bumptech/glide/request/target/ |
D | SquaringDrawable.java | 29 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in SquaringDrawable 30 super.setBounds(left, top, right, bottom); in setBounds() 31 wrapped.setBounds(left, top, right, bottom); in setBounds() 35 public void setBounds(Rect bounds) { in setBounds() method in SquaringDrawable 36 super.setBounds(bounds); in setBounds() 37 wrapped.setBounds(bounds); in setBounds()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | CSpinner.java | 349 m_spinner.setBounds( in layout() 354 m_text.setBounds(cRect.x, cRect.y + 1, cRect.width - arrowWidth, tSize.y); in layout() 355 win32Hack.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, sSize.y); in layout() 400 m_spinner.setBounds( in layout() 405 m_text.setBounds(cRect.x, cRect.y + 1, cRect.width - arrowWidth, tSize.y); in layout() 406 win32Hack.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, sSize.y); in layout() 453 m_spinner.setBounds(cRect.x + cRect.width - sSize.x, cRect.y - 2, sSize.x, cRect.height + 4); in layout() 454 m_text.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, tSize.y); in layout() 500 m_spinner.setBounds(cRect.x + cRect.width - sSize.x, cRect.y, sSize.x, cRect.height); in layout() 501 m_text.setBounds(cRect.x, cRect.y + 2, cRect.width - arrowWidth - 2, tSize.y); in layout() [all …]
|
D | CComboBox.java | 307 m_button.setBounds( in resizeInner() 327 m_text.setBounds( in resizeInner() 580 table.setBounds(tableBounds); 601 m_popup.setBounds(popupBounds.x, popupBounds.y, 2 * popupBounds.width - trimBounds.width, 2
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/ |
D | FlyoutControlComposite.java | 180 m_flyoutContainer.setBounds(0, 0, 0, 0); in layout() 181 client.setBounds(clientArea); in layout() 212 m_flyoutContainer.setBounds(0, 0, width, clientArea.height); in layout() 213 client.setBounds(offset, 0, clientArea.width - offset, clientArea.height); in layout() 215 m_flyoutContainer.setBounds(clientArea.width - width, 0, width, clientArea.height); in layout() 216 client.setBounds(0, 0, clientArea.width - offset, clientArea.height); in layout() 218 m_flyoutContainer.setBounds(0, 0, clientArea.width, width); in layout() 219 client.setBounds(0, offset, clientArea.width, clientArea.height - offset); in layout() 221 m_flyoutContainer.setBounds(0, clientArea.height - width, clientArea.width, width); in layout() 222 client.setBounds(0, 0, clientArea.width, clientArea.height - offset); in layout() [all …]
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | BitmapDrawableTest.java | 81 drawable1a.setBounds(1, 2, 3, 4); in equals_shouldTestBounds() 82 drawable1b.setBounds(1, 2, 3, 4); in equals_shouldTestBounds() 86 drawable1b.setBounds(1, 2, 3, 5); in equals_shouldTestBounds()
|
D | DrawableTest.java | 58 drawable.setBounds(1, 2, 3, 4); in copyBoundsWithPassedRect() 70 drawable.setBounds(1, 2, 3, 4); in copyBoundsToReturnedRect()
|
/external/skia/tests/ |
D | PathOpsDRectTest.cpp | 53 rect2.setBounds(quad); in DEF_TEST() 67 rect2.setBounds(cubic); in DEF_TEST()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/ |
D | ButtonPropertyEditorPresentationImpl.java | 75 setBounds(control, controlX, y, controlWidth, height); in show() 167 private static void setBounds(Control control, int newX, int newY, int newWidth, int newHeight) { in setBounds() method in ButtonPropertyEditorPresentationImpl 201 control.setBounds(newX, newY, newWidth, newHeight); in setBounds()
|
/external/skia/src/gpu/ops/ |
D | GrClearOp.h | 67 this->setBounds(SkRect::Make(fClip.scissorEnabled() ? fClip.scissorRect() : rtRect), in GrClearOp() 80 this->setBounds(SkRect::Make(rect), HasAABloat::kNo, IsZeroArea::kNo); in GrClearOp()
|
D | GrAAHairLinePathRenderer.cpp | 267 bounds.setBounds(devPts, 3); in gather_lines_and_quads() 294 bounds.setBounds(devPts, 2); in gather_lines_and_quads() 314 bounds.setBounds(devPts, 3); in gather_lines_and_quads() 343 bounds.setBounds(devPts, 4); in gather_lines_and_quads() 363 bounds.setBounds(devPts, 3); in gather_lines_and_quads() 366 bounds.setBounds(&q[i], 3); in gather_lines_and_quads()
|
D | GrTestMeshDrawOp.h | 28 this->setBounds(bounds, HasAABloat::kYes, IsZeroArea::kYes); in GrTestMeshDrawOp()
|
D | GrDiscardOp.h | 34 this->setBounds(SkRect::MakeIWH(rt->width(), rt->height()), HasAABloat::kNo, in GrDiscardOp()
|
D | GrClearStencilClipOp.h | 49 this->setBounds(bounds, HasAABloat::kNo, IsZeroArea::kNo); in GrClearStencilClipOp()
|
/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 103 m_combo.setBounds(bounds); in setBounds()
|
D | AbstractComboBoxPropertyEditor.java | 121 public void setBounds(Rectangle bounds) { in setBounds() method in AbstractComboBoxPropertyEditor 122 m_combo.setBounds(bounds); in setBounds()
|
D | AbstractTextPropertyEditor.java | 214 public final void setBounds(Rectangle bounds) { in setBounds() method in AbstractTextPropertyEditor 215 m_textControl.setBounds(bounds); in setBounds()
|
D | PropertyEditor.java | 77 public void setBounds(Rectangle bounds) { in setBounds() method in PropertyEditor
|
/external/robolectric/v1/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/skia/include/core/ |
D | SkPathRef.h | 111 void setBounds(const SkRect& rect) { fPathRef->setBounds(rect); } in setBounds() function 362 void setBounds(const SkRect& rect) { in setBounds() function
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/ |
D | IMETest.java | 30 jf.setBounds(loc); in main()
|
/external/skia/samplecode/ |
D | SamplePatch.cpp | 59 void setBounds(int w, int h) { fW = w; fH = h; } in setBounds() function in Patch 267 patch.setBounds(fSize0.fX, fSize0.fY); in onDrawContent() 291 patch.setBounds(fSize1.fX, fSize1.fY); in onDrawContent()
|
/external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/ |
D | SwingHelper.java | 53 cmp.setBounds(loc.x, loc.y, cmpSize.width, cmpSize.height); in centerInWindow()
|