Searched refs:bold (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/ |
A D | doxygen.css | 17 font-weight: bold; 30 font-weight: bold; 59 font-weight: bold; 104 font-weight: bold; 108 font-weight: bold; 119 font-weight: bold; 157 font-weight: bold; 176 font-weight: bold; 198 font-weight: bold; 308 font-weight: bold; [all …]
|
A D | tabs.css | 32 font-weight: bold;
|
/AliOS-Things-master/components/jsoncpp/test/data/ |
A D | legacy_test_complex_01.expected | 5 .attribute[2]="bold"
|
/AliOS-Things-master/documentation/doxygen/style/ |
A D | doxygen-custom.css | 20 font-weight: bold; 53 font-weight: bold; 102 font-weight: bold; 143 font-weight: bold; 156 font-weight: bold; 217 font-weight: bold; 340 font-weight: bold; 368 font-weight: bold; 390 font-weight: bold; 507 font-weight: bold; [all …]
|
/AliOS-Things-master/components/py_engine/engine/drivers/display/ |
A D | lcd160cr_test.py | 33 lcd.set_font(1, bold=0, scale=1) 35 lcd.set_font(1, bold=0, scale=1, trans=1)
|
A D | lcd160cr.py | 318 def set_font(self, font, scale=0, bold=0, trans=0, scroll=0): argument 322 (scroll << 7) | (trans << 6) | ((font & 3) << 4) | (bold & 0xF),
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | ltmain.sh | 503 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold`
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | ltmain.sh | 503 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold`
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/ |
A D | ltmain.sh | 503 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold`
|
Completed in 33 milliseconds