Home
last modified time | relevance | path

Searched refs:iBold (Results 1 – 16 of 16) sorted by relevance

/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/antiword/
H A Dfonts.c487 iBold = 0; in vCreate0FontTable()
492 if (iBold != 0) { in vCreate0FontTable()
532 int iBold, iItalic, iSpecial, iEmphasis; in vCreate2FontTable() local
636 iBold = 0; in vCreate2FontTable()
641 if (iBold != 0) { in vCreate2FontTable()
679 int iBold, iItalic, iSpecial, iEmphasis; in vCreate6FontTable() local
731 iBold = 0; in vCreate6FontTable()
736 if (iBold != 0) { in vCreate6FontTable()
784 int iBold, iItalic, iSpecial, iEmphasis; in vCreate8FontTable() local
843 iBold = 0; in vCreate8FontTable()
[all …]
/dports/textproc/antiword/antiword-0.37/
H A Dfonts.c487 iBold = 0; in vCreate0FontTable()
492 if (iBold != 0) { in vCreate0FontTable()
532 int iBold, iItalic, iSpecial, iEmphasis; in vCreate2FontTable() local
636 iBold = 0; in vCreate2FontTable()
641 if (iBold != 0) { in vCreate2FontTable()
679 int iBold, iItalic, iSpecial, iEmphasis; in vCreate6FontTable() local
731 iBold = 0; in vCreate6FontTable()
736 if (iBold != 0) { in vCreate6FontTable()
784 int iBold, iItalic, iSpecial, iEmphasis; in vCreate8FontTable() local
843 iBold = 0; in vCreate8FontTable()
[all …]
/dports/games/galaxyhack/galaxyhack/src/
H A DDragWindow.h26 WindowText(const string& iStr, bool iBold = 0): std::string(iStr), bold(iBold) {} in string()
/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dhardcopy.pro17 void mch_print_set_font(int iBold, int iItalic, int iUnderline);
H A Dos_mswin.pro36 void mch_print_set_font(int iBold, int iItalic, int iUnderline);
/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DLYStyle.c237 int iBold = !!((unsigned) cA & A_BOLD); in parse_attributes() local
248 if (our_pairs[iBold][iBlink][iFg][iBg] != 0) { in parse_attributes()
249 curPair = our_pairs[iBold][iBlink][iFg][iBg]; in parse_attributes()
253 our_pairs[iBold][iBlink][iFg][iBg] = UCH(curPair); in parse_attributes()
/dports/www/lynx/lynx2.8.9rel.1/src/
H A DLYStyle.c237 int iBold = !!((unsigned) cA & A_BOLD); in parse_attributes() local
248 if (our_pairs[iBold][iBlink][iFg][iBg] != 0) { in parse_attributes()
249 curPair = our_pairs[iBold][iBlink][iFg][iBg]; in parse_attributes()
253 our_pairs[iBold][iBlink][iFg][iBg] = UCH(curPair); in parse_attributes()
/dports/graphics/zint/zint-2.10.0-src/backend_tcl/
H A Dzint.c715 iAddonGap, iBarcode, iBG, iBind, iBold, iBorder, iBox, in Encode() enumerator
739 case iBold: in Encode()
835 case iBold: in Encode()
/dports/devel/R-cran-gdata/gdata/inst/perl/Spreadsheet/
H A DParseExcel.pm1818 my ( $iHeight, $iAttr, $iCIdx, $iBold, $iSuper, $iUnderline, $sFntName );
1822 ( $iHeight, $iAttr, $iCIdx, $iBold, $iSuper, $iUnderline ) =
1834 $bBold = ( $iBold >= 0x2BC ) ? 1 : 0;
1840 ( $iHeight, $iAttr, $iCIdx, $iBold, $iSuper, $iUnderline ) =
1846 $bBold = ( $iBold >= 0x2BC ) ? 1 : 0;
/dports/textproc/p5-Spreadsheet-ParseExcel/Spreadsheet-ParseExcel-0.65/lib/Spreadsheet/
H A DParseExcel.pm1813 my ( $iHeight, $iAttr, $iCIdx, $iBold, $iSuper, $iUnderline, $sFntName );
1817 ( $iHeight, $iAttr, $iCIdx, $iBold, $iSuper, $iUnderline ) =
1829 $bBold = ( $iBold >= 0x2BC ) ? 1 : 0;
1835 ( $iHeight, $iAttr, $iCIdx, $iBold, $iSuper, $iUnderline ) =
1841 $bBold = ( $iBold >= 0x2BC ) ? 1 : 0;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/texteditor/
H A DTextEditor.java98 …Image iBold, iItalic, iUnderline, iStrikeout, iLeftAlignment, iRightAlignment, iCenterAlignment, i… field in TextEditor
508 boldControl.setImage(iBold); in createToolBar()
1093 iBold = loadImage(display, "bold"); //$NON-NLS-1$ in initResources()
1193 iBold.dispose(); in releaseResources()
1194 iBold = null; in releaseResources()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dcata_tiles.cpp138 const int iBold = bOldMsg ? 0 : 8; in msgtype_to_tilecolor() local
142 return iBold + catacurses::green; in msgtype_to_tilecolor()
144 return iBold + catacurses::red; in msgtype_to_tilecolor()
147 return iBold + catacurses::magenta; in msgtype_to_tilecolor()
149 return iBold + catacurses::white; in msgtype_to_tilecolor()
152 return iBold + catacurses::yellow; in msgtype_to_tilecolor()
155 return iBold + catacurses::blue; in msgtype_to_tilecolor()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dcata_tiles.cpp138 const int iBold = bOldMsg ? 0 : 8; in msgtype_to_tilecolor() local
142 return iBold + catacurses::green; in msgtype_to_tilecolor()
144 return iBold + catacurses::red; in msgtype_to_tilecolor()
147 return iBold + catacurses::magenta; in msgtype_to_tilecolor()
149 return iBold + catacurses::white; in msgtype_to_tilecolor()
152 return iBold + catacurses::yellow; in msgtype_to_tilecolor()
155 return iBold + catacurses::blue; in msgtype_to_tilecolor()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dhardcopy.c3148 void mch_print_set_font(const TriState iBold, const TriState iItalic, const TriState iUnderline) in mch_print_set_font() argument
3152 if (iBold) { in mch_print_set_font()
/dports/editors/vim/vim-8.2.3745/src/
H A Dos_mswin.c1644 mch_print_set_font(int iBold, int iItalic, int iUnderline) in mch_print_set_font() argument
1646 SelectObject(prt_dlg.hDC, prt_font_handles[iBold][iItalic][iUnderline]); in mch_print_set_font()
H A Dhardcopy.c3431 mch_print_set_font(int iBold, int iItalic, int iUnderline) in mch_print_set_font() argument
3435 if (iBold) in mch_print_set_font()