Searched refs:macStyle (Results 1 – 10 of 10) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-head-table.hh | 66 bool is_bold () const { return macStyle & BOLD; } in is_bold() 67 bool is_italic () const { return macStyle & ITALIC; } in is_italic() 68 bool is_condensed () const { return macStyle & CONDENSED; } in is_condensed() 141 HBUINT16 macStyle; /* Bit 0: Bold (if set to 1); member
|
/external/skqp/tools/fonts/ |
D | SkTestSVGTypeface.cpp | 352 char macStyle[16] = {'0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0'}; in exportTtxCommon() local 354 macStyle[0xF - 0x0] = '1'; // Bold in exportTtxCommon() 360 macStyle[0xF - 0x1] = '1'; // Italic in exportTtxCommon() 363 macStyle[0xF - 0x1] = '1'; // Italic in exportTtxCommon() 369 macStyle[0xF - 0x5] = '1'; // Condensed in exportTtxCommon() 371 macStyle[0xF - 0x6] = '1'; // Extended in exportTtxCommon() 374 out->write(macStyle, 8); in exportTtxCommon() 376 out->write(macStyle + 8, 8); in exportTtxCommon()
|
/external/skia/tools/fonts/ |
D | TestSVGTypeface.cpp | 417 char macStyle[16] = { in exportTtxCommon() local 420 macStyle[0xF - 0x0] = '1'; // Bold in exportTtxCommon() 425 macStyle[0xF - 0x1] = '1'; // Italic in exportTtxCommon() 428 macStyle[0xF - 0x1] = '1'; // Italic in exportTtxCommon() 433 macStyle[0xF - 0x5] = '1'; // Condensed in exportTtxCommon() 435 macStyle[0xF - 0x6] = '1'; // Extended in exportTtxCommon() 438 out->write(macStyle, 8); in exportTtxCommon() 440 out->write(macStyle + 8, 8); in exportTtxCommon()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | O_S_2f_2.py | 130 if (self.fsSelection & 1) and not (head.macStyle & 1<<1): 133 if (self.fsSelection & 1<<5) and not (head.macStyle & 1):
|
/external/skqp/src/sfnt/ |
D | SkOTTable_head.h | 115 } macStyle; member
|
/external/skia/src/sfnt/ |
D | SkOTTable_head.h | 115 } macStyle; member
|
/external/fonttools/Lib/fontTools/ |
D | fontBuilder.py | 152 macStyle=0,
|
/external/fonttools/ |
D | NEWS.rst | 1625 - [OS/2] fix checking ``fsSelection`` bits matching ``head.macStyle``
|
/external/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 4315 <!-- OT::USHORT OT::head::macStyle --> 4316 …<var-decl name='macStyle' type-id='type-id-415' visibility='default' filepath='/tmp/legendre/spack…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 2771 …<var-decl name='macStyle' type-id='type-id-415' visibility='default' filepath='/tmp/legendre/spack…
|