Searched refs:bottom (Results 1 - 25 of 1289) sorted by relevance

1234567891011>>

/external/clang/test/Modules/Inputs/
H A Dcategory_bottom.h4 -(void)bottom;
10 -(void)bottom;
H A Ddiamond_bottom.h4 char bottom(char *x);
/external/dropbear/libtommath/
H A Dbn_mp_rshd.c35 register mp_digit *bottom, *top; local
39 /* bottom */
40 bottom = a->dp;
47 * the top of the window are copied to the bottom
56 *bottom++ = *top++;
61 *bottom++ = 0;
/external/chromium_org/ui/gfx/
H A Dinsets_f.cc15 InsetsF::InsetsF(float top, float left, float bottom, float right) argument
16 : InsetsBase<InsetsF, float>(top, left, bottom, right) {}
22 return base::StringPrintf("%f,%f,%f,%f", top(), left(), bottom(), right());
H A Dinsets.cc19 Insets::Insets(int top, int left, int bottom, int right) argument
20 : InsetsBase<Insets, int>(top, left, bottom, right) {}
26 border.bottom,
35 return base::StringPrintf("%d,%d,%d,%d", top(), left(), bottom(), right());
H A Dinsets_base.h19 Type bottom() const { return bottom_; } function in class:gfx::InsetsBase
27 // top and bottom insets.
33 void Set(Type top, Type left, Type bottom, Type right) { argument
36 bottom_ = bottom;
61 InsetsBase(Type top, Type left, Type bottom, Type right) argument
64 bottom_(bottom),
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1401.js30 var bottom = 0; variable
38 var size = bottom + 1 + 10;
39 var t = (sizes[++bottom] = size);
/external/v8/test/mjsunit/regress/
H A Dregress-1401.js30 var bottom = 0; variable
38 var size = bottom + 1 + 10;
39 var t = (sizes[++bottom] = size);
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DIntRectExtent.h47 IntRectExtent(int top, int right, int bottom, int left) argument
50 , m_bottom(bottom)
61 int bottom() const { return m_bottom; } function in class:WebCore::IntRectExtent
62 void setBottom(int bottom) { m_bottom = bottom; } argument
67 bool isZero() const { return !left() && !right() && !top() && !bottom(); }
75 rect.expand(left() + right(), top() + bottom());
89 && a.bottom() == b.bottom()
102 a.setBottom(a.bottom()
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowRect.java14 public void __constructor__(int left, int top, int right, int bottom) { argument
18 realRect.bottom = bottom;
25 realRect.bottom = otherRect.bottom;
30 set(rect.left, rect.top, rect.right, rect.bottom);
34 public void set(int left, int top, int right, int bottom) { argument
38 realRect.bottom = bottom;
48 return realRect.bottom
104 intersect(int left, int top, int right, int bottom) argument
[all...]
/external/chromium_org/chrome/browser/resources/memory_internals/
H A Dlist.css21 vertical-align: bottom;
24 table.list .bottom th,
25 table.list th.bottom {
26 border-bottom: 1px solid rgb(181, 198, 222);
/external/chromium_org/chrome/browser/resources/print_preview/
H A Dprint_header.css6 padding-bottom: 20px;
/external/clang/test/Modules/
H A Ddiamond-pch.c14 bottom(&c);
15 bottom(&d);
H A Ddiamond.c15 bottom(&c);
16 bottom(&d);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DTooltip.css7 body { overflow: auto; margin-top: 0px; margin-bottom: 0px; margin-left: 0.3em; margin-right: 0.3em; }
9 h1 { margin-top: 0.3em; margin-bottom: 0.04em; }
10 h2 { margin-top: 2em; margin-bottom: 0.25em; }
11 h3 { margin-top: 1.7em; margin-bottom: 0.25em; }
12 h4 { margin-top: 2em; margin-bottom: 0.3em; }
13 h5 { margin-top: 0px; margin-bottom: 0px; }
14 p { margin-top: 0em; margin-bottom: 0em; }
16 ul { margin-top: 0px; margin-bottom: 1em; }
17 li { margin-top: 0px; margin-bottom: 0px; }
18 li p { margin-top: 0px; margin-bottom
[all...]
/external/chromium_org/content/browser/resources/accessibility/
H A Daccessibility.css12 padding-bottom: 65px;
23 border-bottom: 1px solid #A0A0A0;
/external/chromium_org/ui/metro_viewer/
H A Dime_types.cc27 bottom(0) {
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
H A Dbubble.css18 border-bottom-color: white;
19 bottom: 100%;
45 .bubble .arrow.bottom {
46 bottom: 12px;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DRect.idl24 readonly attribute CSSPrimitiveValue bottom;
H A DRect.h34 CSSPrimitiveValue* bottom() const { return m_bottom.get(); } function in class:WebCore::RectBase
39 void setBottom(PassRefPtr<CSSPrimitiveValue> bottom) { m_bottom = bottom; } argument
85 return generateCSSString(top()->cssText(), right()->cssText(), bottom()->cssText(), left()->cssText());
92 bottom()->customSerializeResolvingVariables(variables),
99 static String generateCSSString(const String& top, const String& right, const String& bottom, const String& left) argument
101 return "rect(" + top + ' ' + right + ' ' + bottom + ' ' + left + ')';
113 return generateCSSString(top()->cssText(), right()->cssText(), bottom()->cssText(), left()->cssText());
120 bottom()->customSerializeResolvingVariables(variables),
127 static String generateCSSString(const String& top, const String& right, const String& bottom, cons argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DClientRect.idl31 readonly attribute float bottom;
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_resources.cc38 SkScalar bottom = SkIntToScalar(height); local
41 path->moveTo(left, bottom);
44 path->lineTo(left + kTabBottomCurveWidth, bottom - kTabBottomCurveWidth);
61 path->lineTo(right - kTabBottomCurveWidth, bottom - kTabBottomCurveWidth);
62 path->lineTo(right, bottom);
65 path->lineTo(left, bottom);
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimatableLengthBox.cpp43 AnimatableValue::interpolate(this->bottom(), lengthBox->bottom(), fraction));
53 AnimatableValue::add(this->bottom(), lengthBox->bottom()));
62 && bottom()->equals(lengthBox->bottom());
H A DAnimatableLengthBox.h41 static PassRefPtr<AnimatableLengthBox> create(PassRefPtr<AnimatableValue> left, PassRefPtr<AnimatableValue> right, PassRefPtr<AnimatableValue> top, PassRefPtr<AnimatableValue> bottom) argument
43 return adoptRef(new AnimatableLengthBox(left, right, top, bottom));
48 const AnimatableValue* bottom() const { return m_bottom.get(); } function in class:WebCore::AnimatableLengthBox
55 AnimatableLengthBox(PassRefPtr<AnimatableValue> left, PassRefPtr<AnimatableValue> right, PassRefPtr<AnimatableValue> top, PassRefPtr<AnimatableValue> bottom) argument
59 , m_bottom(bottom)
/external/skia/tools/lua/
H A Dskia.lua20 Sk.Rect = { left = 0, top = 0, right = 0, bottom = 0 }
27 rect = { left = l, top = t, right = r, bottom = b }
30 rect = { right = l, bottom = t }
44 return self.bottom - self.top
55 value = value * self.bottom
63 self.bottom = 0
70 self.bottom = b
79 self.bottom = self.bottom + dy
88 self.bottom
[all...]

Completed in 3055 milliseconds

1234567891011>>