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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/tools/telemetry/telemetry/core/
bitmaptools.cc 31 Box() : left(), top(), right(), bottom() {}
48 bottom = top + height;
56 if (bottom <= y) bottom = y + 1;
60 int height() const { return bottom - top; }
65 int bottom; member in struct:Box
105 if (box.bottom * row_stride > total_size ||
118 total_size = (box.bottom - box.top) * row_stride;
210 box.bottom = 0;
  /external/chromium_org/ui/base/cocoa/
appkit_utils.h 22 int bottom; member in struct:ui::NinePartImageIds
  /external/chromium_org/ui/gfx/
canvas_paint_win.h 53 ps_.rcPaint.bottom - ps_.rcPaint.top == 0;
  /external/chromium_org/ui/gfx/geometry/
rect_conversions.cc 19 float max_y = rect.bottom();
29 float max_y = rect.bottom();
39 float float_max_y = rect.bottom();
60 float float_max_y = rect.bottom();
  /external/chromium_org/ui/login/account_picker/
screen_account_picker.css 12 bottom: 100%;
13 margin-bottom: 10px;
  /external/chromium_org/ui/views/controls/
focusable_border.h 27 void SetInsets(int top, int left, int bottom, int right);
  /external/chromium_org/ui/webui/resources/js/cr/ui/
position_util.js 14 * right: number, bottom: number}}
36 * The popop's bottom edge is aligned with the top edge of the anchor.
39 ABOVE: 3, // p: bottom, a: top, p: left, a: left
42 * The popop's top edge is aligned with the bottom edge of the anchor.
45 BELOW: 4 // p: top, a: bottom, p: left, a: left
75 bottom: docElement.clientHeight,
97 if (anchorRect.bottom + popupRect.height > availRect.height &&
104 anchorRect.bottom + popupRect.height <= availRect.height) {
125 style.left = style.right = style.top = style.bottom = 'auto';
130 if (anchorRect.bottom + popupRect.height <= availRect.height
    [all...]
  /external/clang/www/analyzer/
menu.css 10 border-bottom: 1px solid;
43 border-bottom: 1px solid;
  /external/chromium_org/chrome/browser/resources/history/
history_mobile.css 31 margin-bottom: 12px;
86 margin-bottom: 1em;
99 padding-bottom: 0;
132 margin-bottom: 0;
134 padding-bottom: 0;
140 border-bottom: 1px solid rgb(220, 220, 220);
142 margin-bottom: -1px;
243 bottom: 46px;
251 bottom: 0;
289 padding-bottom: 30px
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
AbsSpinnerTest.java 190 Rect rcChild0 = new Rect(0, 0, 20, rc.bottom);
191 Rect rcChild1 = new Rect(rcChild0.right, 0, 70, rc.bottom);
192 Rect rcChild2 = new Rect(rcChild1.right, 0, rc.right, rc.bottom);
193 absSpinner.layout(rc.left, rc.top, rc.right, rc.bottom);
195 rcChild0.right, rcChild0.bottom);
197 rcChild1.right, rcChild1.bottom);
199 rcChild2.right, rcChild2.bottom);
202 assertEquals(0, absSpinner.pointToPosition(rcChild0.left + 1, rc.bottom - 1));
203 assertEquals(1, absSpinner.pointToPosition(rcChild1.left + 1, rc.bottom - 1));
204 assertEquals(2, absSpinner.pointToPosition(rcChild2.left + 1, rc.bottom - 1))
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadLineIntersection.cpp 201 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) {
202 addExactVerticalEndPoints(top, bottom, axisIntercept);
204 addNearVerticalEndPoints(top, bottom, axisIntercept);
211 double lineT = (pt.fY - top) / (bottom - top);
276 void addExactVerticalEndPoints(double top, double bottom, double x) {
278 double lineT = SkDLine::ExactPointV(fQuad[qIndex], top, bottom, x);
287 void addNearVerticalEndPoints(double top, double bottom, double x) {
293 double lineT = SkDLine::NearPointV(fQuad[qIndex], top, bottom, x);
361 int SkIntersections::vertical(const SkDQuad& quad, double top, double bottom, double x,
363 SkDLine line = {{{ x, top }, { x, bottom }}};
    [all...]
  /cts/tests/tests/gesture/src/android/gesture/cts/
LineGestureStrokeHelper.java 66 Assert.assertEquals(LINE_MIDWAY_POINT, bounds.bottom);
80 Assert.assertEquals(LINE_END_POINT, bounds.bottom);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixStack.java 42 public void glFrustumf(float left, float right, float bottom, float top,
44 Matrix.frustumM(mMatrix, mTop, left, right, bottom, top, near, far);
47 public void glFrustumx(int left, int right, int bottom, int top, int near,
50 fixedToFloat(bottom), fixedToFloat(top),
102 public void glOrthof(float left, float right, float bottom, float top,
104 Matrix.orthoM(mMatrix, mTop, left, right, bottom, top, near, far);
107 public void glOrthox(int left, int right, int bottom, int top, int near,
110 fixedToFloat(bottom), fixedToFloat(top),
  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
BackgroundContainer.java 51 public void showBackground(int top, int bottom) {
54 mOpenAreaHeight = bottom;
  /development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
BackgroundContainer.java 52 public void showBackground(int top, int bottom) {
55 mOpenAreaHeight = bottom;
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
XUnresolvedVariable.java 157 * @param bottom The point at which the search should terminate, normally
160 public void setVarStackContext(int bottom)
162 m_varStackContext = bottom;
  /external/chromium-trace/trace-viewer/src/cc/
layer_tree_quad_stack_viewer.css 13 border-bottom: 1px solid #8e8e8e;
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
default_object_view.css 25 border-bottom: 1px solid rgb(128, 128, 128);
  /external/chromium-trace/trace-viewer/src/ui/
info_bar.css 9 border-bottom: 1px solid #A3A3A3;
value_bar.css 47 border-bottom: none;
56 border-bottom: 1px solid black;
60 .value-bar[orient='vertical'] .value-slider-bottom {
94 .value-bar[orient='horizontal'] .value-slider-bottom {
  /external/chromium_org/ash/keyboard_overlay/
keyboard_overlay_delegate_unittest.cc 50 // The widget is horizontally centered at the bottom of the work area.
54 EXPECT_EQ(work_area.bottom(), bounds.bottom());
  /external/chromium_org/cc/layers/
tiled_layer.cc 324 int bottom,
331 if (!HaveTexturesForTiles(left, top, right, bottom, ignore_occlusions)) {
339 &update_rect, &paint_rect, left, top, right, bottom, ignore_occlusions);
346 update_rect, paint_rect, left, top, right, bottom, queue, occlusion);
354 int bottom,
358 for (int j = top; j <= bottom; ++j) {
385 int bottom,
387 for (int j = top; j <= bottom; ++j) {
416 int bottom,
418 for (int j = top; j <= bottom; ++j)
587 int left, top, right, bottom; local
709 int left, top, right, bottom; local
728 int left, top, right, bottom; local
835 int left, top, right, bottom; local
    [all...]
  /external/chromium_org/cc/test/
fake_content_layer_client.cc 34 draw_rect.bottom(),
52 draw_rect.bottom(),
  /external/chromium_org/chrome/browser/resources/
certificate_viewer.css 19 margin-bottom: 15px;
45 margin-bottom: 16px;
100 bottom: 0;
126 margin-bottom: 20px;
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_enable_kiosk.css 14 bottom: 80px;

Completed in 837 milliseconds

1 2 3 4 5 6 7 891011>>