Home
last modified time | relevance | path

Searched refs:DoScale (Results 1 – 15 of 15) sorted by relevance

/dports/editors/cudatext/CudaText-1.151.0/atflatcontrols/atflatcontrols/
H A Dattabs.pas1729 DrawPlusSign(C, ARect, DoScale(FOptArrowSize), DoScale(1), FColorFont);
1938 DoScale(FOptTabHeight),
1996 DoScale(FOptTabHeight),
2085 NSize:= DoScale(FOptSpaceXInner);
2152 R.Top:= DoScale(FOptSpacer);
2392 R.Left:= IfThen(FOptPosition=atpLeft, DoScale(FOptSpacer), DoScale(FOptSpacer2));
2412 W:= DoScale(FOptSpaceXSize);
2502 RBottom:= Rect(0, DoScale(FOptSpacer)+DoScale(FOptTabHeight), Width, Height);
2843 R.Top:= IfThen(FOptPosition=atpBottom, DoScale(FOptTabHeight) + DoScale(FOptSpacer), 0);
4171 DrawPlusSign(C, R, DoScale(FOptArrowSize), DoScale(1), NColor);
[all …]
H A Datflattoolbar.pas137 btn.Width:= ATFlatTheme.DoScale(FButtonWidth)
140 btn.Height:= ATFlatTheme.DoScale(FButtonWidth);
163 btn.Height:= btn.GetTextSize(Canvas, btn.Caption).cy+ATFlatTheme.DoScale(2*btn.Padding)
165 btn.Width:= btn.GetTextSize(Canvas, btn.Caption).cx+ATFlatTheme.DoScale(2*btn.Padding);
171 … btn.Height:= btn.GetTextSize(Canvas, btn.Caption).cy+ImgSize+ATFlatTheme.DoScale(2*btn.Padding)
181 …btn.Width:= btn.GetTextSize(Canvas, btn.Caption).cx+FButtonWidth+ATFlatTheme.DoScale(2*btn.Padding…
205 btn.Height:= ATFlatTheme.DoScale(btn.Height);
210 btn.Width:= ATFlatTheme.DoScale(btn.Width);
211 btn.Height:= ATFlatTheme.DoScale(FButtonWidth);
345 Width:= ATFlatTheme.DoScale(AValue)
[all …]
H A Datflatthemes.pas76 function DoScale(AValue: integer): integer; in DoScale() function
87 function TATFlatTheme.DoScale(AValue: integer): integer; in TATFlatTheme.DoScale() function
95 Result:= DoScale(AValue)
H A Datbuttons.pas396 NSizeArrow:= Theme^.DoScale(4*Theme^.ArrowSize)
451 FTheme^.DoScale(FTheme^.ColoredLineWidth)));
459 Height-FTheme^.DoScale(FTheme^.ColoredLineWidth),
583 for NSize:= 0 to Theme^.DoScale(1)-1 do
593 for NSize:= 0 to Theme^.DoScale(1)-1 do
666 NSize:= Theme^.DoScale(Theme^.ArrowSize);
688 …NSize:= (R.Right-R.Left - Theme^.DoScale(FTheme^.XMarkWidth - FTheme^.XMarkOffsetLeft - FTheme^.XM…
692 Theme^.DoScale(FTheme^.XMarkLineWidth));
H A Datscrollbar.pas186 function DoScale(AValue: integer): integer; in DoScale() function
366 Height:= DoScale(FTheme^.InitialSize)
368 Width:= DoScale(FTheme^.InitialSize);
373 function TATScrollbar.DoScale(AValue: integer): integer; in TATScrollbar.DoScale() function
409 -DoScale(FTheme^.BorderSize),
410 -DoScale(FTheme^.BorderSize)
719 NSize:= DoScale(FTheme^.ArrowSize);
864 NOffset:= DoScale(FTheme^.ThumbMarkerOffset);
866 NDecorSpace:= DoScale(FTheme^.ThumbMarkerDecorSpace);
H A Datstatusbar.pas358 NPad:= Theme^.DoScale(FPadding);
443 ARect.Top+FTheme^.DoScale(FTheme^.ColoredLineWidth)
452 ARect.Bottom-FTheme^.DoScale(FTheme^.ColoredLineWidth),
513 NSize:= Theme^.DoScale(NSize);
846 NCell:= Theme^.DoScale(NCell);
865 NPad:= Theme^.DoScale(FPadding);
901 Height:= Theme^.DoScale(FHeightInitial);
H A Datlistbox.pas498 Inc(FIndentForX, FTheme^.DoScale(FTheme^.XMarkWidth));
579 FTheme^.DoScale(FTheme^.XMarkOffsetLeft),
580 FTheme^.DoScale(FTheme^.XMarkOffsetRight)
584 FTheme^.DoScale(FTheme^.XMarkOffsetLeft),
585 FTheme^.DoScale(FTheme^.XMarkOffsetRight),
586 FTheme^.DoScale(FTheme^.XMarkLineWidth)
H A Datgroups.pas1785 Result:= DoScale(OptTabHeight+OptSpacer)+1;
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/models/flight_control/
H A DFGKinemat.cpp63 DoScale = true; in FGKinemat()
65 if (element->FindElement("noscale")) DoScale = false; in FGKinemat()
103 if (DoScale) Input *= Detents.back(); in Run()
192 if (!DoScale) cout << " NOSCALE" << endl; in Debug()
H A DFGKinemat.h137 bool DoScale; variable
/dports/net-p2p/transmission-remote-gui/transgui-5.18.0/
H A Dbaseform.pas36 procedure DoScale(C: TControl); procedure
106 procedure TBaseForm.DoScale(C: TControl); procedure
198 DoScale(Controls[i]);
222 DoScale(Self);
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DRadiationFactors.F90107 LOGICAL :: DoScale local
388 DoScale = ListCheckPresent( Model % Simulation,'Coordinate Scaling')
390 IF( DoScale ) THEN
405 IF( DoScale ) Coord = BackScale * Coord
/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxoverlay.h418 const char *DoScale(const char *args);
H A Dwxoverlay.cpp5770 const char *Overlay::DoScale(const char *args) in DoScale() function in Overlay
9663 if (strncmp(cmd, "scale", 5) == 0) return DoScale(cmd+5); in DoOverlayCommand()
/dports/editors/cudatext/CudaText-1.151.0/atflatcontrols/app/demo_tabs/
H A DDemoForm.pas287 t_top.Height:= t_top.DoScale(tabTopHeight);