HomeSort by relevance Sort by last modified time
    Searched refs:bottom (Results 1 - 25 of 1472) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/
category_bottom.h 3 @interface Foo(Bottom)
4 -(void)bottom;
9 @interface LeftFoo(Bottom)
10 -(void)bottom;
diamond_bottom.h 4 char bottom(char *x);
  /external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
audio_player.css 7 bottom: 0;
9 margin-bottom: 8px;
  /external/chromium_org/chrome/browser/chromeos/ui/
accessibility_focus_ring.cc 14 // Compute the height of the top and bottom cap.
19 gfx::Rect bottom(bounds.x(), bounds.bottom() - cap_height,
21 gfx::Rect body(bounds.x(), top.bottom(),
22 bounds.width(), bottom.y() - top.bottom());
24 return CreateWithParagraphShape(top, body, bottom, margin);
49 gfx::Rect bottom = orig_bottom_line; local
51 int min_height = std::min(top.height(), bottom.height());
62 if (bottom.x() <= middle.x() + 2 * margin)
    [all...]
  /external/chromium_org/ui/gfx/geometry/
insets.cc 15 Insets::Insets(int top, int left, int bottom, int right)
16 : InsetsBase<Insets, int>(top, left, bottom, right) {}
22 return base::StringPrintf("%d,%d,%d,%d", top(), left(), bottom(), right());
insets_f.cc 15 InsetsF::InsetsF(float top, float left, float bottom, float right)
16 : InsetsBase<InsetsF, float>(top, left, bottom, right) {}
22 return base::StringPrintf("%f,%f,%f,%f", top(), left(), bottom(), right());
insets.h 21 Insets(int top, int left, int bottom, int right);
32 static_cast<int>(bottom() * y_scale),
37 return InsetsF(top(), left(), bottom(), right());
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntRectExtent.h 47 IntRectExtent(int top, int right, int bottom, int left)
50 , m_bottom(bottom)
61 int bottom() const { return m_bottom; } function in class:blink::IntRectExtent
62 void setBottom(int bottom) { m_bottom = bottom; }
67 bool isZero() const { return !left() && !right() && !top() && !bottom(); }
75 rect.expand(left() + right(), top() + bottom());
89 && a.bottom() == b.bottom()
102 a.setBottom(a.bottom() + b.bottom())
    [all...]
FloatBoxExtent.h 47 FloatBoxExtent(float top, float right, float bottom, float left)
50 , m_bottom(bottom)
61 float bottom() const { return m_bottom; } function in class:blink::FloatBoxExtent
62 void setBottom(float bottom) { m_bottom = bottom; }
67 bool isZero() const { return !left() && !right() && !top() && !bottom(); }
75 rect.expand(left() + right(), top() + bottom());
82 m_bottom = std::max(m_bottom, other.bottom());
105 && a.bottom() == b.bottom()
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicBezierClip.cpp 33 double bottom = distance[1]; local
34 if (top > bottom) {
35 SkTSwap(top, bottom);
37 if (top * bottom >= 0) {
41 bottom = 0;
44 bottom *= scale;
49 bottom *= scale;
59 } else if (approximately_greater_or_equal(distance2y[0].y, bottom)) {
67 } else if (approximately_greater_or_equal(distance2y[3].y, bottom)) {
76 x_at(distance2y[0], distance2y[to_0[0]], top, bottom, flags, minT, maxT)
    [all...]
  /external/chromium_org/third_party/skia/tests/
CanvasStateHelpers.h 23 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,
  /external/chromium_org/chrome/browser/resources/memory_internals/
list.css 21 vertical-align: bottom;
24 table.list .bottom th,
25 table.list th.bottom {
26 border-bottom: 1px solid rgb(181, 198, 222);
  /external/chromium_org/remoting/webapp/
message_window.css 12 margin-bottom: 10px;
  /external/clang/test/Modules/
diamond-pch.c 14 bottom(&c);
15 bottom(&d);
diamond.c 15 bottom(&c);
16 bottom(&d);
  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/
options.css 28 padding-bottom:10px;
34 margin-bottom:25px;
40 margin-bottom:0px;
41 padding-bottom:0px;
47 padding-bottom: 5px;
48 margin-bottom: 0px;
52 padding-bottom: 0px;
53 margin-bottom: 10px;
66 margin-bottom: 0px;
72 padding-bottom:10px
    [all...]
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_geometry.cc 19 point.y() >= top() && point.y() < bottom();
24 rect.top() >= top() && rect.bottom() <= bottom();
31 bottom_ = std::min(bottom(), rect.bottom());
  /external/chromium_org/cc/base/
simple_enclosed_region.cc 39 int bottom = rect_.bottom(); local
44 int delta_bottom = bottom - sub_rect.bottom();
49 int horizontal_bottom = bottom;
53 horizontal_top = sub_rect.bottom();
67 vertical_left, top, vertical_right - vertical_left, bottom - top);
89 int bottom = rect_.bottom(); local
94 int new_bottom = new_rect.bottom();
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
Tooltip.css 7 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: 0px; }
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
Paint_FontMetricsIntTest.java 35 int bottom = 4; local
42 fontMetricsInt.bottom = bottom;
  /external/chromium_org/ppapi/cpp/
rect.cc 27 void Rect::Inset(int32_t left, int32_t top, int32_t right, int32_t bottom) {
30 set_height(std::max<int32_t>(height() - top - bottom, 0));
40 (point_y >= y()) && (point_y < bottom());
45 rect.y() >= y() && rect.bottom() <= bottom());
50 rect.y() >= bottom() || rect.bottom() <= y());
57 int32_t rb = std::min(bottom(), rect.bottom());
75 int32_t rb = std::max(bottom(), rect.bottom())
    [all...]
  /development/ndk/platforms/android-14/include/android/
rect.h 34 int32_t bottom; member in struct:ARect
  /development/ndk/platforms/android-16/include/android/
rect.h 34 int32_t bottom; member in struct:ARect
  /development/ndk/platforms/android-9/include/android/
rect.h 34 int32_t bottom; member in struct:ARect
  /external/chromium_org/content/browser/resources/accessibility/
accessibility.css 12 padding-bottom: 65px;
23 border-bottom: 1px solid #A0A0A0;

Completed in 776 milliseconds

1 2 3 4 5 6 7 8 91011>>