/external/pdfium/core/fxcrt/ |
D | fx_basic_coords.cpp | 35 if (top > bottom) { in Normalize() 37 top = bottom; in Normalize() 38 bottom = temp; in Normalize() 48 bottom = bottom < src_n.bottom ? bottom : src_n.bottom; in Intersect() 49 if (left > right || top > bottom) { in Intersect() 50 left = top = right = bottom = 0; in Intersect() 80 bottom = (FX_FLOAT)(rect.top); in CFX_FloatRect() 81 top = (FX_FLOAT)(rect.bottom); in CFX_FloatRect() 90 if (bottom > top) { in Normalize() 92 top = bottom; in Normalize() [all …]
|
D | fx_coordinates.h | 262 BaseType bottom() const { return top + height; } in bottom() function 326 rt.bottom() <= bottom(); in Contains() 342 BaseType b = bottom(); in Union() 357 BaseType b = bottom(); in Union() 364 if (b < rt.bottom()) in Union() 365 b = rt.bottom(); in Union() 371 BaseType b = bottom(); in Intersect() 378 if (b > rt.bottom()) in Intersect() 379 b = rt.bottom(); in Intersect() 411 FX_RECT() : left(0), top(0), right(0), bottom(0) {} in FX_RECT() [all …]
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowRect.java | 14 public void __constructor__(int left, int top, int right, int bottom) { in __constructor__() argument 18 realRect.bottom = bottom; in __constructor__() 25 realRect.bottom = otherRect.bottom; in __constructor__() 30 set(rect.left, rect.top, rect.right, rect.bottom); in set() 34 public void set(int left, int top, int right, int bottom) { in set() argument 38 realRect.bottom = bottom; in set() 48 return realRect.bottom - realRect.top; in height() 61 && realRect.bottom == r.bottom; in equals() 74 sb.append(realRect.bottom); in toString() 82 && y >= realRect.top && y <= realRect.bottom; in contains() [all …]
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | desktop_region.cc | 23 DesktopRegion::Row::Row(int32_t top, int32_t bottom) in Row() argument 24 : top(top), bottom(bottom) { in Row() 66 it1->second->bottom != it2->second->bottom || in Equals() 93 // we iterate over the rows until it reaches |rect.bottom()|. in AddRect() 99 while (top < rect.bottom()) { in AddRect() 103 int32_t bottom = rect.bottom(); in AddRect() local 104 if (row != rows_.end() && row->second->top < bottom) in AddRect() 105 bottom = row->second->top; in AddRect() 107 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 | 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 …]
|
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 …]
|
/external/tinyxml/docs/ |
D | doxygen.css | 90 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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
D | Tooltip.css | 7 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/swiftshader/third_party/LLVM/docs/ |
D | doxygen.css | 93 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/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/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/ImageMagick/www/api/MagickWand/ |
D | doxygen.css | 90 margin-bottom: 4px; 96 padding-bottom: 4px; 98 DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top… 103 margin-bottom: 6px; 119 padding-bottom : 2px; 123 margin-bottom : 2px; 132 padding-bottom : 2px; 136 margin-bottom : 2px; 159 border-bottom: 1px none #E0E0E0; 170 border-bottom: 1px none #E0E0E0; [all …]
|
/external/ImageMagick/www/api/MagickCore/ |
D | doxygen.css | 90 margin-bottom: 4px; 96 padding-bottom: 4px; 98 DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top… 103 margin-bottom: 6px; 119 padding-bottom : 2px; 123 margin-bottom : 2px; 132 padding-bottom : 2px; 136 margin-bottom : 2px; 159 border-bottom: 1px none #E0E0E0; 170 border-bottom: 1px none #E0E0E0; [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/pdfium/fpdfsdk/pdfwindow/ |
D | PWL_Utils.cpp | 23 return CFX_FloatRect(rect.left + x, rect.bottom + y, rect.right + x, in OffsetRect() 55 const FX_FLOAT fHeight = crBBox.top - crBBox.bottom; in GetAP_Check() 77 pts[i][j].y *= pts[i][j].y * fHeight + crBBox.bottom; in GetAP_Check() 106 FX_FLOAT fHeight = crBBox.top - crBBox.bottom; in GetAP_Circle() 108 CFX_PointF pt1(crBBox.left, crBBox.bottom + fHeight / 2); in GetAP_Circle() 110 CFX_PointF pt3(crBBox.right, crBBox.bottom + fHeight / 2); in GetAP_Circle() 111 CFX_PointF pt4(crBBox.left + fWidth / 2, crBBox.bottom); in GetAP_Circle() 148 csAP << crBBox.right << " " << crBBox.bottom << " l\n"; in GetAP_Cross() 149 csAP << crBBox.left << " " << crBBox.bottom << " m\n"; in GetAP_Cross() 159 FX_FLOAT fHeight = crBBox.top - crBBox.bottom; in GetAP_Diamond() [all …]
|
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/ |
D | ViESurfaceRenderer.java | 57 dstRect.bottom = (int)(dstRect.top + dstBottomScale * dstHeight); in changeDestRect() 71 " srcRect.bottom:" + srcRect.bottom + in surfaceChanged() 75 " dstRect.bottom:" + dstRect.bottom); in surfaceChanged() 83 changeDestRect(dst.right - dst.left, dst.bottom - dst.top); in surfaceCreated() 88 " dst.bottom:" + dst.bottom + in surfaceCreated() 92 " srcRect.bottom:" + srcRect.bottom + in surfaceCreated() 96 " dstRect.bottom:" + dstRect.bottom); in surfaceCreated() 121 srcRect.bottom = height; in CreateBitmap() 136 float right, float bottom) { in SetCoordinates() argument 138 right + "," + bottom); in SetCoordinates() [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/skia/include/core/ |
D | SkRect.h | 62 int bottom() const { return fBottom; } in bottom() function 76 * (i.e. top <= bottom) so the result may be negative. 93 * method is defined to return (bottom + top) >> 1 96 * (bottom + top) / 2 when the sum is negative. 127 void set(int32_t left, int32_t top, int32_t right, int32_t bottom) { in set() 131 fBottom = bottom; in set() 134 void setLTRB(int32_t left, int32_t top, int32_t right, int32_t bottom) { in setLTRB() 135 this->set(left, top, right, bottom); in setLTRB() 184 and adding dy to its top and bottom. 209 making the rectangle wider. The same holds true for dy and the top and bottom. [all …]
|
/external/pdfium/public/ |
D | fpdf_transformpage.h | 24 * @param[in] bottom - The bottom of the rectangle. 31 float bottom, 39 * @param[in] bottom - The bottom of the rectangle. 46 float bottom, 54 * @param[in] bottom - Pointer to a double value receiving the bottom of the 64 float* bottom, 72 * @param[in] bottom - Pointer to a double value receiving the bottom of the 82 float* bottom, 125 * @param[in] bottom - The bottom of the clip box. 131 float bottom,
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | test_conf.py | 335 GV.BL: ('bottom left corner',), 336 GV.BR: ('bottom right corner',), 338 GV.BS: ('bottom side',), 374 GV.BLTR: ('bottom left to top right',), 427 GV.TB: ('vertical', 'from top to bottom',), 428 GV.BT: ('vertical', 'from bottom to top',), 429 GV.BLTR: ('diagonal', 'from bottom left to top right',), 430 GV.TRBL: ('diagonal', 'from top right to bottom left',), 458 GV.CB: ('vertical', 'from the center off bottom edge',), 483 GV.TB: ('vertical', 'from top to bottom',), [all …]
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/ |
D | SelectionArea.java | 24 * If the orientation is flipped one way, swap the bottom and top or 29 private int bottom; field in SelectionArea 41 top = left = bottom = right = 0; in reset() 75 setBottom(bottom - 1); in decrementRow() 82 setBottom(bottom + 1); in incrementRow() 93 this.top = bottom = checkBounds(top, maxRows); in setTop() 97 return Math.min(top, bottom); in getTop() 100 private void setBottom(int bottom) { in setBottom() argument 101 this.bottom = checkBounds(bottom, maxRows); in setBottom() 105 return Math.max(top, bottom); in getBottom() [all …]
|
/external/pdfium/fpdfsdk/fxedit/ |
D | fxet_list.h | 21 CLST_Rect() { left = top = right = bottom = 0.0f; } in CLST_Rect() 30 bottom = other_bottom; in CLST_Rect() 37 bottom = rect.bottom; in CLST_Rect() 42 void Default() { left = top = right = bottom = 0.0f; } in Default() 48 bottom = rect.bottom; 62 if (top > bottom) in Height() 63 return top - bottom; in Height() 64 return bottom - top; in Height() 69 CFX_PointF RightBottom() const { return CFX_PointF(right, bottom); } in RightBottom() 75 bottom += point.y; [all …]
|