Home
last modified time | relevance | path

Searched refs:text_curr (Results 1 – 5 of 5) sorted by relevance

/dports/audio/midipp/midipp-2.1.1/src/
H A Dmidipp_show.cpp408 text = sm.head.state.text_curr; in handle_text_watchdog()
612 sm.head.state.text_curr.align = 0; in handle_fontcenter()
625 sm.head.state.text_curr.align = 1; in handle_fontright()
638 sm.head.state.text_curr.align = 2; in handle_fontleft()
652 sm.head.state.text_curr.space = 99; in handle_fontmorespace()
654 sm.head.state.text_curr.space += 9; in handle_fontmorespace()
667 if (sm.head.state.text_curr.space > 9) in handle_fontlessspace()
668 sm.head.state.text_curr.space -= 9; in handle_fontlessspace()
670 sm.head.state.text_curr.space = 0; in handle_fontlessspace()
848 .arg(sm.head.state.text_curr.align) in handle_copysettings()
[all …]
H A Dmidipp_element.cpp144 state.text_curr.reset(); in MppHead()
173 state.text_curr.reset(); in reset()
1445 state.text_curr.align = ptr->value[1]; in stepLine()
1446 state.text_curr.space = ptr->value[2]; in stepLine()
1447 state.text_curr.shadow = ptr->value[3]; in stepLine()
1450 state.text_curr.color.bg_red = ptr->value[1]; in stepLine()
1451 state.text_curr.color.bg_green = ptr->value[2]; in stepLine()
1452 state.text_curr.color.bg_blue = ptr->value[3]; in stepLine()
1455 state.text_curr.color.fg_red = ptr->value[1]; in stepLine()
1456 state.text_curr.color.fg_green = ptr->value[2]; in stepLine()
[all …]
H A Dmidipp_element.h209 MppObjectProps text_curr; member
/dports/cad/gtkwave/gtkwave-3.3.107/contrib/rtlbrowse/
H A Dlogfile.c2778 text_curr->window = window; in bwlogbox_2()
2779 text_curr->button = button; in bwlogbox_2()
2780 text_curr->text = text; in bwlogbox_2()
2781 text_curr->ctx = ctx; in bwlogbox_2()
2782 text_curr->next = text_root; in bwlogbox_2()
2783 text_root = text_curr; in bwlogbox_2()
2786 text_curr->bold_tag = bold_tag; in bwlogbox_2()
2789 text_curr->blue_tag = blue_tag; in bwlogbox_2()
2790 text_curr->fwht_tag = fwht_tag; in bwlogbox_2()
2791 text_curr->mono_tag = mono_tag; in bwlogbox_2()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/constraints/
H A Dcontrol.cpp2257 mystr text_curr(drawn_value); in DrawBlockSymbol() local
2262 text_curr, // display value in DrawBlockSymbol()