Home
last modified time | relevance | path

Searched refs:nStretch (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qt5/
H A DQt5FontFace.cxx70 FontWidth Qt5FontFace::toFontWidth(const int nStretch) in toFontWidth() argument
72 if (nStretch == 0) // QFont::AnyStretch since Qt 5.8 in toFontWidth()
74 if (nStretch <= QFont::UltraCondensed) in toFontWidth()
76 if (nStretch <= QFont::ExtraCondensed) in toFontWidth()
78 if (nStretch <= QFont::Condensed) in toFontWidth()
80 if (nStretch <= QFont::SemiCondensed) in toFontWidth()
82 if (nStretch <= QFont::Unstretched) in toFontWidth()
84 if (nStretch <= QFont::SemiExpanded) in toFontWidth()
86 if (nStretch <= QFont::Expanded) in toFontWidth()
88 if (nStretch <= QFont::ExtraExpanded) in toFontWidth()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qt5/
H A DQt5FontFace.cxx71 FontWidth Qt5FontFace::toFontWidth(const int nStretch) in toFontWidth() argument
73 if (nStretch == 0) // QFont::AnyStretch since Qt 5.8 in toFontWidth()
75 if (nStretch <= QFont::UltraCondensed) in toFontWidth()
77 if (nStretch <= QFont::ExtraCondensed) in toFontWidth()
79 if (nStretch <= QFont::Condensed) in toFontWidth()
81 if (nStretch <= QFont::SemiCondensed) in toFontWidth()
83 if (nStretch <= QFont::Unstretched) in toFontWidth()
85 if (nStretch <= QFont::SemiExpanded) in toFontWidth()
87 if (nStretch <= QFont::Expanded) in toFontWidth()
89 if (nStretch <= QFont::ExtraExpanded) in toFontWidth()
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A Dlayout.cxx202 int i, totalA = 0, maxB = 0, nStretch = 0; in doHVBox() local
215 nStretch++; in doHVBox()
224 if(nStretch == 0) nStretch = nc; in doHVBox()
236 bool stretchAll = nStretch == nc ? true : false; in doHVBox()
256 int chunk = stretch / nStretch; in doHVBox()
258 nStretch--; in doHVBox()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/qt5/
H A DQt5FontFace.hxx43 VCLPLUG_QT5_PUBLIC static FontWidth toFontWidth(const int nStretch);
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/qt5/
H A DQt5FontFace.hxx43 VCLPLUG_QT5_PUBLIC static FontWidth toFontWidth(const int nStretch);
/dports/x11-toolkits/Xmt/xmt400/examples/19/
H A Dstretch20 Centered "@f[BIG]Layout\nStretch\nDemo" \
/dports/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.6/src/
H A Datimode.c587 int nStretch = pATI->LCDHorizontal / HDisplay; in ATIModeCalculate() local
590 if ((!Remainder && ((nStretch > 2) || !pATI->OptionBlend)) || in ATIModeCalculate()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/aty/
H A Datyfb_base.c1085 int nStretch = par->lcd_width / HDisplay; in aty_var_to_crtc() local
1088 if ((!Remainder && ((nStretch > 2))) || in aty_var_to_crtc()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/aty/
H A Datyfb_base.c1085 int nStretch = par->lcd_width / HDisplay; in aty_var_to_crtc() local
1088 if ((!Remainder && ((nStretch > 2))) || in aty_var_to_crtc()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/aty/
H A Datyfb_base.c1085 int nStretch = par->lcd_width / HDisplay; in aty_var_to_crtc() local
1088 if ((!Remainder && ((nStretch > 2))) || in aty_var_to_crtc()