Searched refs:setBounds (Results 1 - 25 of 57) sorted by relevance

123

/external/skia/src/pathops/
H A DSkPathOpsRect.h51 void setBounds(const SkDConic& curve) { function in struct:SkDRect
52 setBounds(curve, curve, 0, 1);
55 void setBounds(const SkDConic& curve, const SkDConic& sub, double tStart, double tEnd);
57 void setBounds(const SkDCubic& curve) { function in struct:SkDRect
58 setBounds(curve, curve, 0, 1);
61 void setBounds(const SkDCubic& curve, const SkDCubic& sub, double tStart, double tEnd);
63 void setBounds(const SkDQuad& curve) { function in struct:SkDRect
64 setBounds(curve, curve, 0, 1);
67 void setBounds(const SkDQuad& curve, const SkDQuad& sub, double tStart, double tEnd);
H A DSkPathOpsCurve.cpp16 dRect.setBounds(dCurve, fConic, tStart, tEnd);
26 dRect.setBounds(dCurve, fCubic, tStart, tEnd);
36 dRect.setBounds(dCurve, fQuad, tStart, tEnd);
H A DSkPathOpsRect.cpp13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { function in class:SkDRect
30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { function in class:SkDRect
47 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) { function in class:SkDRect
H A DSkOpContour.h99 setBounds();
292 void setBounds() { function in class:SkOpContour
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DSquaringDrawable.java29 public void setBounds(int left, int top, int right, int bottom) { method in class:SquaringDrawable
30 super.setBounds(left, top, right, bottom);
31 wrapped.setBounds(left, top, right, bottom);
35 public void setBounds(Rect bounds) { method in class:SquaringDrawable
36 super.setBounds(bounds);
37 wrapped.setBounds(bounds);
/external/skia/src/animator/
H A DSkBoundable.h23 void setBounds(SkIRect& bounds) { fBounds = bounds; } function in class:SkBoundable
H A DSkBoundable.cpp54 fBoundable->setBounds(fMaker.fDisplayList.fBounds);
/external/skia/tests/
H A DPathOpsDRectTest.cpp51 rect2.setBounds(quad);
63 rect2.setBounds(cubic);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCSpinner.java349 m_spinner.setBounds(
354 m_text.setBounds(cRect.x, cRect.y + 1, cRect.width - arrowWidth, tSize.y);
355 win32Hack.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, sSize.y);
400 m_spinner.setBounds(
405 m_text.setBounds(cRect.x, cRect.y + 1, cRect.width - arrowWidth, tSize.y);
406 win32Hack.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, sSize.y);
453 m_spinner.setBounds(cRect.x + cRect.width - sSize.x, cRect.y - 2, sSize.x, cRect.height + 4);
454 m_text.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, tSize.y);
500 m_spinner.setBounds(cRect.x + cRect.width - sSize.x, cRect.y, sSize.x, cRect.height);
501 m_text.setBounds(cRec
[all...]
H A DCComboBox.java307 m_button.setBounds(
327 m_text.setBounds(
580 table.setBounds(tableBounds);
601 m_popup.setBounds(popupBounds.x, popupBounds.y, 2 * popupBounds.width - trimBounds.width, 2
H A DCCombo3.java345 m_table.setBounds(tableBounds);
357 m_popup.setBounds(popupBounds);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DBitmapDrawableTest.java81 drawable1a.setBounds(1, 2, 3, 4);
82 drawable1b.setBounds(1, 2, 3, 4);
86 drawable1b.setBounds(1, 2, 3, 5);
H A DDrawableTest.java58 drawable.setBounds(1, 2, 3, 4);
70 drawable.setBounds(1, 2, 3, 4);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
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 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);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DFlyoutControlComposite.java180 m_flyoutContainer.setBounds(0, 0, 0, 0);
181 client.setBounds(clientArea);
212 m_flyoutContainer.setBounds(0, 0, width, clientArea.height);
213 client.setBounds(offset, 0, clientArea.width - offset, clientArea.height);
215 m_flyoutContainer.setBounds(clientArea.width - width, 0, width, clientArea.height);
216 client.setBounds(0, 0, clientArea.width - offset, clientArea.height);
218 m_flyoutContainer.setBounds(0, 0, clientArea.width, width);
219 client.setBounds(0, offset, clientArea.width, clientArea.height - offset);
221 m_flyoutContainer.setBounds(0, clientArea.height - width, clientArea.width, width);
222 client.setBounds(
[all...]
/external/skia/src/gpu/
H A DGrTestBatch.h70 this->setBounds(bounds);
H A DGrBatch.h107 void setBounds(const SkRect& newBounds) { fBounds = newBounds; } function in class:GrBatch
H A DGrAAHairLinePathRenderer.cpp266 bounds.setBounds(devPts, 3);
293 bounds.setBounds(devPts, 2);
313 bounds.setBounds(devPts, 3);
342 bounds.setBounds(devPts, 4);
365 bounds.setBounds(devPts, 3);
368 bounds.setBounds(&q[i], 3);
/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/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
/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/skia/samplecode/
H A DSamplePatch.cpp60 void setBounds(int w, int h) { fW = w; fH = h; } function in class:Patch
292 patch.setBounds(fSize0.fX, fSize0.fY);
318 patch.setBounds(fSize1.fX, fSize1.fY);

Completed in 1721 milliseconds

123