Home
last modified time | relevance | path

Searched defs:textRight (Results 1 – 21 of 21) sorted by relevance

/dports/japanese/plain2/plain2-2.54p1.orig/src/
H A Djustify.c24 int textCenter, textRight, margin; local
/dports/www/nextcloud/nextcloud/lib/public/Mail/
H A DIEMailTemplate.php126 …public function addBodyButtonGroup(string $textLeft, string $urlLeft, string $textRight, string $u…
/dports/www/nextcloud-appointments/appointments/lib/Email/
H A DEMailTemplate.php52 …public function addBodyButtonGroup(string $textLeft, string $urlLeft, string $textRight, string $u…
H A DEMailTemplateNC20.php493 string $textRight,
H A DEMailTemplateNC.php526 string $textRight,
/dports/editors/imhex/ImHex-1.7.0/plugins/libimhex/source/views/
H A Dview.cpp107 …void View::confirmButtons(const char *textLeft, const char *textRight, const std::function<void()>… in confirmButtons()
/dports/games/palapeli/palapeli-21.12.3/src/config/
H A Dtriggerlistview_p.h41 const QString textRight = right.data(Qt::DisplayRole).toString(); in subSortLessThan() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/cryomni3d/versailles/
H A Ddata.cpp101 int16 textRight; member
/dports/games/scummvm/scummvm-2.5.1/engines/cryomni3d/versailles/
H A Ddata.cpp140 int16 textRight; member
/dports/www/nextcloud/nextcloud/lib/private/Mail/
H A DEMailTemplate.php538 string $textRight,
/dports/games/xblast/xblast-2.10.4/
H A Dstatus.c94 static const int textRight = 13; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderTextControlSingleLine.cpp389 int textRight = textLeft + innerTextRenderer->width(); in nodeAtPoint() local
434 int textRight = innerTextRenderer->borderBoxRect().maxX(); in forwardEvent() local
/dports/x11-toolkits/kf5-kconfigwidgets/kconfigwidgets-5.89.0/src/
H A Dkcommandbar.cpp60 const QString textRight = sourceRight.data().toString(); in lessThan() local
/dports/devel/raylib/raylib-3.7.0/examples/shapes/
H A Draygui.h1837 float GuiSliderPro(Rectangle bounds, const char *textLeft, const char *textRight, float value, floa… in GuiSliderPro()
1930 float GuiSlider(Rectangle bounds, const char *textLeft, const char *textRight, float value, float m… in GuiSlider()
1936 float GuiSliderBar(Rectangle bounds, const char *textLeft, const char *textRight, float value, floa… in GuiSliderBar()
1942 float GuiProgressBar(Rectangle bounds, const char *textLeft, const char *textRight, float value, fl… in GuiProgressBar()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/widgets/
H A Djuce_TextEditor.cpp1430 auto textRight = roundToInt (maxWidth); in checkLayout() local
1441 void TextEditor::updateTextHolderSize (int textRight, int textBottom) in updateTextHolderSize()
1449 void TextEditor::updateScrollbarVisibility (int textRight, int textBottom) in updateScrollbarVisibility()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/interface/
H A DWidget.cpp471 auto textRight = l; in WidgetGroupboxDraw() local
/dports/devel/heaptrack/heaptrack-1.3.0/src/analyze/gui/
H A Dmainwindow.cpp366 QString textRight; in MainWindow() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/engine/
H A Dselector.h163 Selector textTop, textLeft, textBottom, textRight; member
/dports/games/scummvm/scummvm-2.5.1/engines/sci/engine/
H A Dselector.h166 Selector textTop, textLeft, textBottom, textRight; member
/dports/science/gabedit/GabeditSrc251_300720/src/Geometry/
H A DBuildPolyNucleicAcid.c1932 G_CONST_RETURN gchar* textRight = gtk_entry_get_text(GTK_ENTRY(entryRight)); in resetButtonCustom() local
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/widgets/
H A Djuce_TextEditor.cpp1440 auto textRight = getMaximumTextWidth() + leftIndent + rightEdgeSpace; in checkLayout() local