Searched defs:bottom (Results 1 - 25 of 169) sorted by relevance

1234567

/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_scrreg.c46 wsetscrreg(WINDOW *win, int top, int bottom) argument
H A Dlib_scroll.c49 _nc_scroll_window(WINDOW *win, int const n, NCURSES_SIZE_T const top, NCURSES_SIZE_T const bottom, NCURSES_CH_T blank) argument
H A Dresizeterm.c187 int bottom = CurLines + SP->_topstolen - stolen; local
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn_mp_lshd.c36 register mp_digit *top, *bottom; local
H A Dbn_mp_rshd.c35 register mp_digit *bottom, *top; local
/macosx-10.10/ruby-106/ruby/lib/irb/
H A Dframe.rb54 def bottom(n = 0) method in class:IRB.Frame
61 def Frame.bottom(n = 0) singleton method in class:IRB.Frame
/macosx-10.10/tcl-105/tcl/tcl/libtommath/
H A Dbn_mp_lshd.c36 register mp_digit *top, *bottom; local
H A Dbn_mp_rshd.c35 register mp_digit *bottom, *top; local
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnet/
H A Dring.h51 *bottom, /* lowest address in buffer */ member in struct:__anon501
/macosx-10.10/WebCore-7600.1.25/dom/
H A DClientRect.h47 float bottom() const { return m_rect.maxY(); } function in class:WebCore::ClientRect
/macosx-10.10/remote_cmds-47/telnet.tproj/
H A Dring.h60 *bottom, /* lowest address in buffer */ member in struct:__anon12209
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_rand.c65 static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) argument
157 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) argument
162 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/
H A DLengthBox.h52 LengthBox(Length top, Length right, Length bottom, Length left) argument
60 LengthBox(int top, int right, int bottom, int left) argument
71 const Length& bottom() const { return m_bottom; } function in struct:WebCore::LengthBox
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DLayoutBoxExtent.h43 LayoutBoxExtent(LayoutUnit top, LayoutUnit right, LayoutUnit bottom, LayoutUnit left) argument
48 inline LayoutUnit bottom() const { return m_bottom; } function in class:WebCore::LayoutBoxExtent
H A DIntRect.cpp117 int bottom = std::max(maxY(), other.maxY()); local
H A DIntRectExtent.h49 IntRectExtent(int top, int right, int bottom, int left) argument
63 int bottom() const { return m_bottom; } function in class:WebCore::IntRectExtent
64 void setBottom(int bottom) { m_bottom = bottom; } argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DDrawErrorUnderline.h64 double bottom = y + height; local
/macosx-10.10/cups-408/cups/cups/
H A Dpwg.h65 bottom, /* Bottom margin in 2540ths */ member in struct:pwg_size_s
/macosx-10.10/BerkeleyDB-21/db/mod_db4/
H A Dskiplist.h41 struct skiplistnode *bottom; member in struct:_iskiplist
/macosx-10.10/OpenSSL098-52/src/crypto/bn/
H A Dbn_rand.c118 static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) argument
211 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) argument
216 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) argument
222 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/css/
H A DRect.h34 CSSPrimitiveValue* bottom() const { return m_bottom.get(); } function in class:WebCore::RectBase
39 void setBottom(PassRefPtr<CSSPrimitiveValue> bottom) { m_bottom = bottom; } argument
83 static String generateCSSString(const String& top, const String& right, const String& bottom, const String& left) argument
103 static String generateCSSString(const String& top, const String& right, const String& bottom, const String& left) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DBorderData.h105 const BorderValue& bottom() const { return m_bottom; } function in class:WebCore::BorderData
/macosx-10.10/bc-21/bc/lib/
H A Dgetopt.c226 int bottom = first_nonopt; local
[all...]
/macosx-10.10/cups-408/cups/filter/
H A Dcommon.c297 WriteLabelProlog(const char *label, float bottom, float top, float width) argument
/macosx-10.10/ncurses-44/ncurses/c++/
H A Dcursesp.h155 inline void bottom() function in class:NCursesPanel

Completed in 299 milliseconds

1234567