Searched refs:bottom (Results 1 - 25 of 706) 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/pdfium/core/fpdfdoc/
H A Dcpvt_floatrect.h14 CPVT_FloatRect() { left = top = right = bottom = 0.0f; }
23 bottom = other_bottom;
30 bottom = rect.bottom;
33 void Default() { left = top = right = bottom = 0.0f; }
36 if (top > bottom)
37 return top - bottom;
38 return bottom - top;
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
H A DBox.java22 private Item bottom; field in class:Box
39 return bottom;
42 public void setBottom(Item bottom) { argument
43 this.bottom = bottom;
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
H A DMockRectF.java29 //public float bottom;
43 it.bottom = rhs.bottom;
47 public void $init(float left, float top, float right, float bottom) { argument
51 it.bottom = bottom;
65 it.bottom = it.bottom + dy;
72 it.bottom = top + height();
82 return it.bottom
[all...]
/external/robolectric/v1/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/clang/test/Modules/
H A Ddiamond-pch.c14 bottom(&c);
15 bottom(&d);
H A Ddiamond.c15 bottom(&c);
16 bottom(&d);
/external/webrtc/webrtc/modules/desktop_capture/
H A Ddesktop_geometry.cc19 point.y() >= top() && point.y() < bottom();
24 rect.top() >= top() && rect.bottom() <= bottom();
31 bottom_ = std::min(bottom(), rect.bottom());
H A Ddesktop_region.cc23 DesktopRegion::Row::Row(int32_t top, int32_t bottom) argument
24 : top(top), bottom(bottom) {
66 it1->second->bottom != it2->second->bottom ||
93 // we iterate over the rows until it reaches |rect.bottom()|.
99 while (top < rect.bottom()) {
103 int32_t bottom = rect.bottom(); local
104 if (row != rows_.end() && row->second->top < bottom)
203 int32_t bottom = std::min(it1->second->bottom, it2->second->bottom); local
326 int bottom = row_b->second->bottom; local
555 int bottom; local
[all...]
/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/libvncserver/webclients/novnc/include/
H A Dblue.css13 left bottom,
19 center bottom,
28 left bottom,
34 center bottom,
43 left bottom,
49 center bottom,
/external/libnl/doc/stylesheets/
H A Dasciidoc-manpage.css4 padding-bottom: 0.5em;
6 border-bottom: 2px solid silver;
/external/skia/tests/
H A DCanvasStateHelpers.h23 float right, float bottom, int32_t spacer);
32 float left, float top, float right, float bottom, int32_t spacer);
39 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion);
48 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp,
H A DCanvasStateHelpers.cpp17 float right, float bottom, int32_t spacer) {
22 SkRect rect = SkRect::MakeLTRB(left, top, right, bottom);
29 float left, float top, float right, float bottom, int32_t spacer) {
34 complex_layers_draw(canvas.get(), left, top, right, bottom, spacer);
39 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) {
42 SkIntToScalar(right), SkIntToScalar(bottom));
52 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp,
66 complex_clips_draw(canvas.get(), left, top, right, bottom, clipOp, localRegion);
16 complex_layers_draw(SkCanvas* canvas, float left, float top, float right, float bottom, int32_t spacer) argument
28 complex_layers_draw_from_canvas_state(SkCanvasState* state, float left, float top, float right, float bottom, int32_t spacer) argument
38 complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) argument
51 complex_clips_draw_from_canvas_state(SkCanvasState* state, int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, int32_t regionRects, int32_t* rectCoords) argument
/external/pdfium/core/fxcrt/
H A Dfx_basic_coords.cpp35 if (top > bottom) {
37 top = bottom;
38 bottom = temp;
48 bottom = bottom < src_n.bottom ? bottom : src_n.bottom;
49 if (left > right || top > bottom) {
50 left = top = right = bottom
[all...]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DInfoDialog.java30 protected Panel bottom; field in class:InfoDialog
37 return bottom;
57 bottom = new Panel();
58 bottom.setLayout(new FlowLayout(FlowLayout.CENTER, 0, 0));
59 bottom.add(button);
60 this.add("South", bottom);
/external/webrtc/webrtc/modules/video_render/
H A Di_video_render.h44 const float bottom) = 0;
55 float& bottom) const = 0;
97 const float bottom) = 0;
104 const float bottom) = 0;
116 const float bottom) = 0;
124 const float bottom) = 0;
/external/webrtc/webrtc/modules/video_render/windows/
H A Di_video_render_win.h45 const float bottom) = 0;
53 float& right, float& bottom) = 0;
76 const float right, const float bottom) = 0;
84 const float bottom) = 0;
94 const float rigth, const float bottom) = 0;
100 const float right, const float bottom) = 0;
/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...]
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
H A Dmemtop_umalloc.c53 static userptr_t bottom = UNULL; variable
92 top = bottom = phys_to_user ( r_end );
115 while ( bottom != top ) {
116 copy_from_user ( &extmem, bottom, -sizeof ( extmem ),
120 DBG ( "EXTMEM freeing [%lx,%lx)\n", user_to_phys ( bottom, 0 ),
121 user_to_phys ( bottom, extmem.size ) );
122 bottom = userptr_add ( bottom,
144 if ( bottom == top ) {
156 ptr = bottom
[all...]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D15-1.c116 if (scenarii[sc].bottom != NULL) {
136 output("Current stack : %p -> %p\n", scenarii[sc].bottom,
137 sz + (long)scenarii[sc].bottom);
141 if ((((long)scenarii[sc].bottom) < ((long)child_stack))
143 (((long)scenarii[sc].bottom) + sz))) {
/external/pdfium/public/
H A Dfpdf_transformpage.h24 * @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
[all...]
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
H A DSelectionArea.java24 * If the orientation is flipped one way, swap the bottom and top or
29 private int bottom; field in class:SelectionArea
41 top = left = bottom = right = 0;
75 setBottom(bottom - 1);
82 setBottom(bottom + 1);
93 this.top = bottom = checkBounds(top, maxRows);
97 return Math.min(top, bottom);
100 private void setBottom(int bottom) { argument
101 this.bottom = checkBounds(bottom, maxRow
[all...]
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
H A DBoxModel.java66 boundsRect.bottom - getMarginBottom());
78 marginRect.bottom - getPaddingBottom());
82 public void setMargins(float left, float top, float right, float bottom) { argument
86 setMarginBottom(bottom);
90 public void setPadding(float left, float top, float right, float bottom) { argument
94 setPaddingBottom(bottom);

Completed in 790 milliseconds

1234567891011>>