Home
last modified time | relevance | path

Searched refs:DefaultHeight (Results 1 – 25 of 127) sorted by relevance

123456

/dports/print/limereport/LimeReport-1.5.35/3rdparty/easyprofiler/profiler_gui/themes/
H A Ddefault.scss28 $DefaultHeight: 24px; variable
60 height: $DefaultHeight;
80 width: $DefaultHeight;
94 width: $DefaultHeight;
103 width: $DefaultHeight;
121 height: $DefaultHeight;
156 height: $DefaultHeight + 2px;
191 height: $DefaultHeight;
337 height: $DefaultHeight;
/dports/games/openspades/openspades-0.1.3/Sources/Client/
H A DGameMap.h46 DefaultHeight = 512, enumerator
56 int Height() { return DefaultHeight; } in Height()
154 uint64_t solidMap[DefaultWidth][DefaultHeight];
155 uint32_t colorMap[DefaultWidth][DefaultHeight][DefaultDepth];
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities.Core.Presentation/System/Activities/Core/Presentation/
H A DFlowchartSizeFeature.cs17 public const double DefaultHeight = 600; field in System.Activities.Core.Presentation.FlowchartSizeFeature
24 …<double>> { IsBrowsable = false, PropertyName = HeightPropertyName, DefaultValue = DefaultHeight };
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/
H A DNativeInstantiationTest.cs40 DefaultHeight = 200; in InstantiationTest()
46 DefaultHeight = 400; in InstantiationTest()
H A DButtonApp.cs19 win.DefaultHeight = 150; in Main()
H A DCalendarApp.cs28 win.DefaultHeight = 150; in Main()
H A DMenu.cs20 win.DefaultHeight = 150; in Main()
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DCursor.cpp48 m_hotspot.y = std::max(Y0, std::min(m_hotspot.y, m_texture->DefaultHeight() - 1)); in TextureCursor()
62 Pt lr = ul + Pt(m_texture->DefaultWidth(), m_texture->DefaultHeight()); in Render()
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DSystemIcon.cpp282 GG::Y texture_height = texture->DefaultHeight(); in CompleteConstruction()
291 texture_height = tiny_texture->DefaultHeight(); in CompleteConstruction()
300 texture_height = mouseover_texture->DefaultHeight(); in CompleteConstruction()
307 texture_height = unexplored_mouseover_texture->DefaultHeight(); in CompleteConstruction()
314 texture_height = tiny_mouseover_texture->DefaultHeight(); in CompleteConstruction()
352 button_size = GG::Pt(icon->DefaultWidth(), icon->DefaultHeight()); in NthFleetButtonUpperLeft()
451 GG::Pt tiny_size = GG::Pt(tiny_texture2->DefaultWidth(), tiny_texture2->DefaultHeight()); in SizeMove()
466 … GG::Pt tiny_sel_ind_size = GG::Pt(tiny_texture2->DefaultWidth(), tiny_texture2->DefaultHeight()); in SizeMove()
556 Value(m_overlay_texture->DefaultHeight()) / in RenderOverlay()
H A DResearchWnd.cpp48 static GG::Y DefaultHeight();
70 GG::ListBox::Row(w, QueueTechPanel::DefaultHeight()), in QueueRow()
75 Resize(GG::Pt(w, QueueTechPanel::DefaultHeight())); in QueueRow()
131 GG::Control(x, y, w, DefaultHeight(), GG::NO_WND_FLAGS), in QueueTechPanel()
144 const int GRAPHIC_SIZE = std::max(Value(DefaultHeight() - 9), 1); in QueueTechPanel()
263 const int GRAPHIC_SIZE = std::max(Value(DefaultHeight() - 9), 1); in SizeMove()
278 GG::Y QueueTechPanel::DefaultHeight() { in DefaultHeight() function in __anon93ac00580111::QueueTechPanel
/dports/audio/audacity/audacity-Audacity-3.1.3/src/tracks/ui/
H A DTrackView.h30 enum : unsigned { DefaultHeight = 150 }; enumerator
126 int mHeight{ DefaultHeight };
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/
H A DWindow.cs86 return new Gdk.Size (DefaultWidth, DefaultHeight);
90 DefaultHeight = value.Height;
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Helpers/
H A DMaps.generated.cs37 private const string DefaultHeight = "300px"; field in Microsoft.Web.Helpers.Maps
260 … WriteTo(@__razor_helper_writer, TryParseUnit(height, DefaultHeight)); in GetMapQuestHtml()
421 … WriteTo(@__razor_helper_writer, TryParseUnit(height, DefaultHeight)); in GetBingHtml()
562 … WriteTo(@__razor_helper_writer, TryParseUnit(height, DefaultHeight)); in GetGoogleHtml()
721 … WriteTo(@__razor_helper_writer, TryParseUnit(height, DefaultHeight)); in GetYahooHtml()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/idescout/
H A Didescoutoptions.pas124 SEComponentDefaultHeight.Value:=TComponentItem.DefaultHeight;
145 TComponentItem.DefaultHeight:=SEComponentDefaultHeight.Value;
H A Dfrmscout.pas100 DefaultWidth, DefaultHeight : integer;
217 …TComponentItem.DefaultHeight:=Cfg.GetValue(KeyDefaultComponentHeight,TComponentItem.DefaultHeight);
241 Cfg.SetValue(KeyDefaultComponentHeight,TComponentItem.DefaultHeight);
347 …(FComponent, FComponent.ComponentClass, NewParent, Lastleft, LastTop, DefaultWidth, DefaultHeight);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/idescout/
H A Didescoutoptions.pas124 SEComponentDefaultHeight.Value:=TComponentItem.DefaultHeight;
145 TComponentItem.DefaultHeight:=SEComponentDefaultHeight.Value;
H A Dfrmscout.pas100 DefaultWidth, DefaultHeight : integer;
217 …TComponentItem.DefaultHeight:=Cfg.GetValue(KeyDefaultComponentHeight,TComponentItem.DefaultHeight);
241 Cfg.SetValue(KeyDefaultComponentHeight,TComponentItem.DefaultHeight);
347 …(FComponent, FComponent.ComponentClass, NewParent, Lastleft, LastTop, DefaultWidth, DefaultHeight);
/dports/graphics/synaesthesia/synaesthesia-2.4/
H A Dmain.cc109 windHeight = DefaultHeight; in loadConfig()
151 windHeight = DefaultHeight; in loadConfig()
290 windHeight = DefaultHeight; in main()
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/mum4k/termdash/widgets/button/
H A Doptions.go95 height: DefaultHeight,
142 const DefaultHeight = 3 const
/dports/multimedia/mpv/waf-2.0.20/demos/csharp/
H A DSimple.cs15 win.DefaultHeight = 300; in Main()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/
H A DButtonApp.cs19 win.DefaultHeight = 150; in Main()
H A DCalendarApp.cs28 win.DefaultHeight = 150; in Main()
H A DMenu.cs20 win.DefaultHeight = 150; in Main()
/dports/games/widelands/widelands-build21/src/ui_basic/
H A Dprogressbar.h40 DefaultHeight = 24, enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/
H A DHTMLCanvasElement.cpp67 static const int DefaultHeight = 150; variable
79 , m_size(DefaultWidth, DefaultHeight) in HTMLCanvasElement()
238 h = DefaultHeight; in reset()

123456