Home
last modified time | relevance | path

Searched refs:RichTextEffect (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Drich_text_effect.cpp35 void RichTextEffect::_bind_methods() { in _bind_methods()
39 Variant RichTextEffect::get_bbcode() const { in get_bbcode()
50 bool RichTextEffect::_process_effect_impl(Ref<CharFXTransform> p_cfx) { in _process_effect_impl()
63 RichTextEffect::RichTextEffect() { in RichTextEffect() function in RichTextEffect
H A Drich_text_effect.h36 class RichTextEffect : public Resource {
37 GDCLASS(RichTextEffect, Resource);
38 OBJ_SAVE_TYPE(RichTextEffect);
47 RichTextEffect();
H A Drich_text_label.h292 Ref<RichTextEffect> custom_effect;
333 Vector<Ref<RichTextEffect> > custom_effects;
394 Ref<RichTextEffect> _get_custom_effect_by_code(String p_bbcode_identifier);
434 void push_customfx(Ref<RichTextEffect> p_custom_effect, Dictionary p_environment);
H A Drich_text_label.cpp497 Ref<RichTextEffect> custom_effect = item_custom->custom_effect; in _process_line()
1914 void RichTextLabel::push_customfx(Ref<RichTextEffect> p_custom_effect, Dictionary p_environment) { in push_customfx()
2461 Ref<RichTextEffect> effect = _get_custom_effect_by_code(identifier); in append_bbcode()
2695 Ref<RichTextEffect> effect = Ref<RichTextEffect>(effects[i]); in set_effects()
2711 Ref<RichTextEffect> rteffect; in install_effect()
2902 Ref<RichTextEffect> RichTextLabel::_get_custom_effect_by_code(String p_bbcode_identifier) { in _get_custom_effect_by_code()
2912 return Ref<RichTextEffect>(); in _get_custom_effect_by_code()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Drich_text_effect.cpp35 void RichTextEffect::_bind_methods() { in _bind_methods()
39 Variant RichTextEffect::get_bbcode() const { in get_bbcode()
50 bool RichTextEffect::_process_effect_impl(Ref<CharFXTransform> p_cfx) { in _process_effect_impl()
63 RichTextEffect::RichTextEffect() { in RichTextEffect() function in RichTextEffect
H A Drich_text_effect.h36 class RichTextEffect : public Resource {
37 GDCLASS(RichTextEffect, Resource);
38 OBJ_SAVE_TYPE(RichTextEffect);
47 RichTextEffect();
H A Drich_text_label.h292 Ref<RichTextEffect> custom_effect;
333 Vector<Ref<RichTextEffect> > custom_effects;
394 Ref<RichTextEffect> _get_custom_effect_by_code(String p_bbcode_identifier);
434 void push_customfx(Ref<RichTextEffect> p_custom_effect, Dictionary p_environment);
H A Drich_text_label.cpp497 Ref<RichTextEffect> custom_effect = item_custom->custom_effect; in _process_line()
1914 void RichTextLabel::push_customfx(Ref<RichTextEffect> p_custom_effect, Dictionary p_environment) { in push_customfx()
2461 Ref<RichTextEffect> effect = _get_custom_effect_by_code(identifier); in append_bbcode()
2695 Ref<RichTextEffect> effect = Ref<RichTextEffect>(effects[i]); in set_effects()
2711 Ref<RichTextEffect> rteffect; in install_effect()
2902 Ref<RichTextEffect> RichTextLabel::_get_custom_effect_by_code(String p_bbcode_identifier) { in _get_custom_effect_by_code()
2912 return Ref<RichTextEffect>(); in _get_custom_effect_by_code()
/dports/multimedia/olive/olive-0.1.2/effects/internal/
H A Drichtexteffect.h6 class RichTextEffect : public Effect {
9 RichTextEffect(Clip* c, const EffectMeta *em);
H A Drichtexteffect.cpp17 RichTextEffect::RichTextEffect(Clip *c, const EffectMeta *em) : in RichTextEffect() function in RichTextEffect
87 void RichTextEffect::redraw(double timecode) in redraw()
189 bool RichTextEffect::AlwaysUpdate() in AlwaysUpdate()
/dports/editors/kakoune/kakoune-2021.11.08/rc/filetype/
H A Dgdscript.kak68 …urceInteractiveLoader ResourceLoader ResourcePreloader ResourceSaver RichTextEffect RichTextLabel …
/dports/devel/godot/godot-3.2.3-stable/scene/
H A Dregister_scene_types.cpp344 ClassDB::register_class<RichTextEffect>(); in register_scene_types()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/
H A Dregister_scene_types.cpp344 ClassDB::register_class<RichTextEffect>(); in register_scene_types()
/dports/multimedia/olive/olive-0.1.2/effects/
H A Deffect.cpp92 case EFFECT_INTERNAL_RICHTEXT: return std::make_shared<RichTextEffect>(c, em); in Create()
/dports/multimedia/olive/olive-0.1.2/ts/
H A Dolive_bs.ts2611 <name>RichTextEffect</name>
H A Dolive_sr.ts2598 <name>RichTextEffect</name>
H A Dolive_zh-CN.ts2639 <name>RichTextEffect</name>
H A Dolive_zh-TW.ts2639 <name>RichTextEffect</name>
H A Dolive_ru.ts2542 <name>RichTextEffect</name>
H A Dolive_ar.ts2848 <name>RichTextEffect</name>
H A Dolive_cs.ts2538 <name>RichTextEffect</name>
H A Dolive_id.ts2671 <name>RichTextEffect</name>
H A Dolive_it.ts2663 <name>RichTextEffect</name>
H A Dolive_uk.ts2678 <name>RichTextEffect</name>
H A Dolive_de.ts2866 <name>RichTextEffect</name>

12