Searched refs:bottom (Results 376 - 400 of 706) sorted by relevance

<<11121314151617181920>>

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
H A DPlot.java763 * @param bottom
765 public void setPlotMargins(float left, float top, float right, float bottom) { argument
769 setPlotMarginBottom(bottom);
777 * @param bottom
779 public void setPlotPadding(float left, float top, float right, float bottom) { argument
783 setPlotPaddingBottom(bottom);
/external/boringssl/include/openssl/
H A Derr.h377 * |bottom| then the queue is empty. */
379 /* bottom contains the index of the last error in the queue. */
380 unsigned bottom; member in struct:err_state_st
/external/boringssl/src/include/openssl/
H A Derr.h377 * |bottom| then the queue is empty. */
379 /* bottom contains the index of the last error in the queue. */
380 unsigned bottom; member in struct:err_state_st
/external/drm_hwcomposer/
H A Dseparate_rects.h31 TFloat left, top, right, bottom; member in struct:separate_rects::Rect::__anon4971::__anon4972
/external/droiddriver/src/io/appium/droiddriver/actions/
H A DSwipeAction.java128 * @param bottomMarginRatio margin ratio from bottom
151 int adjustedbottom = elementRect.bottom - bottomMargin;
/external/eigen/bench/btl/data/
H A Dgnuplot_common_settings.hh64 set timestamp "" bottom norotate offset 0,0
/external/libcups/cups/
H A Dcups-private.h183 bottom, /* Bottom margin in hundredths of member in struct:_cups_media_db_s
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
H A Dd3d10winmain.cpp90 height = rc.bottom - rc.top;
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11u.h357 mat_t<T, 4, 4> mat4x4_frustum(T left, T right, T bottom, T top, T nearval, T farval) argument
360 T y = (2.0f * nearval) / (top - bottom);
362 T b = (top + bottom) / (top - bottom);
H A Dd3d11winmain.cpp90 height = rc.bottom - rc.top;
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dmatrix.h328 VGfloat bottom = ax1 * ay2 - ax2 * ay1; local
330 if (!bottom)
333 g = gtop / bottom;
334 h = htop / bottom;
/external/pdfium/core/fpdftext/
H A Dcpdf_textpage.h109 FX_FLOAT& bottom) const;
/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_formfiller.cpp420 rcDA.top - rcDA.bottom);
423 mt = CFX_Matrix(0, -1, 1, 0, 0, rcDA.top - rcDA.bottom);
427 mt.f += rcDA.bottom;
442 FX_FLOAT fHeight = rectAnnot.top - rectAnnot.bottom;
/external/pdfium/fpdfsdk/
H A Dfpdfedittext.cpp111 pBBox->AddNew<CPDF_Number>(bbox.bottom);
H A Dcpdfsdk_widget.cpp819 pathData.AppendRect(rcAnnot.left, rcAnnot.bottom, rcAnnot.right,
849 page2device.Transform(CFX_PointF(rcDevice.left, rcDevice.bottom));
851 rcDevice.bottom = tmp.y;
1399 sBody << rcEdit.left << " " << rcEdit.bottom << " " << rcEdit.Width()
1466 << rcItem.left << " " << rcItem.bottom << " " << rcItem.Width()
1489 << rcClient.left << " " << rcClient.bottom << " " << rcClient.Width()
1575 sBody << rcClient.left << " " << rcClient.bottom << " "
1598 << " " << rcClient.bottom << " m\n"
1623 << " " << rcClient.bottom << " m\n"
1661 FX_FLOAT fHeight = rectAnnot.top - rectAnnot.bottom;
[all...]
/external/pdfium/xfa/fde/
H A Dcfde_txtedtpage.cpp88 (pPiece->rtPiece.top <= ptF.y && pPiece->rtPiece.bottom() > ptF.y)) {
93 if (pPiece->rtPiece.bottom() <= ptF.y || pPiece->rtPiece.top > ptF.y) {
471 else if (ptF.y >= rtF.bottom())
472 ptF.y = rtF.bottom() - fTolerance;
/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffpath.cpp90 if (lineObj.GetSlope() && rtLine.right() > 0.0f && rtLine.bottom() > 0.0f)
/external/skia/gm/
H A Dlcdblendmodes.cpp29 { bounds.right(), bounds.bottom() },
/external/skia/src/views/win/
H A DSkOSWindow_win.cpp228 this->resize(r.right - r.left, r.bottom - r.top);
236 rect.bottom = r.fBottom;
731 WindowRect.bottom = kHeight;
739 0, 0, WindowRect.right-WindowRect.left, WindowRect.bottom-WindowRect.top,
/external/skia/tests/
H A DAAClipTest.cpp270 r0.fLeft, r0.fTop, r0.right(), r0.bottom(),
272 r1.fLeft, r1.fTop, r1.right(), r1.bottom(),
274 rgn2.getBounds().right(), rgn2.getBounds().bottom(),
276 clip2.getBounds().right(), clip2.getBounds().bottom());
/external/swiftshader/src/D3D9/
H A DD3D9.cpp113 SetWindowPos(hwnd, HWND_TOP, rect.right / 2, rect.bottom / 2, 0, 0, SWP_NOSIZE);
/external/swiftshader/src/OpenGL/libGL/
H A Dmain.cpp109 SetWindowPos(hwnd, HWND_TOP, rect.right / 2, rect.bottom / 2, 0, 0, SWP_NOSIZE);
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DlibGLES_CM.hpp101 void (*glFrustumf)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
102 void (*glFrustumx)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
162 void (*glOrthof)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
163 void (*glOrthox)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
/external/vulkan-validation-layers/demos/smoke/
H A DShellWin32.cpp98 win_rect.bottom - win_rect.top,
/external/webrtc/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.h117 float& bottom);

Completed in 1065 milliseconds

<<11121314151617181920>>