Home
last modified time | relevance | path

Searched refs:twCollapseTilde (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DDrawable_text.c1844 t-> t_pos = tildeCharPos + (( t->options & twCollapseTilde ) ? 0 : 1); in fill_tilde_properties()
1977 if (( t-> options & twCollapseTilde) && ( line == t-> t_line) && t-> t_char) { in textout2sv()
2221 ( tw-> options & twCollapseTilde) && in glyphout2sv()
2584 if (t.options & ( twCalcMnemonic | twCollapseTilde)) in string_wrap()
2613 if (options & (twExpandTabs|twCollapseTilde|twCalcMnemonic|twCalcTabs|twWordBreak)) in glyphs_wrap()
2664 !( options & (twCalcTabs|twExpandTabs|twSpaceBreak|twNewLineBreak|twCalcMnemonic|twCollapseTilde)) in string_glyphs_wrap()
2700 (tw.options & ( twCalcMnemonic | twCollapseTilde)) && in string_glyphs_wrap()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h3292 #define twCollapseTilde 0x100 /* remove ~ from line */ macro