Home
last modified time | relevance | path

Searched refs:maxTextSize (Results 1 – 17 of 17) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/ThirdParty/ftgl/src/
H A DFTGLTextureFont.cpp27 : maxTextSize(0), in FTGLTextureFont()
99 if( !maxTextSize) in MakeGlyphList()
100 glGetIntegerv( GL_MAX_TEXTURE_SIZE, (GLint*)&maxTextSize); in MakeGlyphList()
114 if( textureWidth > maxTextSize) in GetSize()
116 textureWidth = maxTextSize; in GetSize()
122 textureHeight = textureHeight > maxTextSize ? maxTextSize : textureHeight; in GetSize()
H A DFTGLTextureFont.h98 GLsizei maxTextSize; variable
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/lupine/icu/
H A Dconvert.go27 maxTextSize int member
45 func NewCharsetConverter(maxTextSize int) (*CharsetConverter) {
48 conv.utf16Buffer = make([]byte, utf16MaxCharSize * maxTextSize)
49 conv.utf8Buffer = make([]byte, utf8MaxCharSize * maxTextSize)
/dports/net-p2p/transmission-gtk/transmission-3.00/qt/
H A DFilterBarComboBox.cc44 QSize maxTextSize(0, 0); in sizeHint() local
50 maxTextSize.setHeight(qMax(maxTextSize.height(), textSize.height())); in sizeHint()
51 maxTextSize.setWidth(qMax(maxTextSize.width(), textSize.width())); in sizeHint()
58 return calculateSize(maxTextSize, maxCountSize); in sizeHint()
/dports/net-p2p/transmission-daemon/transmission-3.00/qt/
H A DFilterBarComboBox.cc44 QSize maxTextSize(0, 0); in sizeHint() local
50 maxTextSize.setHeight(qMax(maxTextSize.height(), textSize.height())); in sizeHint()
51 maxTextSize.setWidth(qMax(maxTextSize.width(), textSize.width())); in sizeHint()
58 return calculateSize(maxTextSize, maxCountSize); in sizeHint()
/dports/net-p2p/transmission-cli/transmission-3.00/qt/
H A DFilterBarComboBox.cc44 QSize maxTextSize(0, 0); in sizeHint() local
50 maxTextSize.setHeight(qMax(maxTextSize.height(), textSize.height())); in sizeHint()
51 maxTextSize.setWidth(qMax(maxTextSize.width(), textSize.width())); in sizeHint()
58 return calculateSize(maxTextSize, maxCountSize); in sizeHint()
/dports/net-p2p/transmission-utils/transmission-3.00/qt/
H A DFilterBarComboBox.cc44 QSize maxTextSize(0, 0); in sizeHint() local
50 maxTextSize.setHeight(qMax(maxTextSize.height(), textSize.height())); in sizeHint()
51 maxTextSize.setWidth(qMax(maxTextSize.width(), textSize.width())); in sizeHint()
58 return calculateSize(maxTextSize, maxCountSize); in sizeHint()
/dports/net-p2p/transmission-qt/transmission-3.00/qt/
H A DFilterBarComboBox.cc44 QSize maxTextSize(0, 0); in sizeHint() local
50 maxTextSize.setHeight(qMax(maxTextSize.height(), textSize.height())); in sizeHint()
51 maxTextSize.setWidth(qMax(maxTextSize.width(), textSize.width())); in sizeHint()
58 return calculateSize(maxTextSize, maxCountSize); in sizeHint()
/dports/www/transmission-web/transmission-3.00/qt/
H A DFilterBarComboBox.cc44 QSize maxTextSize(0, 0); in sizeHint() local
50 maxTextSize.setHeight(qMax(maxTextSize.height(), textSize.height())); in sizeHint()
51 maxTextSize.setWidth(qMax(maxTextSize.width(), textSize.width())); in sizeHint()
58 return calculateSize(maxTextSize, maxCountSize); in sizeHint()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/text/
H A DGrAtlasTextContext.h65 SkScalar maxTextSize, in FallbackTextHelper() argument
70 , fMaxTextSize(maxTextSize) in FallbackTextHelper()
71 , fScaledFallbackTextSize(maxTextSize) in FallbackTextHelper()
/dports/graphics/skanpage/skanpage-1.0.0/src/qml/
H A DDoubleSpinBoxWithSuffix.qml76 maxTextSize.text = Number(container.to).toLocaleString(control.locale, 'f', decimals)
85 id: maxTextSize
90 …implicitWidth: Math.max(minTextSize.width, maxTextSize.width) + suffixText.width + Kirigami.Units.…
H A DIntegerSpinBoxWithSuffix.qml51 id: maxTextSize
57 …implicitWidth: Math.max(minTextSize.width, maxTextSize.width) + suffixText.width + Kirigami.Units.…
/dports/games/glest/glest_source_3.2.2/source/glest_game/menu/
H A Dmenu_state_join_game.cpp239 int maxTextSize= 16; in keyPress() local
243 if(labelServerIp.getText().size()<maxTextSize){ in keyPress()
252 if(labelServerIp.getText().size()<maxTextSize){ in keyPress()
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/menu/
H A Dmenu_state_join_game.cpp706 int maxTextSize= 22; in keyPress() local
715 if((int)labelServerIp.getText().size() < maxTextSize) { in keyPress()
735 if((int)labelServerIp.getText().size() < maxTextSize) { in keyPress()
749 if((int)labelServerIp.getText().size() < maxTextSize) { in keyPress()
H A Dmain_menu.cpp428 int maxTextSize= activeInputLabel->getMaxEditWidth(); in textInputEditLabel() local
434 if((int)activeInputLabel->getTextCharLengthList().size() < maxTextSize) { in textInputEditLabel()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/
H A Dweapon_menu.c119 const struct vec2i maxTextSize = FontStrSize("LongestWeaponName"); in CreateEquippedWeaponsMenu() local
123 dPos.x + size.x * 3 / 4 - maxTextSize.x / 2, in CreateEquippedWeaponsMenu()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/
H A DDesignerWidgets.cs1337 Size maxTextSize = Size.Empty; in LayoutPalette()
1342maxTextSize.Width = Math.Max(Convert.ToInt32(Math.Ceiling(size.Width)), maxTextSize.Width); in LayoutPalette()
1343maxTextSize.Height = Math.Max(Convert.ToInt32(Math.Ceiling(size.Height)), maxTextSize.Height); in LayoutPalette()
1346 maxTextSize.Width = Math.Min(maxTextSize.Width, this.maximumTextWidth); in LayoutPalette()
1347 this.maxTextHeight = maxTextSize.Height; in LayoutPalette()
1348 this.itemHeight = Math.Max(imageRectangle.Height, maxTextSize.Height + 2) + 3; in LayoutPalette()
1349 …gle.Width + 2 * this.selectionItemMargin.Width + this.leftTextMargin + maxTextSize.Width + this.ri… in LayoutPalette()