Searched refs:bottom (Results 1 - 25 of 456) 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/v8/test/mjsunit/regress/
H A Dregress-1401.js30 var bottom = 0; variable
38 var size = bottom + 1 + 10;
39 var t = (sizes[++bottom] = size);
/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/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...]
H A DShadowMarginLayoutParams.java20 public void setMargins(int left, int top, int right, int bottom) { argument
24 realMarginLayoutParams.bottomMargin = bottom;
/external/clang/test/Modules/
H A Ddiamond-pch.c14 bottom(&c);
15 bottom(&d);
H A Ddiamond.c15 bottom(&c);
16 bottom(&d);
/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/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, left, top, right, bottom, spacer);
40 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) {
43 SkIntToScalar(right), SkIntToScalar(bottom));
53 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp,
67 complex_clips_draw(canvas, 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
39 complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) argument
52 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/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/pdfium/public/
H A Dfpdf_transformpage.h23 * @param[in] bottom - The bottom of the rectangle.
28 DLLEXPORT void STDCALL FPDFPage_SetMediaBox(FPDF_PAGE page, float left, float bottom, float right, float top);
34 * @param[in] bottom - The bottom of the rectangle.
39 DLLEXPORT void STDCALL FPDFPage_SetCropBox(FPDF_PAGE page, float left, float bottom, float right, float top);
45 * @param[in] bottom - Pointer to a double value receiving the bottom of the rectangle.
50 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_GetMediaBox(FPDF_PAGE page, float* left, float* bottom, float* right, float* top);
55 * @param[in] bottom
[all...]
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_coords.cpp16 if (top > bottom) {
18 top = bottom;
19 bottom = temp;
30 bottom = bottom < src_n.bottom ? bottom : src_n.bottom;
31 if (left > right || top > bottom) {
32 left = top = right = bottom
[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);
H A DBoxModelable.java42 public void setMargins(float left, float top, float right, float bottom); argument
44 public void setPadding(float left, float top, float right, float bottom); argument
/external/nanopb-c/docs/
H A 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
[all...]
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/ui/
H A DFixedTableModelTest.java88 assertEquals(500f, cellRect.bottom);
95 assertEquals(500f, cellRect.bottom);
102 assertEquals(500f, cellRect.bottom);
109 assertEquals(1000f, cellRect.bottom);
116 assertEquals(1000f, cellRect.bottom);
127 assertEquals(500f, cellRect.bottom);
134 assertEquals(500f, cellRect.bottom);
141 assertEquals(500f, cellRect.bottom);
148 assertEquals(1000f, cellRect.bottom);
155 assertEquals(1000f, cellRect.bottom);
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfpdftext_embeddertest.cpp58 double bottom = 0.0; local
60 FPDFText_GetCharBox(textpage, 4, &left, &right, &bottom, &top);
63 EXPECT_NEAR(49.844, bottom, 0.001);
84 bottom = 0.0;
86 FPDFText_GetRect(textpage, 1, &left, &top, &right, &bottom);
89 EXPECT_NEAR(96.655, bottom, 0.001);
95 bottom = -1.0;
97 FPDFText_GetRect(textpage, -1, &left, &top, &right, &bottom);
100 EXPECT_EQ(0.0, bottom);
105 bottom
333 double bottom = 0.0; local
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
H A DHasCompoundDrawablesMatcher.java16 public HasCompoundDrawablesMatcher(int left, int top, int right, int bottom) { argument
17 expectedCompoundDrawables = new ShadowTextView.CompoundDrawables(left, top, right, bottom);
42 public static Matcher<TextView> hasCompoundDrawables(int left, int top, int right, int bottom) { argument
43 return new HasCompoundDrawablesMatcher(left, top, right, bottom);
/external/chromium-trace/trace-viewer/tracing/tracing/ui/base/
H A Dtool_button.css9 border-bottom: 1px solid #BCBCBC;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DPerformanceResultsPerspective.java38 // Component results view put on bottom
39 IFolderLayout bottom =
45 bottom.addView("org.eclipse.test.internal.performance.results.ui.ComponentsResultsView");
/external/llvm/test/MC/AsmParser/
H A Dmacro-args.s37 bottom $1
40 .macro bottom
/external/skia/src/pathops/
H A DSkPathOpsLine.h26 static double ExactPointV(const SkDPoint& xy, double top, double bottom, double x);
34 static double NearPointV(const SkDPoint& xy, double top, double bottom, double x);
/external/pdfium/core/src/reflow/
H A Dreflowedtextpage.cpp98 if((rectA.top >= rectB.bottom && rectB.top >= rectA.bottom)) {
107 if(GetIntersection(rectA.bottom, rectA.top, rectB.bottom, rectB.top, interlow, interhigh)) {
133 if(info.m_CharBox.bottom < recttmp.bottom) {
134 recttmp.bottom = info.m_CharBox.bottom;
145 if(floatRect.right < point.x && floatRect.bottom > point.y) {
146 return FXSYS_sqrt(FXSYS_pow(point.x - floatRect.right, 2) + FXSYS_pow(floatRect.bottom
302 CountBoundedSegments(FX_FLOAT left, FX_FLOAT top, FX_FLOAT right, FX_FLOAT bottom, FX_BOOL bContains) argument
[all...]

Completed in 823 milliseconds

1234567891011>>