Home
last modified time | relevance | path

Searched refs:top_position (Results 1 – 19 of 19) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DChInfoWin.cpp111 wxPoint top_position = m_position; //GetParent()->ClientToScreen( m_position); in SetBitmap() local
112 SetSize( top_position.x, top_position.y, m_size.x, m_size.y ); in SetBitmap()
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DList.c1369 top = lw->list.top_position; in Resize()
1378 lw->list.top_position = top; in Resize()
1768 newlw->list.top_position = in SetValues()
1851 if (newlw->list.top_position != oldlw->list.top_position) in SetValues()
1855 newlw->list.top_position = oldlw->list.top_position; in SetValues()
1862 newlw->list.top_position = in SetValues()
3897 lw->list.top_position = 0; in ClearItemList()
5909 lw->list.top_position)) - in GetPreeditPosition()
6038 lw->list.top_position--; in BrowseScroll()
6057 lw->list.top_position++; in BrowseScroll()
[all …]
H A DListP.h115 int top_position; member
/dports/graphics/akira/Akira-0.0.16/src/Lib/Managers/
H A DGridManager.vala185 var top_position = root.get_n_children ();
190 top_position -= canvas.selected_bound_manager.selected_items.length () > 0 ? 11 : 1;
193 if (current_position < top_position) {
194 root.move_child (current_position, top_position);
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/Xm/
H A DListP.h96 int top_position; member
/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/
H A DFont.vala48 public double top_position;
169 top_position = 72;
417 double r = top_position - base_line;
572 p.add (-20, top_position - 5);
573 p.add (20, top_position - 5);
578 i.add (-15, top_position - 10);
579 i.add (15, top_position - 10);
H A DBirdFontFile.vala393 os.put_string (@"\t<top_position>$(round (font.top_position))</top_position>\n");
1234 if (t.get_name () == "top_position" && t.get_content () != "") {
1235 font.top_position = parse_double_from_node (t);
H A DSvgParser.vala348 ep.independent_y = font.top_position - ep.independent_y;
357 ep.independent_y = font.top_position - ep.independent_y;
370 h.y = font.top_position - h.y;
379 h.y = font.top_position - h.y;
H A DResizeTool.vala460 double font_height = font.top_position - font.base_line;
H A DGlyph.vala513 double thp = BirdFont.get_current_font ().top_position;
517 f.top_position = pos;
H A DBackgroundImage.vala1496 img_middle_y = f.bottom_position + (f.top_position - f.bottom_position) / 2;
/dports/cad/qelectrotech/qet-0.7.0/sources/
H A Ddiagram.cpp304 qreal top_position = 0; in keyPressEvent() local
329 top_position = item->sceneBoundingRect().y(); in keyPressEvent()
330 if(top_position <= 5) in keyPressEvent()
368 top_position = item->sceneBoundingRect().y(); in keyPressEvent()
369 if(top_position <= 5) in keyPressEvent()
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/widgets/
H A Dscrollbar_container.cpp841 const int top_position = vertical_scrollbar_->get_item_position() + (rect.y - content_->get_y()); in show_content_rect() local
862 if(top_position < static_cast<int>(vertical_scrollbar_->get_item_position())) { in show_content_rect()
863 vertical_scrollbar_->set_item_position(top_position); in show_content_rect()
/dports/graphics/geomview/geomview-1.9.5/src/bin/geomview/x11/
H A Dgvmnpanel.c570 (position < lw->list.top_position) || in xmListVisible()
571 (position >= (lw->list.top_position + lw->list.visibleItemCount))) in xmListVisible()
/dports/multimedia/libdc1394/libdc1394-2.2.6/dc1394/
H A Dformat7.c282 uint32_t *top_position) in dc1394_format7_get_image_position() argument
294 *top_position= (uint32_t) ( value & 0x0000FFFFUL ); in dc1394_format7_get_image_position()
/dports/graphics/birdfont/birdfont-2.29.5/birdfont-autotrace/
H A DAutoTrace.vala133 font.top_position = h / 2;
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/XmI/
H A DMacrosI.h1540 (((XmListWidget)(w))->list.top_position)
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DList.c179 sizeof(int), Offset(top_position),
/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dmain.c20711 int top_position; local
20725 XmNtopItemPosition, &top_position,
21134 XmNtopItemPosition, top_position,