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

12345

/external/chromium_org/third_party/WebKit/ManualTests/accessibility/resources/
H A DAppletTest.java38 button.setBounds(10,10,100,30);
39 textField.setBounds(10,40,100,40);
/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/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsBounds.cpp16 dRect.setBounds(cubic);
30 dRect.setBounds(quad);
H A DSkPathOpsRect.h56 void setBounds(const SkDLine&);
57 void setBounds(const SkDCubic&);
58 void setBounds(const SkDQuad&);
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/pathops/
H A DSkPathOpsBounds.cpp16 dRect.setBounds(cubic);
30 dRect.setBounds(quad);
H A DSkPathOpsRect.h56 void setBounds(const SkDLine&);
57 void setBounds(const SkDCubic&);
58 void setBounds(const SkDQuad&);
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/chromium_org/third_party/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/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/chromium_org/cc/blink/
H A Dweb_layer_impl_fixed_bounds.h29 virtual void setBounds(const blink::WebSize& bounds);
H A Dweb_layer_impl_fixed_bounds.cc40 void WebLayerImplFixedBounds::setBounds(const blink::WebSize& bounds) { function in class:cc_blink::WebLayerImplFixedBounds
H A Dweb_layer_impl_fixed_bounds_unittest.cc26 layer->setBounds(WebSize(100, 100));
42 layer->setBounds(bounds);
94 fixed_bounds_layer->setBounds(bounds);
102 normal_layer->setBounds(bounds);
/external/chromium_org/chrome/browser/resources/chromeos/first_run/app/
H A Dmain.js16 appWindow.setBounds(bounds);
/external/chromium_org/ui/message_center/cocoa/
H A Dpopup_controller.h90 - (void)setBounds:(NSRect)newBounds;
/external/skia/include/text/
H A DSkTextLayout.h40 void setBounds(const SkRect& bounds);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticBezierClip.cpp71 r1.setBounds(q1);
72 r2.setBounds(q2);
H A DQuadraticBounds.cpp24 void _Rect::setBounds(const Quadratic& quad) { function in class:_Rect
/external/skia/experimental/Intersection/
H A DQuadraticBezierClip.cpp71 r1.setBounds(q1);
72 r2.setBounds(q2);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsDRectTest.cpp47 rect.setBounds(line);
73 rect2.setBounds(quad);
93 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...]
/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);
/external/skia/tests/
H A DPathOpsDRectTest.cpp47 rect.setBounds(line);
73 rect2.setBounds(quad);
93 rect2.setBounds(cubic);

Completed in 3927 milliseconds

12345