Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 25 of 744) sorted by relevance

12345678910>>...30

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DTooltip.css7 body { overflow: auto; margin-top: 0px; margin-bottom: 0px; margin-left: 0.3em; margin-right: …
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: 0px; }
[all …]
/external/skia/src/core/
DSkRect.cpp12 void SkIRect::join(int32_t left, int32_t top, int32_t right, int32_t bottom) { in join() argument
14 if (left >= right || top >= bottom) { in join()
20 this->set(left, top, right, bottom); in join()
25 if (bottom > fBottom) fBottom = bottom; in join()
115 SkScalar bottom) { in intersect() argument
116 if (left < right && top < bottom && !this->isEmpty() && // check for empties in intersect()
117 fLeft < right && left < fRight && fTop < bottom && top < fBottom) in intersect()
122 if (fBottom > bottom) fBottom = bottom; in intersect()
149 SkScalar bottom) { in join() argument
151 if (left >= right || top >= bottom) { in join()
[all …]
/external/webkit/Source/WebCore/inspector/front-end/
Dpopover.css12 bottom: 0;
39 .popover.bottom-left-arrow .arrow {
41 bottom: 0;
43 margin-bottom: -25px;
47 .popover.bottom-right-arrow .arrow {
51 bottom: 0;
53 margin-bottom: -25px;
64 .popover.left-bottom-arrow .arrow {
66 bottom: 0;
67 margin-bottom: 15px;
[all …]
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dposition_util.js72 bottom: docElement.clientHeight, property
93 if (anchorRect.bottom + popupRect.height > availRect.height &&
100 anchorRect.bottom + popupRect.height <= availRect.height) {
121 style.left = style.right = style.top = style.bottom = 'auto'
126 if (anchorRect.bottom + popupRect.height <= availRect.height)
127 style.top = anchorRect.bottom + 'px';
129 style.bottom = '0';
133 style.bottom = availRect.height - anchorRect.top + 'px';
191 } else if (anchorRect.bottom - popupRect.height >= 0) {
192 style.bottom = availRect.height - anchorRect.bottom + 'px';
[all …]
/external/chromium-trace/src/shared/js/cr/ui/
Dposition_util.js71 bottom: docElement.clientHeight, property
93 if (anchorRect.bottom + popupRect.height > availRect.height &&
100 anchorRect.bottom + popupRect.height <= availRect.height) {
121 style.left = style.right = style.top = style.bottom = 'auto';
126 if (anchorRect.bottom + popupRect.height <= availRect.height)
127 style.top = anchorRect.bottom + 'px';
129 style.bottom = '0';
133 style.bottom = availRect.height - anchorRect.top + 'px';
191 } else if (anchorRect.bottom - popupRect.height >= 0) {
192 style.bottom = availRect.height - anchorRect.bottom + 'px';
[all …]
/external/skia/include/core/
DSkRect.h56 int bottom() const { return fBottom; } in bottom() function
96 void set(int32_t left, int32_t top, int32_t right, int32_t bottom) { in set()
100 fBottom = bottom; in set()
103 void setLTRB(int32_t left, int32_t top, int32_t right, int32_t bottom) { in setLTRB()
104 this->set(left, top, right, bottom); in setLTRB()
173 bool contains(int32_t left, int32_t top, int32_t right, int32_t bottom) const { in contains()
174 return left < right && top < bottom && !this->isEmpty() && // check for empties in contains()
176 fRight >= right && fBottom >= bottom; in contains()
194 int32_t right, int32_t bottom) const { in containsNoEmptyCheck()
196 SkASSERT(left < right && top < bottom); in containsNoEmptyCheck()
[all …]
/external/tinyxml/docs/
Ddoxygen.css90 margin-bottom: 4px;
96 padding-bottom: 4px;
98 DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top…
110 margin-bottom: 6px;
126 padding-bottom : 2px;
130 margin-bottom : 2px;
139 padding-bottom : 2px;
143 margin-bottom : 2px;
173 border-bottom: 1px none #E0E0E0;
184 border-bottom: 1px none #E0E0E0;
[all …]
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/
Dbuildbot.css2 margin-bottom:50px;
43 border-bottom: 1px solid #aaa;
101 border-bottom-left-radius: 5px;
102 -webkit-border-bottom-left-radius: 5px;
147 border-bottom-right-radius: 5px;
148 -webkit-border-bottom-right-radius: 5px;
164 border-bottom-right-radius: 5px;
165 -webkit-border-bottom-right-radius: 5px;
167 border-bottom-left-radius: 5px;
168 -webkit-border-bottom-left-radius: 5px;
[all …]
Ddefault.css40 margin-bottom: 1em;
71 border-bottom: 1px solid #aaa;
129 border-bottom-left-radius: 5px;
130 -webkit-border-bottom-left-radius: 5px;
175 border-bottom-right-radius: 5px;
176 -webkit-border-bottom-right-radius: 5px;
192 border-bottom-right-radius: 5px;
193 -webkit-border-bottom-right-radius: 5px;
195 border-bottom-left-radius: 5px;
196 -webkit-border-bottom-left-radius: 5px;
[all …]
/external/chromium/chrome/browser/ui/gtk/infobars/
Dinfobar_arrow_model.cc21 target_colors_.top = target_colors_.bottom = SkColorSetARGB(0, 0, 0, 0); in InfoBarArrowModel()
34 color_utils::AlphaBlend(target_colors_.bottom, in CurrentInfoBarColors()
35 previous_colors_.bottom, in CurrentInfoBarColors()
54 target_colors_.bottom = SkColorSetRGB(r * 0xff, g * 0xff, b * 0xff); in ShowArrowFor()
56 target_colors_.bottom = target_colors_.top = SkColorSetARGB(0, 0, 0, 0); in ShowArrowFor()
79 path.moveTo(bounds.x() + 0.5, bounds.bottom() + 0.5); in Paint()
81 path.lineTo(bounds.right() + 0.5, bounds.bottom() + 0.5); in Paint()
90 grad_points[0].set(SkIntToScalar(0), SkIntToScalar(bounds.bottom())); in Paint()
92 SkIntToScalar(bounds.bottom() + InfoBar::kInfoBarHeight)); in Paint()
97 grad_colors[1] = colors.bottom; in Paint()
/external/clang/docs/
Ddoxygen.css93 margin-bottom: 4px;
99 padding-bottom: 4px;
101 DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top…
113 margin-bottom: 6px;
129 padding-bottom : 2px;
133 margin-bottom : 2px;
142 padding-bottom : 2px;
146 margin-bottom : 2px;
176 border-bottom: 1px none #E0E0E0;
187 border-bottom: 1px none #E0E0E0;
[all …]
/external/llvm/docs/
Ddoxygen.css93 margin-bottom: 4px;
99 padding-bottom: 4px;
101 DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top…
113 margin-bottom: 6px;
129 padding-bottom : 2px;
133 margin-bottom : 2px;
142 padding-bottom : 2px;
146 margin-bottom : 2px;
176 border-bottom: 1px none #E0E0E0;
187 border-bottom: 1px none #E0E0E0;
[all …]
/external/chromium/chrome/browser/resources/options/
Dsync_setup_overlay.css36 margin-bottom: 10px;
40 margin-bottom: 30px;
59 margin-bottom: 6px;
117 margin-bottom: 5px;
122 margin-bottom: 20px;
146 margin-bottom: 8px;
154 margin-bottom: 5px;
162 margin-bottom: 0;
181 .bottom-padded-cell {
182 padding-bottom: 3px;
[all …]
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DTilesProfiler.cpp72 void TilesProfiler::nextFrame(int left, int top, int right, int bottom, float scale) in nextFrame() argument
92 left, top, right, bottom, in nextFrame()
105 int bottom = top + TilesManager::tileWidth(); in nextTile() local
114 left, top, right, bottom, in nextTile()
116 ALOGV("adding tile %d %d %d %d, scale %f", left, top, right, bottom, scale); in nextTile()
126 rect.right(), rect.bottom(), scale, false, INVAL_CODE)); in nextInval()
128 rect.right(), rect.bottom(), scale); in nextInval()
DTilesProfiler.h40 … TileProfileRecord(int left, int top, int right, int bottom, float scale, int isReady, int level) { in TileProfileRecord()
44 this->bottom = bottom; in TileProfileRecord()
49 int left, top, right, bottom; member
62 void nextFrame(int left, int top, int right, int bottom, float scale);
/external/expat/doc/
Dstyle.css31 padding-bottom: 0.3em;
44 padding-bottom: .5em;
55 padding-bottom: .5em;
66 margin-bottom: 1em;
89 margin-bottom: 2em;
93 margin-bottom: 2em;
100 margin-bottom: 1em;
/external/openssl/crypto/bn/
Dbn_rand.c118 static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) in bnrand() argument
197 if (bottom) /* set bottom bit if requested */ in bnrand()
211 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand() argument
213 return bnrand(0, rnd, bits, top, bottom); in BN_rand()
216 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand() argument
218 return bnrand(1, rnd, bits, top, bottom); in BN_pseudo_rand()
222 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand() argument
224 return bnrand(2, rnd, bits, top, bottom); in BN_bntest_rand()
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-properties/
Ddillo8 border-bottom
9 border-bottom-color
10 border-bottom-style
11 border-bottom-width
29 bottom
60 margin-bottom
76 padding-bottom
/external/valgrind/main/callgrind/
Dcontext.c46 s->bottom = (fn_node**) CLG_MALLOC("cl.context.ifs.1", in CLG_()
48 s->top = s->bottom; in CLG_()
49 s->bottom[0] = 0; in CLG_()
57 dst->bottom = CLG_(current_fn_stack).bottom; in CLG_()
66 CLG_(current_fn_stack).bottom = s->bottom; in CLG_()
295 cs->entry[cs->sp].fn_sp = CLG_(current_fn_stack).top - CLG_(current_fn_stack).bottom; in CLG_()
302 fn_entries = CLG_(current_fn_stack).top - CLG_(current_fn_stack).bottom; in CLG_()
309 new_array[i] = CLG_(current_fn_stack).bottom[i]; in CLG_()
310 VG_(free)(CLG_(current_fn_stack).bottom); in CLG_()
312 CLG_(current_fn_stack).bottom = new_array; in CLG_()
[all …]
/external/doclava/res/assets/templates/assets/
Dstyle.css3 margin-bottom: 30px;
23 margin-bottom: 10px;
30 padding-bottom: 2px;
51 padding-bottom: 0;
62 padding-bottom: 0;
79 padding-bottom: 0;
90 padding-bottom: 4px;
108 margin-bottom: -14pt;
114 margin-bottom: 0;
127 margin-bottom: 1px;
[all …]
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
DNPNInvalidateRectInvalidatesWindow.cpp169 rectToInvalidate.top = (clientRect.bottom - clientRect.top) / 2; in testInvalidateRect()
171 rectToInvalidate.bottom = clientRect.bottom; in testInvalidateRect()
180 … || invalidRect.right != rectToInvalidate.right || invalidRect.bottom != rectToInvalidate.bottom) { in testInvalidateRect()
181 …oInvalidate.right, rectToInvalidate.bottom, invalidRect.left, invalidRect.top, invalidRect.right, … in testInvalidateRect()
/external/chromium/chrome/browser/ui/views/infobars/
Dinfobar_button_border.cc22 normal_set_.bottom = rb.GetBitmapNamed(IDR_INFOBARBUTTON_BOTTOM_N); in InfoBarButtonBorder()
33 hot_set_.bottom = rb.GetBitmapNamed(IDR_INFOBARBUTTON_BOTTOM_H); in InfoBarButtonBorder()
43 pushed_set_.bottom = rb.GetBitmapNamed(IDR_INFOBARBUTTON_BOTTOM_P); in InfoBarButtonBorder()
91 bounds.height() - set->bottom->height() - set->top->height(), false); in Paint()
105 canvas->DrawBitmapInt(*set->bottom, 0, 0, set->bottom->width(), in Paint()
106 set->bottom->height(), set->bottom_left->width(), in Paint()
107 bounds.height() - set->bottom->height(), in Paint()
109 set->bottom->height(), false); in Paint()
/external/dropbear/libtommath/
Dbn_mp_rshd.c35 register mp_digit *bottom, *top; in mp_rshd() local
40 bottom = a->dp; in mp_rshd()
56 *bottom++ = *top++; in mp_rshd()
61 *bottom++ = 0; in mp_rshd()
/external/quake/quake/src/WinQuake/
Dsbar.cpp429 int top, bottom; in Sbar_UpdateScoreboard() local
444 bottom = (s->colors & 15) <<4; in Sbar_UpdateScoreboard()
446 scoreboardbottom[i] = Sbar_ColorForMap (bottom); in Sbar_UpdateScoreboard()
496 int top, bottom; in Sbar_DrawScoreboard()
520 bottom = (s->colors & 15)<<4; in Sbar_DrawScoreboard()
522 bottom = Sbar_ColorForMap (bottom); in Sbar_DrawScoreboard()
525 Draw_Fill ( x*8+10 + ((vid.width - 320)>>1), y+4 + vid.height - SBAR_HEIGHT, 28, 4, bottom); in Sbar_DrawScoreboard()
769 int top, bottom; in Sbar_DrawFrags() local
796 bottom = (s->colors & 15)<<4; in Sbar_DrawFrags()
798 bottom = Sbar_ColorForMap (bottom); in Sbar_DrawFrags()
[all …]
/external/chromium/chrome/browser/sync/resources/
Dgaia_login.css4 margin-bottom: 6px;
71 margin-bottom: 0;
91 .bottom-padded-cell {
92 padding-bottom: 3px;
96 padding-bottom: 0;
115 margin-bottom: 10px;
135 padding-bottom: 1px;

12345678910>>...30