Home
last modified time | relevance | path

Searched refs:fsOutline (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_font.c1012 key-> style = f-> style & ~(fsUnderlined|fsOutline|fsStruckOut) & fsMask; in prima_build_font_key()
1048 kf-> font. style &= ~(fsUnderlined|fsOutline|fsStruckOut) & fsMask; in add_font_to_cache()
1510 …if ( fi-> flags. style && ( f-> style & ~(fsUnderlined|fsOutline|fsStruckOut))== fi-> font. style… in query_diff()
2179 if ( style & fsOutline) *p++ = 'O'; in prima_font_debug_style()
H A Dxft.c488 key-> style = f-> style & ~(fsUnderlined|fsOutline|fsStruckOut) & fsMask; in xft_build_font_key()
629 kf-> font. style &= ~(fsUnderlined|fsOutline|fsStruckOut) & fsMask; in xft_store_font()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h2918 #define fsOutline 0x0020 macro