Home
last modified time | relevance | path

Searched refs:TotalHeight (Results 1 – 25 of 61) sorted by relevance

123

/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Dcirdna.c204 float TotalHeight; in main() local
447 TotalHeight = 0.0; in main()
468 if(TotalHeight<DrawRadius) in main()
469 TotalHeight = DrawRadius; in main()
475 postext/=(TotalHeight/DrawRadius); in main()
476 posblock/=(TotalHeight/DrawRadius); in main()
477 posrange/=(TotalHeight/DrawRadius); in main()
478 GapGroup/=(TotalHeight/DrawRadius); in main()
486 (TotalHeight/DrawRadius), in main()
494 (TotalHeight/DrawRadius), in main()
[all …]
H A Dlindna.c182 float TotalHeight; in main() local
448 TotalHeight = RulerHeight+GapGroup; in main()
457 TotalHeight += (GroupHeight[i]+GapGroup); in main()
464 if(TotalHeight<DrawLength) in main()
466 TotalHeight = DrawLength; in main()
470 TickHeight /= (TotalHeight/DrawLength); in main()
471 BlockHeight /= (TotalHeight/DrawLength); in main()
472 RangeHeight /= (TotalHeight/DrawLength); in main()
473 TextHeight /= (TotalHeight/DrawLength); in main()
505 TotalHeight = RulerHeight+GapGroup; in main()
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/Qt4/
H A Dqt4menu.h29 int TotalHeight() const in TotalHeight() function
43 int TotalHeight() const;
H A Dqt4menu.cpp47 return QSize(TotalWidth()+hsize, TotalHeight()+hsize); in sizeHint()
60 int NetHackQtMenuListBox::TotalHeight() const in TotalHeight() function in nethack_qt4::NetHackQtMenuListBox
74 return QSize(TotalWidth()+hsize, TotalHeight()+hsize); in sizeHint()
735 if ( (qt_compact_mode && lines->TotalHeight() > mh) || use_rip ) { in Display()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/Qt4/
H A Dqt4menu.h29 int TotalHeight() const in TotalHeight() function
43 int TotalHeight() const;
H A Dqt4menu.cpp47 return QSize(TotalWidth()+hsize, TotalHeight()+hsize); in sizeHint()
60 int NetHackQtMenuListBox::TotalHeight() const in TotalHeight() function in nethack_qt4::NetHackQtMenuListBox
74 return QSize(TotalWidth()+hsize, TotalHeight()+hsize); in sizeHint()
735 if ( (qt_compact_mode && lines->TotalHeight() > mh) || use_rip ) { in Display()
/dports/games/xnethack/xNetHack-xnh6.1/win/Qt/
H A Dqt_menu.h32 int TotalHeight() const in TotalHeight() function
46 int TotalHeight() const;
H A Dqt_menu.cpp63 return QSize(TotalWidth()+hsize, TotalHeight()+hsize); in sizeHint()
76 int NetHackQtMenuListBox::TotalHeight() const in TotalHeight() function in nethack_qt_::NetHackQtMenuListBox
115 return QSize(TotalWidth() + vsize, TotalHeight() + hsize); in sizeHint()
1134 if ( (qt_compact_mode && lines->TotalHeight() > mh) || use_rip ) { in Display()
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/shiny/vendor/github.com/BurntSushi/xgb/shm/
H A Dshm.go699 …Conn, Drawable xproto.Drawable, Gc xproto.Gcontext, TotalWidth uint16, TotalHeight uint16, SrcX ui…
704 …c.NewRequest(putImageRequest(c, Drawable, Gc, TotalWidth, TotalHeight, SrcX, SrcY, SrcWidth, SrcHe…
710 …Conn, Drawable xproto.Drawable, Gc xproto.Gcontext, TotalWidth uint16, TotalHeight uint16, SrcX ui…
715 …c.NewRequest(putImageRequest(c, Drawable, Gc, TotalWidth, TotalHeight, SrcX, SrcY, SrcWidth, SrcHe…
727 …Conn, Drawable xproto.Drawable, Gc xproto.Gcontext, TotalWidth uint16, TotalHeight uint16, SrcX ui…
750 xgb.Put16(buf[b:], TotalHeight)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/exp/shiny/vendor/github.com/BurntSushi/xgb/shm/
H A Dshm.go699 …Conn, Drawable xproto.Drawable, Gc xproto.Gcontext, TotalWidth uint16, TotalHeight uint16, SrcX ui…
704 …c.NewRequest(putImageRequest(c, Drawable, Gc, TotalWidth, TotalHeight, SrcX, SrcY, SrcWidth, SrcHe…
710 …Conn, Drawable xproto.Drawable, Gc xproto.Gcontext, TotalWidth uint16, TotalHeight uint16, SrcX ui…
715 …c.NewRequest(putImageRequest(c, Drawable, Gc, TotalWidth, TotalHeight, SrcX, SrcY, SrcWidth, SrcHe…
727 …Conn, Drawable xproto.Drawable, Gc xproto.Gcontext, TotalWidth uint16, TotalHeight uint16, SrcX ui…
750 xgb.Put16(buf[b:], TotalHeight)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dbrowser_controls.h43 float TotalHeight() const { return TopHeight() + BottomHeight(); } in TotalHeight() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dbrowser_controls.h43 float TotalHeight() const { return TopHeight() + BottomHeight(); } in TotalHeight() function
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dxcoffins.cwl11 \TotalHeight
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DDialogS.c51 #define TotalHeight(w) (XtHeight (w) + (2 *(XtBorderWidth (w)))) macro
397 if ((y + (int)TotalHeight (child)) > max_h) in GetDefaultPosition()
398 y = max_h - TotalHeight (child); in GetDefaultPosition()
H A DScale.c1776 ASSIGN_MAX(max, TotalHeight(c)); in MaxLabelHeight()
1967 tmp += (TotalHeight(title_widget)) >> 2; in TitleWidth()
1983 tmp = TotalHeight(title_widget); in TitleHeight()
1986 tmp += (TotalHeight(title_widget)) >> 2; in TitleHeight()
2035 tmp1 = (TotalHeight(first_tic) / 2) in MajorLeadPad()
2051 tmp1 = ((int)TotalHeight(first_tic) - in MajorLeadPad()
2108 tmp1 = ((int)TotalHeight(first_tic) - in MajorTrailPad()
2349 y = y1 - TotalHeight(w); in LayoutHorizontalLabels()
2365 y = y1 - TotalHeight(w); in LayoutHorizontalLabels()
2581 y = (int) tmp - (TotalHeight(w) / 2); in LayoutVerticalLabels()
[all …]
H A DMessageB.c64 #define TotalHeight(w) ((w)->core.height + Double ((w)->core.border_width)) macro
65 #define BottomEdge(w) ((w)->core.y + TotalHeight (w))
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/Texture/
H A DGmmGen11Texture.cpp608 GMM_GFX_SIZE_T TotalHeight = 0; in FillLinearCCS() local
633 TotalHeight = pTexInfo->OffsetInfo.Plane.ArrayQPitch / pTexInfo->Pitch; in FillLinearCCS()
637 TotalHeight = pTexInfo->Size / pTexInfo->Pitch; in FillLinearCCS()
640 UVCcsSize = (TotalHeight - pTexInfo->OffsetInfo.Plane.Y[GMM_PLANE_U]) * pTexInfo->Pitch / 1024; in FillLinearCCS()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/motif/xmcombo/
H A Dxmcombo.c718 Dimension *TotalHeight, in DefaultGeometry() argument
739 *TotalHeight = EditGeom.height; in DefaultGeometry()
768 *TotalHeight += ListGeom.height; in DefaultGeometry()
1202 Dimension TotalWidth, TotalHeight, EditWidth, LabelWidth; in GeometryManager() local
1206 DefaultGeometry(cbw, &TotalWidth, &TotalHeight, in GeometryManager()
1217 TotalHeight = EditGeom.height + Request->height; in GeometryManager()
1227 MyRequest.height = TotalHeight; in GeometryManager()
1243 Dimension TotalWidth, TotalHeight, EditWidth, LabelWidth; in GeometryManager() local
1247 DefaultGeometry(cbw, &TotalWidth, &TotalHeight, in GeometryManager()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/motif/xmcombo/
H A Dxmcombo.c720 Dimension *TotalHeight, in DefaultGeometry() argument
741 *TotalHeight = EditGeom.height; in DefaultGeometry()
770 *TotalHeight += ListGeom.height; in DefaultGeometry()
1204 Dimension TotalWidth, TotalHeight, EditWidth, LabelWidth; in GeometryManager() local
1208 DefaultGeometry(cbw, &TotalWidth, &TotalHeight, in GeometryManager()
1219 TotalHeight = EditGeom.height + Request->height; in GeometryManager()
1229 MyRequest.height = TotalHeight; in GeometryManager()
1245 Dimension TotalWidth, TotalHeight, EditWidth, LabelWidth; in GeometryManager() local
1249 DefaultGeometry(cbw, &TotalWidth, &TotalHeight, in GeometryManager()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/motif/xmcombo/
H A Dxmcombo.c720 Dimension *TotalHeight, in DefaultGeometry() argument
741 *TotalHeight = EditGeom.height; in DefaultGeometry()
770 *TotalHeight += ListGeom.height; in DefaultGeometry()
1204 Dimension TotalWidth, TotalHeight, EditWidth, LabelWidth; in GeometryManager() local
1208 DefaultGeometry(cbw, &TotalWidth, &TotalHeight, in GeometryManager()
1219 TotalHeight = EditGeom.height + Request->height; in GeometryManager()
1229 MyRequest.height = TotalHeight; in GeometryManager()
1245 Dimension TotalWidth, TotalHeight, EditWidth, LabelWidth; in GeometryManager() local
1249 DefaultGeometry(cbw, &TotalWidth, &TotalHeight, in GeometryManager()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dtime_axis_view.h158 TotalHeight, enumerator
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/Resource/
H A DGmmResourceInfoCommon.cpp1162 uint32_t TotalHeight = 0; in CpuBlt() local
1166 TotalHeight = GFX_ULONG_CAST(pTexInfo->OffsetInfo.Plane.UnAligned.Height[GMM_PLANE_Y] + in CpuBlt()
1171 TotalHeight = GFX_ULONG_CAST(pTexInfo->OffsetInfo.Plane.UnAligned.Height[GMM_PLANE_Y] + in CpuBlt()
1177TotalHeight = GFX_ULONG_CAST(pTexInfo->OffsetInfo.Plane.UnAligned.Height[GMM_PLANE_Y]); //YV12 exc… in CpuBlt()
1202 pBlt->Blt.Height >= TotalHeight) in CpuBlt()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Dhtmlprint.sip143 %Property(name=TotalHeight, get=GetTotalHeight)
/dports/editors/lazarus/lazarus/components/virtualtreeview/
H A DVirtualTrees.pas12183 Difference := Value - Integer(Node.TotalHeight);
12188 Inc(Integer(Run.TotalHeight), Difference);
13099 Inc(Node.TotalHeight, Child.TotalHeight);
13629 TotalHeight := FDefaultNodeHeight;
13742 TotalHeight := FDefaultNodeHeight;
14310 Child.TotalHeight := lNodeHeight;
17571 SetOffsetY(-Integer(FRoot.TotalHeight));
22587 LastTotalHeight := Node.TotalHeight;
24306 TotalHeight := NodeHeight;
32161 if FRoot.TotalHeight < FDefaultNodeHeight then
[all …]
/dports/cad/zcad/zcad-8b8a693/cad_source/other/laz.virtualtreeview_package/
H A Dlaz.virtualtrees.pas12514 Difference := Value - Integer(Node.TotalHeight);
12519 Inc(Integer(Run.TotalHeight), Difference);
13430 Inc(Node.TotalHeight, Child.TotalHeight);
13960 TotalHeight := FDefaultNodeHeight;
14146 TotalHeight := FDefaultNodeHeight;
14743 Child.TotalHeight := lNodeHeight;
18037 SetOffsetY(-Integer(FRoot.TotalHeight));
23166 LastTotalHeight := Node.TotalHeight;
24912 TotalHeight := NodeHeight;
32818 if FRoot.TotalHeight < FDefaultNodeHeight then
[all …]

123