Home
last modified time | relevance | path

Searched refs:sizeZoomed (Results 1 – 25 of 111) sorted by relevance

12345

/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DStyle.cxx126 sizeZoomed = size + zoomLevel; in Realise()
127 if (sizeZoomed <= 2) // Hangs if sizeZoomed <= 1 in Realise()
128 sizeZoomed = 2; in Realise()
134 int deviceHeight = surface.DeviceHeightFont(sizeZoomed); in Realise()
H A DStyle.h32 int sizeZoomed; variable
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DStyle.cxx126 sizeZoomed = size + zoomLevel; in Realise()
127 if (sizeZoomed <= 2) // Hangs if sizeZoomed <= 1 in Realise()
128 sizeZoomed = 2; in Realise()
134 int deviceHeight = surface.DeviceHeightFont(sizeZoomed); in Realise()
H A DStyle.h32 int sizeZoomed; variable
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DStyle.cxx126 sizeZoomed = size + zoomLevel; in Realise()
127 if (sizeZoomed <= 2) // Hangs if sizeZoomed <= 1 in Realise()
128 sizeZoomed = 2; in Realise()
134 int deviceHeight = surface.DeviceHeightFont(sizeZoomed); in Realise()
H A DStyle.h32 int sizeZoomed; variable
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DStyle.cxx126 sizeZoomed = size + zoomLevel; in Realise()
127 if (sizeZoomed <= 2) // Hangs if sizeZoomed <= 1 in Realise()
128 sizeZoomed = 2; in Realise()
134 int deviceHeight = surface.DeviceHeightFont(sizeZoomed); in Realise()
H A DStyle.h32 int sizeZoomed; variable
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stc/scintilla/src/
H A DStyle.cxx126 sizeZoomed = size + zoomLevel; in Realise()
127 if (sizeZoomed <= 2) // Hangs if sizeZoomed <= 1 in Realise()
128 sizeZoomed = 2; in Realise()
134 int deviceHeight = surface.DeviceHeightFont(sizeZoomed); in Realise()
H A DStyle.h32 int sizeZoomed; variable
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/
H A DStyle.cxx126 sizeZoomed = size + zoomLevel; in Realise()
127 if (sizeZoomed <= 2) // Hangs if sizeZoomed <= 1 in Realise()
128 sizeZoomed = 2; in Realise()
134 int deviceHeight = surface.DeviceHeightFont(sizeZoomed); in Realise()
H A DStyle.h32 int sizeZoomed; variable
/dports/www/cssed/cssed-0.4.0/scintilla/src/
H A DStyle.cxx126 sizeZoomed = size + zoomLevel; in Realise()
127 if (sizeZoomed <= 2) // Hangs if sizeZoomed <= 1 in Realise()
128 sizeZoomed = 2; in Realise()
134 int deviceHeight = surface.DeviceHeightFont(sizeZoomed); in Realise()
H A DStyle.h32 int sizeZoomed; variable
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/src/
H A DViewStyle.cxx91 sizeZoomed = size + zoomLevel * SC_FONT_SIZE_MULTIPLIER; in Realise()
92 if (sizeZoomed <= 2 * SC_FONT_SIZE_MULTIPLIER) // Hangs if sizeZoomed <= 1 in Realise()
93 sizeZoomed = 2 * SC_FONT_SIZE_MULTIPLIER; in Realise()
95 float deviceHeight = surface.DeviceHeightFont(sizeZoomed); in Realise()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/scintilla/src/
H A DViewStyle.cxx91 sizeZoomed = size + zoomLevel * SC_FONT_SIZE_MULTIPLIER; in Realise()
92 if (sizeZoomed <= 2 * SC_FONT_SIZE_MULTIPLIER) // Hangs if sizeZoomed <= 1 in Realise()
93 sizeZoomed = 2 * SC_FONT_SIZE_MULTIPLIER; in Realise()
95 float deviceHeight = surface.DeviceHeightFont(sizeZoomed); in Realise()
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DViewStyle.cxx73 sizeZoomed = fs.size + zoomLevel * SC_FONT_SIZE_MULTIPLIER; in Realise()
74 if (sizeZoomed <= 2 * SC_FONT_SIZE_MULTIPLIER) // Hangs if sizeZoomed <= 1 in Realise()
75 sizeZoomed = 2 * SC_FONT_SIZE_MULTIPLIER; in Realise()
77 float deviceHeight = surface.DeviceHeightFont(sizeZoomed); in Realise()
/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/src/
H A DViewStyle.cxx91 sizeZoomed = size + zoomLevel; in Realise()
92 if (sizeZoomed <= 2) // Hangs if sizeZoomed <= 1 in Realise()
93 sizeZoomed = 2; in Realise()
95 int deviceHeight = surface.DeviceHeightFont(sizeZoomed); in Realise()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DViewStyle.cxx74 sizeZoomed = fs.size + zoomLevel * SC_FONT_SIZE_MULTIPLIER; in Realise()
75 if (sizeZoomed <= 2 * SC_FONT_SIZE_MULTIPLIER) // Hangs if sizeZoomed <= 1 in Realise()
76 sizeZoomed = 2 * SC_FONT_SIZE_MULTIPLIER; in Realise()
78 float deviceHeight = static_cast<float>(surface.DeviceHeightFont(sizeZoomed)); in Realise()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DViewStyle.cxx74 sizeZoomed = fs.size + zoomLevel * SC_FONT_SIZE_MULTIPLIER; in Realise()
75 if (sizeZoomed <= 2 * SC_FONT_SIZE_MULTIPLIER) // Hangs if sizeZoomed <= 1 in Realise()
76 sizeZoomed = 2 * SC_FONT_SIZE_MULTIPLIER; in Realise()
78 float deviceHeight = static_cast<float>(surface.DeviceHeightFont(sizeZoomed)); in Realise()
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DViewStyle.cpp70 sizeZoomed = fs.size + zoomLevel * SC_FONT_SIZE_MULTIPLIER; in Realise()
71 if (sizeZoomed <= 2 * SC_FONT_SIZE_MULTIPLIER) // Hangs if sizeZoomed <= 1 in Realise()
72 sizeZoomed = 2 * SC_FONT_SIZE_MULTIPLIER; in Realise()
74 const float deviceHeight = static_cast<float>(surface.DeviceHeightFont(sizeZoomed)); in Realise()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/src/
H A DViewStyle.cxx72 sizeZoomed = fs.size + zoomLevel * SC_FONT_SIZE_MULTIPLIER; in Realise()
73 if (sizeZoomed <= 2 * SC_FONT_SIZE_MULTIPLIER) // Hangs if sizeZoomed <= 1 in Realise()
74 sizeZoomed = 2 * SC_FONT_SIZE_MULTIPLIER; in Realise()
76 float deviceHeight = static_cast<float>(surface.DeviceHeightFont(sizeZoomed)); in Realise()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DViewStyle.cpp70 sizeZoomed = fs.size + zoomLevel * SC_FONT_SIZE_MULTIPLIER; in Realise()
71 if (sizeZoomed <= 2 * SC_FONT_SIZE_MULTIPLIER) // Hangs if sizeZoomed <= 1 in Realise()
72 sizeZoomed = 2 * SC_FONT_SIZE_MULTIPLIER; in Realise()
74 const float deviceHeight = static_cast<float>(surface.DeviceHeightFont(sizeZoomed)); in Realise()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DViewStyle.cpp70 sizeZoomed = fs.size + zoomLevel * SC_FONT_SIZE_MULTIPLIER; in Realise()
71 if (sizeZoomed <= 2 * SC_FONT_SIZE_MULTIPLIER) // Hangs if sizeZoomed <= 1 in Realise()
72 sizeZoomed = 2 * SC_FONT_SIZE_MULTIPLIER; in Realise()
74 const float deviceHeight = static_cast<float>(surface.DeviceHeightFont(sizeZoomed)); in Realise()
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DViewStyle.cpp70 sizeZoomed = fs.size + zoomLevel * SC_FONT_SIZE_MULTIPLIER; in Realise()
71 if (sizeZoomed <= 2 * SC_FONT_SIZE_MULTIPLIER) // Hangs if sizeZoomed <= 1 in Realise()
72 sizeZoomed = 2 * SC_FONT_SIZE_MULTIPLIER; in Realise()
74 const float deviceHeight = static_cast<float>(surface.DeviceHeightFont(sizeZoomed)); in Realise()

12345