/external/pdfium/core/fxcrt/ |
D | fx_coordinates.cpp | 44 static_assert(offsetof(FX_RECT, bottom) == offsetof(RECT, bottom), 52 static_assert(sizeof(FX_RECT::bottom) == sizeof(RECT::bottom), 61 if (top > bottom) in Normalize() 62 std::swap(top, bottom); in Normalize() 72 bottom = std::min(bottom, src_n.bottom); in Intersect() 73 if (left > right || top > bottom) { in Intersect() 74 left = top = right = bottom = 0; in Intersect() 80 : left(rect.left), bottom(rect.top), right(rect.right), top(rect.bottom) {} in CFX_FloatRect() 103 if (bottom > top) in Normalize() 104 std::swap(top, bottom); in Normalize() [all …]
|
D | fx_coordinates_unittest.cpp | 26 EXPECT_FLOAT_EQ(rect.bottom, 20.0f); in TEST() 34 EXPECT_FLOAT_EQ(0.0f, rect.bottom); in TEST() 42 EXPECT_FLOAT_EQ(0.0f, rect.bottom); in TEST() 47 EXPECT_FLOAT_EQ(0.0f, rect.bottom); in TEST() 55 EXPECT_FLOAT_EQ(0.0f, rect.bottom); in TEST() 61 EXPECT_FLOAT_EQ(0.0f, rect.bottom); in TEST() 68 EXPECT_FLOAT_EQ(0.0f, rect.bottom); in TEST() 75 EXPECT_FLOAT_EQ(0.0f, rect.bottom); in TEST() 82 EXPECT_FLOAT_EQ(-8.0f, rect.bottom); in TEST() 93 EXPECT_EQ(0, inner_rect.bottom); in TEST() [all …]
|
/external/pdfium/public/ |
D | fpdf_transformpage.h | 22 * bottom - The bottom of the rectangle. 28 float bottom, 37 * bottom - The bottom of the rectangle. 43 float bottom, 52 * bottom - The bottom of the rectangle. 58 float bottom, 67 * bottom - The bottom of the rectangle. 73 float bottom, 82 * bottom - The bottom of the rectangle. 88 float bottom, [all …]
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_thread.cpp | 25 GetThreadStackAndTls(IsMainThread(), &stack_.bottom, &stack_size, &tls_begin_, in SetThreadStackAndTls() 27 stack_.top = stack_.bottom + stack_size; in SetThreadStackAndTls() 35 __msan_unpoison((void *)stack_.bottom, stack_.top - stack_.bottom); in ClearShadowForThreadStackAndTLS() 47 CHECK(MEM_IS_APP(stack_.bottom)); in Init() 85 return {stack_.bottom, stack_.top}; in GetStackBounds() 90 if (cur_stack >= next_stack_.bottom && cur_stack < next_stack_.top) in GetStackBounds() 91 return {next_stack_.bottom, next_stack_.top}; in GetStackBounds() 92 return {stack_.bottom, stack_.top}; in GetStackBounds() 97 uptr MsanThread::stack_bottom() { return GetStackBounds().bottom; } in stack_bottom() 101 return addr >= bounds.bottom && addr < bounds.top; in AddrIsInStack() [all …]
|
/external/webrtc/modules/desktop_capture/ |
D | desktop_region.cc | 26 DesktopRegion::Row::Row(int32_t top, int32_t bottom) in Row() argument 27 : top(top), bottom(bottom) {} in Row() 67 it1->second->bottom != it2->second->bottom || in Equals() 94 // we iterate over the rows until it reaches |rect.bottom()|. in AddRect() 100 while (top < rect.bottom()) { in AddRect() 104 int32_t bottom = rect.bottom(); in AddRect() local 105 if (row != rows_.end() && row->second->top < bottom) in AddRect() 106 bottom = row->second->top; in AddRect() 107 row = rows_.insert(row, Rows::value_type(bottom, new Row(top, bottom))); in AddRect() 112 assert(top <= row->second->bottom); in AddRect() [all …]
|
/external/libnl/doc/stylesheets/ |
D | volnitsky.css | 27 border-bottom: 1px dotted #999999; 32 border-bottom: 1px solid #6D4100; 36 a { color: #666688; text-decoration: none; border-bottom: 1px dotted #666688; } 37 a:visited { color: #615FA0; border-bottom: 1px dotted #615FA0; } 38 a:hover { color: #6D4100; border-bottom: 1px solid #6D4100; } 52 margin-bottom: 0.5em; 57 h1, h2, h3 { border-bottom: 2px solid #ccd; } 72 margin-bottom: 0.5em; 99 padding-bottom: 0.5em; 104 padding-bottom: 0.5em; [all …]
|
D | flask.css | 53 margin-bottom: 0.5em; 58 border-bottom: 2px solid silver; 83 margin-bottom: 0.5em; 115 padding-bottom: 0.5em; 119 padding-bottom: 0.5em; 124 margin-bottom: 1.5em; 130 margin-bottom: 1.5em; 134 margin-bottom: 2.0em; 149 margin-bottom: 0.5em; 229 margin-bottom: 0.8em; [all …]
|
D | xhtml11.css | 38 margin-bottom: 0.5em; 43 border-bottom: 2px solid silver; 66 margin-bottom: 0.5em; 99 padding-bottom: 0.5em; 103 padding-bottom: 0.5em; 108 margin-bottom: 1.5em; 114 margin-bottom: 1.5em; 118 margin-bottom: 2.5em; 132 margin-bottom: 0.5em; 209 margin-bottom: 0.8em; [all …]
|
D | asciidoc.css | 51 margin-bottom: 0.5em; 56 border-bottom: 2px solid silver; 81 margin-bottom: 0.5em; 113 padding-bottom: 0.5em; 117 padding-bottom: 0.5em; 122 margin-bottom: 1.5em; 128 margin-bottom: 1.5em; 132 margin-bottom: 2.0em; 148 margin-bottom: 0.5em; 229 margin-bottom: 0.8em; [all …]
|
/external/chromium-trace/catapult/third_party/polymer/components/iron-fit-behavior/test/ |
D | iron-fit-behavior.html | 64 .positioned-bottom { 66 bottom: 100px; 210 …return !(r2.left >= r1.right || r2.right <= r1.left || r2.top >= r1.bottom || r2.bottom <= r1.top); 240 … assert.closeTo(rect.top - (window.innerHeight - rect.bottom), 0, 5, 'centered vertically'); 284 … assert.closeTo(rect.top - (window.innerHeight - rect.bottom), 0, 5, 'centered vertically'); 293 … assert.closeTo(rect.top - (window.innerHeight - rect.bottom), 0, 5, 'centered vertically'); 304 assert.equal(rectBefore.bottom, rectAfter.bottom, 'bottom ok'); 315 … assert.closeTo(rect.top - (window.innerHeight - rect.bottom), 0, 5, 'centered vertically'); 342 … assert.closeTo(rect.top - (window.innerHeight - rect.bottom), 0, 5, 'centered vertically'); 362 …test('css positioned, scrolling element is constrained to viewport height (bottom, right)', functi… [all …]
|
/external/pdfium/fpdfsdk/ |
D | fpdf_transformpage_embeddertest.cpp | 25 EXPECT_TRUE(FPDFPage_GetMediaBox(page, &mediabox.left, &mediabox.bottom, in TEST_F() 28 EXPECT_EQ(-50, mediabox.bottom); in TEST_F() 33 EXPECT_TRUE(FPDFPage_GetCropBox(page, &cropbox.left, &cropbox.bottom, in TEST_F() 36 EXPECT_EQ(50, cropbox.bottom); in TEST_F() 41 EXPECT_TRUE(FPDFPage_GetBleedBox(page, &bleedbox.left, &bleedbox.bottom, in TEST_F() 44 EXPECT_EQ(10, bleedbox.bottom); in TEST_F() 49 EXPECT_TRUE(FPDFPage_GetTrimBox(page, &trimbox.left, &trimbox.bottom, in TEST_F() 52 EXPECT_EQ(30, trimbox.bottom); in TEST_F() 57 EXPECT_TRUE(FPDFPage_GetArtBox(page, &artbox.left, &artbox.bottom, in TEST_F() 60 EXPECT_EQ(60, artbox.bottom); in TEST_F() [all …]
|
D | fpdf_transformpage.cpp | 45 float* bottom, in GetBoundingBox() argument 48 if (!page || !left || !bottom || !right || !top) in GetBoundingBox() 56 *bottom = pArray->GetNumberAt(1); in GetBoundingBox() 107 float bottom, in FPDFPage_SetMediaBox() argument 111 CFX_FloatRect(left, bottom, right, top)); in FPDFPage_SetMediaBox() 116 float bottom, in FPDFPage_SetCropBox() argument 120 CFX_FloatRect(left, bottom, right, top)); in FPDFPage_SetCropBox() 125 float bottom, in FPDFPage_SetBleedBox() argument 129 CFX_FloatRect(left, bottom, right, top)); in FPDFPage_SetBleedBox() 134 float bottom, in FPDFPage_SetTrimBox() argument [all …]
|
/external/ImageMagick/www/api/Magick++/ |
D | STL_8h.html | 112 …n="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" hre… 114 …n="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" hre… 116 …n="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" hre… 118 …n="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" hre… 120 …n="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" hre… 122 …n="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" hre… 124 …n="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" hre… 126 …n="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" hre… 128 …n="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" hre… 130 …n="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" hre… [all …]
|
D | Drawable_8h.html | 120 …n="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" hre… 122 …n="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" hre… 124 …n="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" hre… 126 …n="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" hre… 128 …n="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" hre… 130 …n="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" hre… 132 …n="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" hre… 134 …n="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" hre… 136 …n="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" hre… 138 …n="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" hre… [all …]
|
/external/skia/docs/examples/ |
D | ChromeMDRefreshTab.cpp | 12 const float bottom = size.fHeight * scale; in GetBorderPath() local 16 path.moveTo(0, bottom - 1); in GetBorderPath() 17 // bottom left in GetBorderPath() 20 bottom - 1 - scaled_endcap_radius); in GetBorderPath() 46 // path.lineTo(right - 2 * scale, bottom - 1 - 1.5 * scale); in GetBorderPath() 52 // path.arcTo(SkRect::MakeLTRB(right - 2 * scale, bottom - 1 - 1.5 * scale, in GetBorderPath() 53 // right - 2 * scale + 4, bottom - 1 - 1.5 * scale + 4), 90, 90, true); in GetBorderPath() 57 path.lineTo(right - scaled_endcap_radius + 1, bottom - 1 - scaled_endcap_radius); in GetBorderPath() 60 // bottom right in GetBorderPath() 62 SkPathDirection::kCCW, right, bottom - 1); in GetBorderPath() [all …]
|
/external/fmtlib/doc/bootstrap/ |
D | panels.less | 8 margin-bottom: @line-height-computed; 24 border-bottom: 1px solid transparent; 35 margin-bottom: 0; 53 .border-bottom-radius((@panel-border-radius - 1)); 65 margin-bottom: 0; 79 // Add border bottom radius for last one 82 border-bottom: 0; 83 .border-bottom-radius((@panel-border-radius - 1)); 107 margin-bottom: 0; 136 // Add border bottom radius for last one [all …]
|
D | tooltip.less | 21 &.bottom { margin-top: 3px; padding: @tooltip-arrow-width 0; } 44 // Note: Deprecated .top-left, .top-right, .bottom-left, and .bottom-right as of v3.3.1 47 bottom: 0; 54 bottom: 0; 56 margin-bottom: -@tooltip-arrow-width; 61 bottom: 0; 63 margin-bottom: -@tooltip-arrow-width; 81 &.bottom .tooltip-arrow { 86 border-bottom-color: @tooltip-arrow-color; 88 &.bottom-left .tooltip-arrow { [all …]
|
/external/libchrome/ui/gfx/geometry/ |
D | rect.cc | 28 size_(std::abs(r.right - r.left), std::abs(r.bottom - r.top)) { in Rect() 42 r.bottom = bottom(); in ToRECT() 102 void Rect::SetByBounds(int left, int top, int right, int bottom) { in SetByBounds() argument 106 SaturatedClampRange(top, bottom, &y, &height); in SetByBounds() 112 Inset(insets.left(), insets.top(), insets.right(), insets.bottom()); in Inset() 115 void Rect::Inset(int left, int top, int right, int bottom) { in Inset() argument 120 set_height(base::ClampSub(height(), base::ClampAdd(top, bottom))); in Inset() 144 bottom() - inner.bottom(), in InsetsFrom() 162 (point_y < bottom()); in Contains() 167 rect.bottom() <= bottom()); in Contains() [all …]
|
D | rect_f.cc | 46 Inset(insets.left(), insets.top(), insets.right(), insets.bottom()); in Inset() 49 void RectF::Inset(float left, float top, float right, float bottom) { in Inset() argument 52 set_height(std::max(height() - top - bottom, 0.0f)); in Inset() 70 bottom() - inner.bottom(), in InsetsFrom() 85 point_y < bottom(); in Contains() 90 rect.bottom() <= bottom(); in Contains() 95 rect.right() > x() && rect.y() < bottom() && rect.bottom() > y(); in Intersects() 107 float rb = std::min(bottom(), rect.bottom()); in Intersect() 128 float rb = std::max(bottom(), rect.bottom()); in Union() 144 float rb = bottom(); in Subtract() [all …]
|
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/ui/ |
D | FixedTableModelTest.java | 88 assertEquals(500f, cellRect.bottom); in testColumnMajor() 95 assertEquals(500f, cellRect.bottom); in testColumnMajor() 102 assertEquals(500f, cellRect.bottom); in testColumnMajor() 109 assertEquals(1000f, cellRect.bottom); in testColumnMajor() 116 assertEquals(1000f, cellRect.bottom); in testColumnMajor() 127 assertEquals(500f, cellRect.bottom); in testColumnMajor() 134 assertEquals(500f, cellRect.bottom); in testColumnMajor() 141 assertEquals(500f, cellRect.bottom); in testColumnMajor() 148 assertEquals(1000f, cellRect.bottom); in testColumnMajor() 155 assertEquals(1000f, cellRect.bottom); in testColumnMajor() [all …]
|
/external/grpc-grpc/third_party/nanopb/docs/ |
D | lsr.css | 93 margin-bottom: 0em; 98 border-bottom: 0px; 110 margin-bottom: 0.5em; 111 border-bottom: 2px solid #aaa; 116 margin-bottom: 0.5em; 117 border-bottom: 1px solid #aaa; 122 margin-bottom: 0.5em; 128 margin-bottom: 0.5em; 134 margin-bottom: 0.5em; 140 margin-bottom: 0.5em; [all …]
|
/external/nanopb-c/docs/ |
D | lsr.css | 93 margin-bottom: 0em; 98 border-bottom: 0px; 110 margin-bottom: 0.5em; 111 border-bottom: 2px solid #aaa; 116 margin-bottom: 0.5em; 117 border-bottom: 1px solid #aaa; 122 margin-bottom: 0.5em; 128 margin-bottom: 0.5em; 134 margin-bottom: 0.5em; 140 margin-bottom: 0.5em; [all …]
|
/external/ImageMagick/www/Magick++/ |
D | Enumerations.html | 15 …<p align="left"><img src="right_triangle.png" name="Graphic1" alt=">" align="bottom" width="15"… 21 <li><p style="margin-bottom: 0in"><a href="Enumerations.html#ChannelType">ChannelType</a> 23 <li><p style="margin-bottom: 0in"><a href="Enumerations.html#ClassType">ClassType</a> 25 <li><p style="margin-bottom: 0in"><a href="Enumerations.html#ColorspaceType">ColorspaceType</a> 27 …<li><p style="margin-bottom: 0in"><a href="Enumerations.html#CompositeOperator">CompositeOperator<… 29 <li><p style="margin-bottom: 0in"><a href="Enumerations.html#CompressionType">CompressionType</a> 31 <li><p style="margin-bottom: 0in"><a href="Enumerations.html#DecorationType">DecorationType</a> 33 <li><p style="margin-bottom: 0in"><a href="Enumerations.html#FillRule">FillRule</a> 35 <li><p style="margin-bottom: 0in"><a href="Enumerations.html#FilterTypes">FilterTypes</a> 37 <li><p style="margin-bottom: 0in"><a href="Enumerations.html#GravityType">GravityType</a> [all …]
|
/external/libcups/doc/ |
D | cups-printable.css | 100 border-bottom: solid 1pt #999999; 104 border-bottom: solid 1pt #999999; 135 border-bottom: solid thin #999999; 144 caption-side: bottom; 185 border-bottom: solid 2pt #000000; 212 border-bottom: solid thin #cccccc; 217 vertical-align: bottom; 226 border-bottom: solid thin #eeeeee; 287 margin-bottom: 0.5em; 292 margin-bottom: 0.5em; [all …]
|
/external/google-styleguide/include/ |
D | styleguide.css | 20 margin-bottom: 1em; 31 margin-bottom:.75em; 103 padding-bottom: 1em; 112 padding-bottom: 1em; 196 margin-bottom: 1em; 201 margin-bottom: 1em; 206 margin-bottom: 1em; 213 margin-bottom: 1em; 218 margin-bottom: 1em; 225 margin-bottom: 1em; [all …]
|