Searched refs:bottom (Results 51 - 75 of 706) sorted by relevance

1234567891011>>

/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/pdfium/core/fpdfapi/page/
H A Dcpdf_pathobject.cpp49 rect.bottom += -0.5f;
55 m_Bottom = rect.bottom;
/external/pdfium/core/fpdfapi/render/
H A Dcpdf_type3glyphs.cpp41 FX_FLOAT bottom,
45 bottom_line = _AdjustBlue(bottom, m_BottomBlueCount, m_BottomBlue);
40 AdjustBlue(FX_FLOAT top, FX_FLOAT bottom, int& top_line, int& bottom_line) argument
/external/skia/src/pathops/
H A DSkPathOpsLine.h26 static double ExactPointV(const SkDPoint& xy, double top, double bottom, double x);
31 static double NearPointV(const SkDPoint& xy, double top, double bottom, double x);
/external/swiftshader/src/OpenGL/common/
H A DMatrixStack.hpp43 void frustum(float left, float right, float bottom, float top, float zNear, float zFar);
44 void ortho(double left, double right, double bottom, double top, double zNear, double zFar);
/external/webrtc/webrtc/modules/video_render/linux/
H A Dvideo_x11_render.h39 const float bottom);
46 float& right, float& bottom);
H A Dvideo_render_linux_impl.cc86 const float bottom)
97 top, right, bottom);
136 float& bottom) const
146 bottom);
206 const float /*bottom*/)
226 const float bottom)
241 const float bottom)
254 const float bottom)
80 AddIncomingRenderStream( const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
220 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
233 SetText( const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float rigth, const float bottom) argument
248 SetBitmap(const void* bitMap, const uint8_t pictureId, const void* colorKey, const float left, const float top, const float right, const float bottom) argument
/external/webrtc/webrtc/modules/video_render/mac/
H A Dvideo_render_mac_carbon_impl.cc124 const float bottom)
137 AGLChannel = _ptrCocoaRender->CreateNSGLChannel(streamId, zOrder, left, top, right, bottom);
161 float& bottom) const
164 return _ptrCarbonRender->GetChannelProperties(streamId, zOrder, left, top, right, bottom);
232 const float bottom)
242 const float bottom)
261 const float bottom)
272 const float bottom)
119 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
228 SetStreamCropping(const uint32_t streamId, const float left, const float top, const float right, const float bottom) argument
237 ConfigureRenderer(const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
253 SetText(const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float right, const float bottom) argument
266 SetBitmap(const void* bitMap, const uint8_t pictureId, const void* colorKey, const float left, const float top, const float right, const float bottom) argument
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBaseClass.hpp79 , bottom (-0.3)
86 double bottom; member in struct:vkt::Draw::ReferenceImageCoordinates
95 , bottom (-0.6)
102 double bottom; member in struct:vkt::Draw::ReferenceImageInstancedCoordinates
/external/libnl/doc/stylesheets/
H A Dflask.css53 margin-bottom: 0.5em;
58 border-bottom: 2px solid silver;
83 margin-bottom: 0.5em;
115 padding-bottom: 0.5em;
119 padding-bottom: 0.5em;
124 margin-bottom: 1.5em;
130 margin-bottom: 1.5em;
134 margin-bottom: 2.0em;
149 margin-bottom: 0.5em;
229 margin-bottom
[all...]
H A Dasciidoc.css51 margin-bottom: 0.5em;
56 border-bottom: 2px solid silver;
81 margin-bottom: 0.5em;
113 padding-bottom: 0.5em;
117 padding-bottom: 0.5em;
122 margin-bottom: 1.5em;
128 margin-bottom: 1.5em;
132 margin-bottom: 2.0em;
148 margin-bottom: 0.5em;
229 margin-bottom
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Dint128.h54 UINT128_CONSTEXPR uint128(uint64 top, uint64 bottom);
56 UINT128_CONSTEXPR uint128(int bottom);
57 UINT128_CONSTEXPR uint128(uint32 bottom); // Top 96 bits = 0
59 UINT128_CONSTEXPR uint128(uint64 bottom); // hi_ = 0
64 void Initialize(uint64 top, uint64 bottom);
145 inline UINT128_CONSTEXPR uint128::uint128(uint64 top, uint64 bottom) argument
146 : lo_(bottom), hi_(top) {}
149 inline UINT128_CONSTEXPR uint128::uint128(uint64 bottom) argument
150 : lo_(bottom), hi_(0) {}
152 inline UINT128_CONSTEXPR uint128::uint128(uint32 bottom) argument
154 uint128(int bottom) argument
160 Initialize(uint64 top, uint64 bottom) argument
[all...]
/external/skia/tests/
H A DBlitMaskClip.cpp58 for (int bottom = top + 1; bottom <= b.fBottom; bottom++) {
61 SkIRect clipRect = {left, top, right, bottom};
/external/webrtc/webrtc/modules/video_render/ios/
H A Dvideo_render_ios_channel.h34 const float bottom);
H A Dvideo_render_ios_channel.mm50 const float bottom) {
53 Top:bottom
H A Dvideo_render_ios_view.h28 Bottom:(const float)bottom;
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/ui/
H A DDynamicTableModelTest.java110 assertEquals(1000f, cellRect.bottom);
119 assertEquals(1000f, cellRect.bottom);
121 // cell 2 (bottom-left)
128 assertEquals(2000f, cellRect.bottom);
130 // cell 3 (bottom-right)
137 assertEquals(2000f, cellRect.bottom);
168 assertEquals(1000f, cellRect.bottom);
170 // cell 1 (bottom-left)
177 assertEquals(2000f, cellRect.bottom);
179 // cell 2 (bottom
[all...]
/external/pdfium/fpdfsdk/
H A Dfpdftext_embeddertest.cpp66 double bottom = 0.0; local
68 FPDFText_GetCharBox(textpage, 4, &left, &right, &bottom, &top);
71 EXPECT_NEAR(49.844, bottom, 0.001);
88 bottom = 0.0;
90 FPDFText_GetRect(textpage, 1, &left, &top, &right, &bottom);
93 EXPECT_NEAR(96.655, bottom, 0.001);
99 bottom = -1.0;
101 FPDFText_GetRect(textpage, -1, &left, &top, &right, &bottom);
104 EXPECT_EQ(0.0, bottom);
109 bottom
339 double bottom = 0.0; local
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cc77 uptr bottom = stack_bottom; local
79 while (IsValidFrame((uptr)frame, stack_top, bottom) &&
87 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) ||
104 bottom = (uptr)frame;
105 frame = GetCanonicFrame((uptr)frame[0], stack_top, bottom);
/external/skia/tools/
H A Dimgslice.cpp85 int top, bottom, left, right; local
90 top = bottom = SkTPin(FLAGS_row, 0, bitmap.height()-1);
97 FLAGS_max = bottom = SkTPin(FLAGS_max, top, bitmap.height()-1);
116 for (int y = bottom; y >= top; --y) {
124 for (int y = top; y <= bottom; ++y) {
/external/skia/src/core/
H A DSkRect.cpp12 void SkIRect::join(int32_t left, int32_t top, int32_t right, int32_t bottom) { argument
14 if (left >= right || top >= bottom) {
20 this->set(left, top, right, bottom);
25 if (bottom > fBottom) fBottom = bottom;
114 bool SkRect::intersect(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { argument
115 CHECK_INTERSECT(left, top, right, bottom, fLeft, fTop, fRight, fBottom);
130 void SkRect::join(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { argument
132 if (left >= right || top >= bottom) {
138 this->set(left, top, right, bottom);
[all...]
/external/skia/gm/
H A Dpatch.cpp26 SkPoint bottom[SkPatchUtils::kNumPtsCubic]; local
27 SkPatchUtils::getBottomCubic(cubics, bottom);
37 SkPoint corners[4] = { bottom[0], bottom[3], top[0], top[3] };
38 canvas->drawPoints(SkCanvas::kLines_PointMode, 4, bottom, paint);
39 canvas->drawPoints(SkCanvas::kLines_PointMode, 2, bottom + 1, paint);
54 canvas->drawPoints(SkCanvas::kPoints_PointMode, 2, bottom + 1, paint);
75 //bottom points
/external/ImageMagick/www/api/MagickCore/
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
8 margin-bottom : 4px;
34 border-bottom : 1px solid #84B0C7;
94 padding-bottom : 6px;
101 border-bottom : 1px solid #84B0C7;
/external/ImageMagick/www/api/MagickWand/
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
8 margin-bottom : 4px;
34 border-bottom : 1px solid #84B0C7;
94 padding-bottom : 6px;
101 border-bottom : 1px solid #84B0C7;

Completed in 918 milliseconds

1234567891011>>