Searched refs:bottom (Results 1 - 25 of 929) 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;
34 if (top > bottom)
35 return top - bottom;
36 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/libmojo/ui/gfx/geometry/
H A Dinsets_f.cc13 return base::StringPrintf("%f,%f,%f,%f", top(), left(), bottom(), right());
H A Dinsets.cc14 return base::StringPrintf("%d,%d,%d,%d", top(), left(), bottom(), right());
19 bottom() - vector.y(), right() - vector.x());
/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());
/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/skqp/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/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/skqp/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/pdfium/core/fxcrt/
H A Dfx_coordinates.cpp32 if (top > bottom)
33 std::swap(top, bottom);
43 bottom = std::min(bottom, src_n.bottom);
44 if (left > right || top > bottom) {
45 left = top = right = bottom = 0;
51 top = rect.bottom;
53 bottom = rect.top;
77 if (bottom > to
358 float bottom; local
369 float bottom; local
[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))) {

Completed in 757 milliseconds

1234567891011>>