Home
last modified time | relevance | path

Searched full:bottom (Results 1 – 25 of 2804) sorted by relevance

12345678910>>...113

/external/pdfium/core/src/fxcrt/
Dfx_basic_coords.cpp18 if (top > bottom) { in Normalize()
20 top = bottom; in Normalize()
21 bottom = temp; in Normalize()
31 bottom = bottom < src_n.bottom ? bottom : src_n.bottom; in Intersect()
32 if (left > right || top > bottom) { in Intersect()
33 left = top = right = bottom = 0; in Intersect()
42 bottom = bottom > other.bottom ? bottom : other.bottom; in Union()
71 bottom = (FX_FLOAT)(rect.top); in CFX_FloatRect()
72 top = (FX_FLOAT)(rect.bottom); in CFX_FloatRect()
81 if (bottom > top) { in Normalize()
[all …]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowRect.java14 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/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Utils.cpp76 rcRet.bottom = PWL_MIN(rect1.bottom, rect2.bottom); in MaxRect()
86 return CPDF_Rect(rect.left + x, rect.bottom + y, rect.right + x, in OffsetRect()
92 return rcChild.left >= rcParent.left && rcChild.bottom >= rcParent.bottom && in ContainsRect()
100 FX_FLOAT bottom = rect1.bottom > rect2.bottom ? rect1.bottom : rect2.bottom; in IntersectRect() local
103 return left < right && bottom < top; in IntersectRect()
140 const FX_FLOAT fHeight = crBBox.top - crBBox.bottom; in GetAP_Check()
162 pts[i][j].y *= pts[i][j].y * fHeight + crBBox.bottom; in GetAP_Check()
191 FX_FLOAT fHeight = crBBox.top - crBBox.bottom; in GetAP_Circle()
193 CPDF_Point pt1(crBBox.left, crBBox.bottom + fHeight / 2); in GetAP_Circle()
195 CPDF_Point pt3(crBBox.right, crBBox.bottom + fHeight / 2); in GetAP_Circle()
[all …]
DPWL_ScrollBar.cpp155 rectWnd.top - rectWnd.bottom > PWL_TRIANGLE_HALFLEN) { in GetThisAppearanceStream()
173 rectWnd.top - rectWnd.bottom > PWL_TRIANGLE_HALFLEN) { in GetThisAppearanceStream()
197 rectWnd.top - rectWnd.bottom > PWL_TRIANGLE_HALFLEN) { in GetThisAppearanceStream()
215 rectWnd.top - rectWnd.bottom > PWL_TRIANGLE_HALFLEN) { in GetThisAppearanceStream()
260 rectWnd.top - rectWnd.bottom > PWL_TRIANGLE_HALFLEN) { in DrawThisAppearance()
283 rectWnd.top - rectWnd.bottom > PWL_TRIANGLE_HALFLEN) { in DrawThisAppearance()
330 if (rectWnd.top - rectWnd.bottom > 6.0f) { in DrawThisAppearance()
332 FX_FLOAT fY = rectWnd.bottom; in DrawThisAppearance()
375 if (rectWnd.top - rectWnd.bottom > 6.0f) { in DrawThisAppearance()
377 FX_FLOAT fY = rectWnd.bottom; in DrawThisAppearance()
[all …]
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_region.cc23 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/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/pdfium/core/include/fxcrt/
Dfx_coordinates.h224 baseType bottom() const { return top + height; } in bottom() function
246 void Inflate(baseType left, baseType top, baseType right, baseType bottom) { in Inflate() argument
250 FXT_RECT::height += top + bottom; in Inflate()
262 void Deflate(baseType left, baseType top, baseType right, baseType bottom) { in Deflate() argument
266 FXT_RECT::height -= top + bottom; in Deflate()
282 rt.bottom() <= bottom(); in Contains()
344 baseType r = right(), b = bottom(); in Union()
362 baseType r = right(), b = bottom(); in Union()
372 if (b < rt.bottom()) { in Union()
373 b = rt.bottom(); in Union()
[all …]
/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/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/ui/
DFixedTableModelTest.java88 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/skia/include/core/
DSkRect.h62 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/libnl/doc/
Dlibnl.css120 margin-bottom: 4px;
126 padding-bottom: 4px;
132 margin-bottom: 3px;
139 margin-bottom: 6px;
159 padding-bottom : 2px;
163 margin-bottom : 2px;
172 padding-bottom : 2px;
176 margin-bottom : 2px;
209 border-bottom: 1px none #E0E0E0;
220 border-bottom: 1px none #E0E0E0;
[all …]
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViESurfaceRenderer.java57 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/
Dlsr.css93 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/autotest/client/site_tests/firmware_TouchMTB/
Dtest_conf.py335 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/pdfium/fpdfsdk/src/
Dfpdf_flatten.cpp17 enum FPDF_VALUE { TOP, LEFT, RIGHT, BOTTOM }; enumerator
20 if (rect.left - rect.right > 0.000001f || rect.bottom - rect.top > 0.000001f) in IsValiableRect()
24 rect.bottom == 0.0f) in IsValiableRect()
31 rect.bottom - rcPage.bottom < -10.000001f) in IsValiableRect()
55 rc.bottom = pPageObject->m_Bottom; in GetContentsRect()
154 case BOTTOM: { in GetMinMaxValue()
156 pArray[i] = CPDF_Rect(array.GetAt(i)).bottom; in GetMinMaxValue()
183 rcRet.bottom = GetMinMaxValue(*pRectArray, MIN, BOTTOM); in CalculateRect()
270 FX_FLOAT f = rcAnnot.bottom - rcStream.bottom * d; in GetMatrix()
286 fStreamHeight = rcStream.top - rcStream.bottom; in GetOffset()
[all …]
/external/pdfium/public/
Dfpdf_transformpage.h23 * @param[in] bottom - The bottom of the rectangle.
30 float bottom,
38 * @param[in] bottom - The bottom of the rectangle.
45 float bottom,
53 * @param[in] bottom - Pointer to a double value receiving the bottom of the
63 float* bottom,
71 * @param[in] bottom - Pointer to a double value receiving the bottom of the
81 float* bottom,
124 * @param[in] bottom - The bottom of the clip box.
130 float bottom,
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
DSelectionArea.java25 * If the orientation is flipped one way, swap the bottom and top or
30 private int bottom; field in SelectionArea
42 top = left = bottom = right = 0; in reset()
76 setBottom(bottom - 1); in decrementRow()
83 setBottom(bottom + 1); in incrementRow()
94 this.top = bottom = checkBounds(top, maxRows); in setTop()
98 return Math.min(top, bottom); in getTop()
101 private void setBottom(int bottom) { in setBottom() argument
102 this.bottom = checkBounds(bottom, maxRows); in setBottom()
106 return Math.max(top, bottom); in getBottom()
[all …]
/external/libjpeg-turbo/doc/html/
Ddoxygen.css20 border-bottom: 1px solid #879ECB;
26 padding-bottom: 4px;
63 margin-bottom: 0px;
67 margin-bottom: 4px;
71 margin-bottom: 2px;
190 padding-bottom: 0px;
229 margin-bottom: 3px;
239 …background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(…
302 margin-bottom: 0px;
382 margin-bottom: 0px;
[all …]
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/
Ddataurl-realdata-doublequotes.css.min1bottom-right-radius:0;border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-webkit-bor…
Ddataurl-realdata-noquotes.css17 border-bottom-right-radius:0;
18 border-bottom-left-radius:0;
20 -webkit-border-bottom-right-radius:0;
21 -webkit-border-bottom-left-radius:0;
29 border-bottom-right-radius:3px;
30 border-bottom-left-radius:3px;
33 -webkit-border-bottom-right-radius:3px;
34 -webkit-border-bottom-left-radius:3px;
58 border-bottom-left-radius: 3px;
61 -webkit-border-bottom-left-radius: 3px;
[all …]
Ddataurl-realdata-doublequotes.css17 border-bottom-right-radius:0;
18 border-bottom-left-radius:0;
20 -webkit-border-bottom-right-radius:0;
21 -webkit-border-bottom-left-radius:0;
29 border-bottom-right-radius:3px;
30 border-bottom-left-radius:3px;
33 -webkit-border-bottom-right-radius:3px;
34 -webkit-border-bottom-left-radius:3px;
58 border-bottom-left-radius: 3px;
61 -webkit-border-bottom-left-radius: 3px;
[all …]
Ddataurl-realdata-singlequotes.css17 border-bottom-right-radius:0;
18 border-bottom-left-radius:0;
20 -webkit-border-bottom-right-radius:0;
21 -webkit-border-bottom-left-radius:0;
29 border-bottom-right-radius:3px;
30 border-bottom-left-radius:3px;
33 -webkit-border-bottom-right-radius:3px;
34 -webkit-border-bottom-left-radius:3px;
58 border-bottom-left-radius: 3px;
61 -webkit-border-bottom-left-radius: 3px;
[all …]
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/out/
Ddataurl-realdata-singlequotes.out1bottom-right-radius:0;border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-webkit-bor…
Ddataurl-realdata-doublequotes.out1bottom-right-radius:0;border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-webkit-bor…
Ddataurl-realdata-singlequotes.out.b1bottom-right-radius:0;border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-webkit-bor…

12345678910>>...113