Searched refs:bottom (Results 251 - 275 of 706) sorted by relevance

<<11121314151617181920>>

/external/webrtc/webrtc/modules/video_render/android/
H A Dvideo_render_opengles20.cc180 const float bottom) {
182 (bottom > 1 || bottom < 0) || (left > 1 || left < 0)) {
196 _vertices[1] = -1 * (2 * bottom) + 1;
201 _vertices[6] = -1 * (2 * bottom) + 1;
176 SetCoordinates(int32_t zOrder, const float left, const float top, const float right, const float bottom) argument
/external/doclava/res/assets/templates-sdk/assets/css/
H A Ddefault.css54 margin-bottom: 20px;
81 padding-bottom: 40px;
87 margin-bottom: 10px; }
161 margin-bottom: 10px; /* same as img */
168 margin-bottom: 10px; /* same as img */
179 bottom: 0;
274 hr { /* applied to the bottom of h2 elements */
302 margin-bottom: 0;
328 margin-bottom: 6px;
381 margin-bottom
[all...]
/external/pdfium/core/fpdftext/
H A Dcpdf_textpage.cpp268 rect.bottom = origin.y +
272 rect.bottom = matrix.Transform(CFX_PointF(origin.x, rect.bottom)).y;
274 rect.bottom = info_curchar.m_CharBox.bottom;
296 rect.bottom = std::min(rect.bottom, info_curchar.m_CharBox.bottom);
323 charRectExt.bottom = charrect.bottom
[all...]
/external/pdfium/core/fxge/ge/
H A Dcfx_font.cpp409 bbox.bottom = cbox.yMin;
414 bbox.bottom = cbox.yMin * 1000 / pixel_size_y;
418 if (bbox.bottom < FXFT_Get_Face_Descender(m_Face))
419 bbox.bottom = FXFT_Get_Face_Descender(m_Face);
431 bbox.bottom = FXFT_Get_Glyph_HoriBearingY(m_Face);
432 bbox.top = bbox.bottom - FXFT_Get_Glyph_Height(m_Face);
442 bbox.bottom = (FXFT_Get_Glyph_HoriBearingY(m_Face)) * 1000 / em;
510 bbox.bottom = FXFT_Get_Face_yMax(m_Face);
517 bbox.bottom = FXFT_Get_Face_yMax(m_Face) * 1000 / em;
H A Dcfx_cliprgn.cpp54 for (int row = m_Box.top; row < m_Box.bottom; row++) {
86 for (int row = new_box.top; row < new_box.bottom; row++) {
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowView.java59 int bottom; field in class:ShadowView
378 return bottom - top;
433 bottom = b;
438 public void setPadding(int left, int top, int right, int bottom) { argument
442 paddingBottom = bottom;
657 * @return bottom coordinate of the view
661 return bottom;
704 public void setBottom(int bottom) { argument
705 this.bottom = bottom;
[all...]
/external/skia/src/core/
H A DSkGpuBlurUtils.cpp147 bottomRect = SkIRect::MakeLTRB(0, midRect.bottom(), dstRect.right(), dstRect.bottom());
149 leftRect = SkIRect::MakeLTRB(0, midRect.top(), midRect.left(), midRect.bottom());
151 SkIRect::MakeLTRB(midRect.right(), midRect.top(), dstRect.width(), midRect.bottom());
153 dstRect.fBottom = midRect.bottom();
156 bounds[1] = srcBounds->bottom();
157 topRect = SkIRect::MakeLTRB(0, 0, midRect.left(), dstRect.bottom());
158 bottomRect = SkIRect::MakeLTRB(midRect.right(), 0, dstRect.right(), dstRect.bottom());
162 SkIRect::MakeLTRB(midRect.left(), midRect.bottom(), midRect.right(), dstRect.height());
367 // the bottom righ
[all...]
/external/bison/lib/
H A Dgetopt.c149 int bottom = d->__first_nonopt;
181 while (top > middle && middle > bottom)
183 if (top - middle > middle - bottom)
186 int len = middle - bottom;
192 tem = argv[bottom + i];
193 argv[bottom + i] = argv[top - (middle - bottom) + i];
194 argv[top - (middle - bottom) + i] = tem;
195 SWAP_FLAGS (bottom + i, top - (middle - bottom)
146 int bottom = d->__first_nonopt; local
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DCollisionSystem.java151 public boolean testBox(float left, float right, float top, float bottom, argument
161 float startY = bottom;
174 endY = bottom;
202 final float tileSpaceBottom = bottom - yOffset;
222 left, right, top, bottom,
476 float left, float right, float top, float bottom,
499 segment.calculateIntersectionBox(left, right, top, bottom, tempHitPoint)) {
729 public boolean calculateIntersectionBox(float left, float right, float top, float bottom, argument
770 if (y1 > top || y2 < bottom) {
774 startIntersect = (y1 < bottom)
475 testBoxAgainstList(FixedSizeArray<LineSegment> segments, float left, float right, float top, float bottom, Vector2 movementDirection, GameObject excludeObject, Vector2 outputOffset, FixedSizeArray<HitPoint> outputHitPoints) argument
[all...]
H A DDrawableBitmap.java190 * @param bottom
194 public void setCrop(int left, int bottom, int width, int height) { argument
197 mCrop[1] = bottom;
/external/icu/icu4j/
H A Dstylesheet7.css151 border-bottom:1px solid #9eadc0;
236 border-bottom:1px solid #9eadc0;
243 border-bottom:1px solid #9eadc0;
324 margin-bottom:25px;
340 padding-bottom:15px;
342 border-bottom:1px solid #9eadc0;
346 border-bottom:none;
347 padding-bottom:0;
351 margin-bottom:1px;
357 border-bottom
[all...]
/external/libcups/cups/
H A Dtestpwg.c464 size2->bottom != size->bottom ||
491 if (size2->bottom != size->bottom)
492 printf(" SAVED size->bottom=%d, ORIG size->bottom=%d\n",
493 size2->bottom, size->bottom);
/external/llvm/docs/_static/
H A Dllvm.css16 margin-right: 1em; margin-bottom: 1em; }
35 padding-bottom: 2px
50 border-bottom: 1px solid #999999; font-size: 12pt;
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_framebuffer.c129 assert(fb->client_rect.bottom == fb->client_rect.top + fb->height);
142 height = client_rect.bottom - client_rect.top;
169 fb->client_rect.bottom = fb->client_rect.top + fb->height;
179 window_rect.right, window_rect.bottom);
183 fb->client_rect.right, fb->client_rect.bottom);
291 fb->client_rect.bottom = fb->client_rect.top + fb->height;
/external/swiftshader/third_party/LLVM/docs/
H A Dllvm.css16 margin-right: 1em; margin-bottom: 1em; }
35 padding-bottom: 2px
50 border-bottom: 1px solid #999999; font-size: 12pt;
/external/libcups/filter/
H A Dinterpret.c141 bottom, /* Bottom position */ local
262 bottom = size->bottom;
278 bottom = 0.0f;
302 right = h->cupsPageSize[0] - bottom;
303 bottom = h->cupsPageSize[1] - temp1;
309 temp2 = bottom;
312 bottom = h->cupsPageSize[1] - top;
323 left = bottom;
325 bottom
[all...]
/external/autotest/client/common_lib/hosts/
H A Drepair_unittest.py614 bottom = self._make_verifier(0, 'bottom', [])
615 left = self._make_verifier(0, 'left', [bottom])
616 right = self._make_verifier(0, 'right', [bottom])
623 self.assertEqual(bottom.verify_count, count)
625 ('bottom', 'GOOD'),
633 Test a "diamond" structure DAG with the bottom node failing.
635 Construct and call a "diamond" structure DAG where the bottom
647 "bottom" node.
648 * The `verify()` method for the "bottom" nod
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_thread.h96 void StartSwitchFiber(FakeStack **fake_stack_save, uptr bottom, uptr size);
135 uptr bottom; member in struct:__asan::AsanThread::StackBounds
/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp213 int bottom; member in struct:rr::WindowRectangle
219 , bottom (bottom_)
/external/jsr330/
H A Dbuild.sh23 javadoc -protected -bottom "$FOOTER" \
26 javadoc -classpath build/classes:lib/junit.jar -protected -bottom "$FOOTER" \
/external/mesa3d/src/mesa/math/
H A Dm_matrix.h115 GLfloat bottom, GLfloat top,
121 GLfloat bottom, GLfloat top,
/external/pdfium/fpdfsdk/
H A Dcfx_systemhandler.cpp52 static_cast<FX_FLOAT>(rect.right), static_cast<FX_FLOAT>(rect.bottom)));
64 CFX_PointF ptA = pFormFiller->PWLtoFFL(CFX_PointF(rect.left, rect.bottom));
H A Dfsdk_baseform_embeddertest.cpp19 EXPECT_EQ(expected.bottom, actual.bottom);
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_ComboBox.cpp116 IsFloatBigger(rectWnd.top - rectWnd.bottom,
147 IsFloatBigger(rectWnd.top - rectWnd.bottom,
352 rcButton.bottom = rcButton.top - fOldClientHeight;
362 rcEdit.bottom = rcEdit.top - fOldClientHeight;
373 rcButton.top = rcButton.bottom + fOldClientHeight;
383 rcEdit.top = rcEdit.bottom + fOldClientHeight;
385 rcList.bottom += fOldWindowHeight;
473 rcWindow.bottom -= fPopupRet;
/external/pdfium/xfa/fwl/theme/
H A Dcfwl_pushbuttontp.cpp33 FX_FLOAT fBottom = rect.bottom();
65 rect.left + PUSHBUTTON_SIZE_Corner, rect.bottom(),

Completed in 659 milliseconds

<<11121314151617181920>>