Home
last modified time | relevance | path

Searched refs:bottom_pos (Results 1 – 17 of 17) sorted by relevance

/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds1022.c55 s1022(double bottom_pos[], double bottom_axis[], double ellipse_ratio, in s1022() argument
59 void s1022(bottom_pos, bottom_axis, ellipse_ratio, axis_dir, in s1022()
61 double bottom_pos[]; in s1022()
173 top_pos[ki] = bottom_pos[ki] + height*norm_axis[ki];
190 rcoef[ki] = bottom_pos[ki] + bottom_axis[ki];
191 rcoef[4 + ki] = weight*(bottom_pos[ki] + bottom_axis[ki] + b2_axis[ki]);
192 rcoef[8 + ki] = bottom_pos[ki] + b2_axis[ki];
193 rcoef[12 + ki] = weight*(bottom_pos[ki] - bottom_axis[ki] + b2_axis[ki]);
194 rcoef[16 + ki] = bottom_pos[ki] - bottom_axis[ki];
195 rcoef[20 + ki] = weight*(bottom_pos[ki] - bottom_axis[ki] - b2_axis[ki]);
[all …]
H A Ds1021.c55 s1021(double bottom_pos[], double bottom_axis[], double ellipse_ratio, in s1021() argument
58 void s1021(bottom_pos, bottom_axis, ellipse_ratio, axis_dir, in s1021()
60 double bottom_pos[]; in s1021()
106 s1022(bottom_pos, bottom_axis, ellipse_ratio, axis_dir,
/dports/print/lyx/lyx-2.3.4.2/src/
H A DSession.h209 pos_type bottom_pos; variable
215 Bookmark() : bottom_pit(0), bottom_pos(0), top_id(0), top_pos(0) {} in Bookmark()
218 : filename(f), bottom_pit(pit), bottom_pos(pos), top_id(id), top_pos(tpos) {} in Bookmark()
223 bottom_pos = pos; in updatePos()
237 void save(support::FileName const & fname, pit_type bottom_pit, pos_type bottom_pos,
H A DSession.cpp304 << bookmarks[i].bottom_pos << ", " in write()
311 pit_type bottom_pit, pos_type bottom_pos, in save() argument
316 bookmarks[idx] = Bookmark(fname, bottom_pit, bottom_pos, top_id, top_pos); in save()
H A DBufferView.cpp584 int bottom_pos = last.second->position() + last.second->descent(); in updateScrollbar() local
586 bool last_visible = last.first + 1 == int(parsize) && bottom_pos <= height_; in updateScrollbar()
596 d->scrollbarParameters_.max = bottom_pos; in updateScrollbar()
804 bool BufferView::moveToPosition(pit_type bottom_pit, pos_type bottom_pos, in moveToPosition() argument
845 dit.pos() = min(bottom_pos, dit.paragraph().size()); in moveToPosition()
2416 int bottom_pos = last.second->position() + last.second->descent(); in scrollDown() local
2418 bottom_pos += height_ - minVisiblePart(); in scrollDown()
2420 if (bottom_pos <= height_) in scrollDown()
2422 offset = min(offset, bottom_pos - height_); in scrollDown()
2425 if (bottom_pos > ymax) in scrollDown()
H A DBufferView.h165 pos_type bottom_pos, ///< Paragraph pit, used when par_id is zero or invalid.
/dports/editors/cooledit/cooledit-3.17.28/editor/
H A Dpostscript.c159 double top = 0, right_edge = 0, no_columns = 0, home_pos = 0, bottom_pos = 0; variable
245 …fprintf (outfile, "%.1f %.1f M %.1f %.1f L stroke\n", (double) x, (double) bottom_pos - 10, (doubl… in new_page()
253 if (cur_pos < bottom_pos) { in printLine()
445 bottom_pos = 0; in postscript_print()
474 bottom_pos = postscript_option_bottom_margin + postscript_option_header_height; in postscript_print()
479 bottom_pos = postscript_option_bottom_margin; in postscript_print()
489 bottom_pos = postscript_option_bottom_margin + postscript_option_header_height; in postscript_print()
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/examples/
H A Dexample11.cpp59 double bottom_pos[] = {10, 1, -1}; variable
85 s1021(bottom_pos, // bottom position of the cylinder in main()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/examples/
H A Dtorrent_view.cpp269 int bottom_pos = m_height - header_size - 1; in arrow_down() local
270 if (m_active_torrent - m_scroll_position + 1 > bottom_pos) in arrow_down()
273 m_scroll_position = m_active_torrent - bottom_pos; in arrow_down()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/examples/
H A Dtorrent_view.cpp269 int bottom_pos = m_height - header_size - 1; in arrow_down() local
270 if (m_active_torrent - m_scroll_position + 1 > bottom_pos) in arrow_down()
273 m_scroll_position = m_active_torrent - bottom_pos; in arrow_down()
/dports/x11/alacritty/alacritty-0.9.0/alacritty/src/renderer/
H A Drects.rs69 let bottom_pos = 0.75 * metrics.descent; in load_glyph()
81 (bottom_pos, metrics.underline_thickness) in load_glyph()
/dports/graphics/py-pyocr/pyocr-0.8/src/pyocr/
H A Dbuilders.py524 bottom_pos = max([int(positions[x])
527 box_pos = ((left_pos, top_pos), (right_pos, bottom_pos))
/dports/misc/vifm/vifm-0.11/src/
H A Dflist_pos.c279 const int bottom_pos = get_column_bottom_pos(view); in fpos_get_middle_pos() local
281 return top_pos + (DIV_ROUND_UP(bottom_pos - top_pos, v)/2)*v; in fpos_get_middle_pos()
/dports/math/py-networkx/networkx-2.6.3/networkx/drawing/
H A Dlayout.py335 bottom_pos = np.column_stack([right_xs, right_ys]) - offset
337 pos = np.concatenate([top_pos, bottom_pos])
/dports/devel/py-urwid/urwid-2.1.2/urwid/
H A Dlistbox.py489 bottom_pos = focus_pos
490 if fill_below: bottom_pos = fill_below[-1][1]
491 if trim_bottom != 0 or self._body.get_next(bottom_pos) != (None,None):
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DGuiApplication.cpp1495 tmp.bottom_pit, tmp.bottom_pos, tmp.top_id, tmp.top_pos)) in gotoBookmark()
1513 if (bm.bottom_pit != new_pit || bm.bottom_pos != new_pos in gotoBookmark()
/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Ddbprog.c259 bottom_pos, in dbprog_list_autoscroll() local
273 bottom_pos = top_pos + vis_cnt - 1; in dbprog_list_autoscroll()
285 else if (pos > bottom_pos) { in dbprog_list_autoscroll()