Searched refs:maxCT (Results 1 – 5 of 5) sorted by relevance
/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/ |
H A D | emLinearLayout.cpp | 199 MaxCTArray.Add(maxCT); in SetMaxChildTallness() 380 if (maxCT<minCT) maxCT=minCT; in LayoutChildren() 387 else if (ch>cw*maxCT) { in LayoutChildren() 388 cw=ch/maxCT; in LayoutChildren() 399 ch=cw*maxCT; in LayoutChildren() 447 if (maxCT<minCT) maxCT=minCT; in LayoutChildren() 455 cw=ch/maxCT; in LayoutChildren() 465 ch=cw*maxCT; in LayoutChildren() 532 if (maxCT<minCT) maxCT=minCT; in CalculateForce() 541 else if (ct>=maxCT) { in CalculateForce() [all …]
|
H A D | emRasterLayout.cpp | 111 void emRasterLayout::SetMaxChildTallness(double maxCT) in SetMaxChildTallness() argument 113 if (MaxCT!=maxCT) { in SetMaxChildTallness() 114 MaxCT=maxCT; in SetMaxChildTallness() 253 double minCT,maxCT,prefCT,x,y,w,h,t,err,errBest; in LayoutChildren() local 274 maxCT=MaxCT; in LayoutChildren() 275 if (maxCT<minCT) maxCT=minCT; in LayoutChildren() 278 if (prefCT>maxCT) prefCT=maxCT; in LayoutChildren() 334 while (rows<cells && ct>maxCT) { in LayoutChildren() 349 else if (ct>maxCT) ct=maxCT; in LayoutChildren()
|
/dports/x11/hs-xmobar/xmobar-0.39/src/Xmobar/Plugins/Monitors/ |
H A D | MultiCoreTemp.hs | 140 maxCT = maximum cTs function 143 maxCTPc = calcPc maxCT 148 m <- showTempWithColors maxCT 149 mp <- showWithColors' (show (round (100*maxCTPc) :: Int)) maxCT 150 mb <- showPercentBar maxCT maxCTPc 151 mv <- showVerticalBar maxCT maxCTPc
|
/dports/x11/eaglemode/eaglemode-0.95.0/include/emCore/ |
H A D | emLinearLayout.h | 130 void SetMaxChildTallness(int index, double maxCT); 136 void SetMaxChildTallness(double maxCT);
|
H A D | emRasterLayout.h | 113 void SetMaxChildTallness(double maxCT);
|