Home
last modified time | relevance | path

Searched refs:textEffects (Results 1 – 12 of 12) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dpropertywidget_textcolor.cpp254 textEffects->StrikeVal->LPos->showValue(p / 10.0); in showStrikeThru()
255 textEffects->StrikeVal->LWidth->showValue(w / 10.0); in showStrikeThru()
289 textEffects->setStyle(s); in showTextEffects()
507 textEffects->languageChange(); in languageChange()
513 textEffects->ShadowVal->Xoffset->setLocale(l); in localeChange()
514 textEffects->ShadowVal->Yoffset->setLocale(l); in localeChange()
515 textEffects->OutlineVal->LWidth->setLocale(l); in localeChange()
516 textEffects->UnderlineVal->LPos->setLocale(l); in localeChange()
517 textEffects->UnderlineVal->LWidth->setLocale(l); in localeChange()
518 textEffects->StrikeVal->LPos->setLocale(l); in localeChange()
[all …]
/dports/games/scourge/scourge/src/
H A Dmainmenu.cpp162 for ( unsigned int i = 0; i < textEffects.size(); i++ ) { in ~MainMenu()
163 TextEffect *textEffect = textEffects[i]; in ~MainMenu()
166 textEffects.clear(); in ~MainMenu()
424 if ( textEffects.empty() && openingTop <= top ) { in drawMenu()
429 textEffects.push_back( textEffect ); in drawMenu()
439 for ( int i = 0; i < static_cast<int>( textEffects.size() ); i++ ) { in drawMenu()
441 TextEffect *textEffect = textEffects[i]; in drawMenu()
844 …MOUSEBUTTONUP && activeMenuItem > -1 && activeMenuItem < static_cast<int>( textEffects.size() ) ) { in handleEvent()
H A Dmainmenu.h124 std::vector<TextEffect*> textEffects; variable
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/richtext/
H A Drichtextfontpage.cpp645 int textEffects = 0; in UpdatePreview() local
649 textEffects |= wxTEXT_ATTR_EFFECT_STRIKETHROUGH; in UpdatePreview()
654 textEffects |= wxTEXT_ATTR_EFFECT_CAPITALS; in UpdatePreview()
658 textEffects |= wxTEXT_ATTR_EFFECT_SUPERSCRIPT; in UpdatePreview()
660 textEffects |= wxTEXT_ATTR_EFFECT_SUBSCRIPT; in UpdatePreview()
664 m_previewCtrl->SetTextEffects(textEffects); in UpdatePreview()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/richtext/
H A Drichtextfontpage.cpp645 int textEffects = 0; in UpdatePreview() local
649 textEffects |= wxTEXT_ATTR_EFFECT_STRIKETHROUGH; in UpdatePreview()
654 textEffects |= wxTEXT_ATTR_EFFECT_CAPITALS; in UpdatePreview()
658 textEffects |= wxTEXT_ATTR_EFFECT_SUPERSCRIPT; in UpdatePreview()
660 textEffects |= wxTEXT_ATTR_EFFECT_SUBSCRIPT; in UpdatePreview()
664 m_previewCtrl->SetTextEffects(textEffects); in UpdatePreview()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/richtext/
H A Drichtextfontpage.cpp645 int textEffects = 0; in UpdatePreview() local
649 textEffects |= wxTEXT_ATTR_EFFECT_STRIKETHROUGH; in UpdatePreview()
654 textEffects |= wxTEXT_ATTR_EFFECT_CAPITALS; in UpdatePreview()
658 textEffects |= wxTEXT_ATTR_EFFECT_SUPERSCRIPT; in UpdatePreview()
660 textEffects |= wxTEXT_ATTR_EFFECT_SUBSCRIPT; in UpdatePreview()
664 m_previewCtrl->SetTextEffects(textEffects); in UpdatePreview()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/richtext/
H A Drichtextfontpage.cpp645 int textEffects = 0; in UpdatePreview() local
649 textEffects |= wxTEXT_ATTR_EFFECT_STRIKETHROUGH; in UpdatePreview()
654 textEffects |= wxTEXT_ATTR_EFFECT_CAPITALS; in UpdatePreview()
658 textEffects |= wxTEXT_ATTR_EFFECT_SUPERSCRIPT; in UpdatePreview()
660 textEffects |= wxTEXT_ATTR_EFFECT_SUBSCRIPT; in UpdatePreview()
664 m_previewCtrl->SetTextEffects(textEffects); in UpdatePreview()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/richtext/
H A Drichtextfontpage.cpp770 int textEffects = 0; in UpdatePreview() local
774 textEffects |= wxTEXT_ATTR_EFFECT_STRIKETHROUGH; in UpdatePreview()
779 textEffects |= wxTEXT_ATTR_EFFECT_CAPITALS; in UpdatePreview()
784 textEffects |= wxTEXT_ATTR_EFFECT_SMALL_CAPITALS; in UpdatePreview()
788 textEffects |= wxTEXT_ATTR_EFFECT_SUPERSCRIPT; in UpdatePreview()
790 textEffects |= wxTEXT_ATTR_EFFECT_SUBSCRIPT; in UpdatePreview()
794 m_previewCtrl->SetTextEffects(textEffects); in UpdatePreview()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/richtext/
H A Drichtextfontpage.cpp770 int textEffects = 0; in UpdatePreview() local
774 textEffects |= wxTEXT_ATTR_EFFECT_STRIKETHROUGH; in UpdatePreview()
779 textEffects |= wxTEXT_ATTR_EFFECT_CAPITALS; in UpdatePreview()
784 textEffects |= wxTEXT_ATTR_EFFECT_SMALL_CAPITALS; in UpdatePreview()
788 textEffects |= wxTEXT_ATTR_EFFECT_SUPERSCRIPT; in UpdatePreview()
790 textEffects |= wxTEXT_ATTR_EFFECT_SUBSCRIPT; in UpdatePreview()
794 m_previewCtrl->SetTextEffects(textEffects); in UpdatePreview()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/richtext/
H A Drichtextfontpage.cpp850 int textEffects = 0; in UpdatePreview() local
854 textEffects |= wxTEXT_ATTR_EFFECT_STRIKETHROUGH; in UpdatePreview()
859 textEffects |= wxTEXT_ATTR_EFFECT_CAPITALS; in UpdatePreview()
864 textEffects |= wxTEXT_ATTR_EFFECT_SMALL_CAPITALS; in UpdatePreview()
868 textEffects |= wxTEXT_ATTR_EFFECT_SUPERSCRIPT; in UpdatePreview()
870 textEffects |= wxTEXT_ATTR_EFFECT_SUBSCRIPT; in UpdatePreview()
874 m_previewCtrl->SetTextEffects(textEffects); in UpdatePreview()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/UI/
H A DText3D.cpp44 extern const char* textEffects[];
100 URHO3D_ENUM_ATTRIBUTE("Text Effect", text_.textEffect_, textEffects, TE_NONE, AM_DEFAULT); in RegisterObject()
H A DText.cpp41 const char* textEffects[] = variable
97 URHO3D_ENUM_ATTRIBUTE("Text Effect", textEffect_, textEffects, TE_NONE, AM_FILE); in RegisterObject()