Home
last modified time | relevance | path

Searched refs:HIGHLIGHT_MASK (Results 1 – 10 of 10) sorted by relevance

/dports/comms/flmsg/flmsg-4.0.19/src/widgets/
H A DFl_Text_Display_mod_1_1.cxx55 #define HIGHLIGHT_MASK 0x0800 macro
1677 if (style & (HIGHLIGHT_MASK | PRIMARY_MASK)) { in draw_string()
1683 } else if (style & (HIGHLIGHT_MASK | PRIMARY_MASK)) { in draw_string()
1732 if (style & (HIGHLIGHT_MASK | PRIMARY_MASK)) { in clear_rect()
1738 } else if ( style & HIGHLIGHT_MASK ) { in clear_rect()
1860 style |= HIGHLIGHT_MASK; in position_style()
H A DFl_Text_Display_mod_1_3.cxx59 #define HIGHLIGHT_MASK 0x0800 macro
1955 } else if (style & HIGHLIGHT_MASK) { in draw_string()
1964 } else if (style & HIGHLIGHT_MASK) { in draw_string()
2031 } else if (style & HIGHLIGHT_MASK) { in clear_rect()
2167 style |= HIGHLIGHT_MASK; in position_style()
/dports/comms/flamp/flamp-2.2.07/src/widgets/
H A DFl_Text_Display_mod.cxx72 #define HIGHLIGHT_MASK 0x0800 macro
1967 } else if (style & HIGHLIGHT_MASK) { in draw_string()
1976 } else if (style & HIGHLIGHT_MASK) { in draw_string()
2043 } else if (style & HIGHLIGHT_MASK) { in clear_rect()
2179 style |= HIGHLIGHT_MASK; in position_style()
/dports/comms/flcluster/flcluster-1.0.4/src/widgets/
H A DFl_Text_Display_mod.cxx72 #define HIGHLIGHT_MASK 0x0800 macro
1967 } else if (style & HIGHLIGHT_MASK) { in draw_string()
1976 } else if (style & HIGHLIGHT_MASK) { in draw_string()
2043 } else if (style & HIGHLIGHT_MASK) { in clear_rect()
2179 style |= HIGHLIGHT_MASK; in position_style()
/dports/comms/fldigi/fldigi-4.1.20/src/widgets/
H A DFl_Text_Display_mod.cxx56 #define HIGHLIGHT_MASK 0x0800 macro
1959 } else if (style & HIGHLIGHT_MASK) { in draw_string()
1967 } else if (style & HIGHLIGHT_MASK) { in draw_string()
2033 } else if (style & HIGHLIGHT_MASK) { in clear_rect()
2169 style |= HIGHLIGHT_MASK; in position_style()
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_Text_Display.cxx60 #define HIGHLIGHT_MASK 0x0800 macro
1945 } else if (style & HIGHLIGHT_MASK) { in draw_string()
1954 } else if (style & HIGHLIGHT_MASK) { in draw_string()
2021 } else if (style & HIGHLIGHT_MASK) { in clear_rect()
2157 style |= HIGHLIGHT_MASK; in position_style()
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_Text_Display.cxx60 #define HIGHLIGHT_MASK 0x0800 macro
1945 } else if (style & HIGHLIGHT_MASK) { in draw_string()
1954 } else if (style & HIGHLIGHT_MASK) { in draw_string()
2021 } else if (style & HIGHLIGHT_MASK) { in clear_rect()
2157 style |= HIGHLIGHT_MASK; in position_style()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Text_Display.cxx64 #define HIGHLIGHT_MASK 0x0800 macro
2226 } else if (style & HIGHLIGHT_MASK) { in draw_string()
2235 } else if (style & HIGHLIGHT_MASK) { in draw_string()
2314 } else if (style & HIGHLIGHT_MASK) { in clear_rect()
2458 style |= HIGHLIGHT_MASK; in position_style()
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_Text_Display.cxx55 #define HIGHLIGHT_MASK 0x0800 macro
1668 } else if (style & HIGHLIGHT_MASK) { in draw_string()
1677 } else if (style & HIGHLIGHT_MASK) { in draw_string()
1732 } else if (style & HIGHLIGHT_MASK) { in clear_rect()
1853 style |= HIGHLIGHT_MASK; in position_style()
/dports/editors/nedit/nedit-5.7/source/
H A DtextDisp.c77 #define HIGHLIGHT_MASK (1 << HIGHLIGHT_SHIFT) macro
1963 else if (style & HIGHLIGHT_MASK) { in drawString()
2001 style & HIGHLIGHT_MASK ? textD->highlightBGPixel : in drawString()
2184 style |= HIGHLIGHT_MASK; in styleOfPos()