/external/harfbuzz_ng/src/ |
D | hb-ot-os2-table.hh | 116 bool is_italic () const { return fsSelection & ITALIC; } in is_italic() 117 bool is_oblique () const { return fsSelection & OBLIQUE; } in is_oblique() 118 bool is_typo_metrics () const { return fsSelection & USE_TYPO_METRICS; } in is_typo_metrics() 219 { return (font_page_t) (version == 0 ? fsSelection & 0xFF00 : 0); } in get_font_page() 251 HBUINT16 fsSelection; member
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | O_S_2f_2.py | 131 if (self.fsSelection & 1) and not (head.macStyle & 1<<1): 134 if (self.fsSelection & 1<<5) and not (head.macStyle & 1): 137 if (self.fsSelection & 1<<6) and (self.fsSelection & 1 + (1<<5)): 140 if self.version < 4 and self.fsSelection & 0b1110000000:
|
/external/skqp/tools/fonts/ |
D | SkTestSVGTypeface.cpp | 477 char fsSelection[16] = {'0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0'}; in exportTtxCommon() local 478 fsSelection[0xF - 0x7] = '1'; // Use typo metrics in exportTtxCommon() 480 fsSelection[0xF - 0x5] = '1'; // Bold in exportTtxCommon() 485 fsSelection[0xF - 0x6] = '1'; // Not bold or italic, is regular in exportTtxCommon() 489 fsSelection[0xF - 0x0] = '1'; // Italic in exportTtxCommon() 492 fsSelection[0xF - 0x0] = '1'; // Italic in exportTtxCommon() 493 fsSelection[0xF - 0x9] = '1'; // Oblique in exportTtxCommon() 499 out->write(fsSelection, 8); in exportTtxCommon() 501 out->write(fsSelection + 8, 8); in exportTtxCommon()
|
/external/skia/tools/fonts/ |
D | SkTestSVGTypeface.cpp | 475 char fsSelection[16] = {'0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0'}; in exportTtxCommon() local 476 fsSelection[0xF - 0x7] = '1'; // Use typo metrics in exportTtxCommon() 478 fsSelection[0xF - 0x5] = '1'; // Bold in exportTtxCommon() 483 fsSelection[0xF - 0x6] = '1'; // Not bold or italic, is regular in exportTtxCommon() 487 fsSelection[0xF - 0x0] = '1'; // Italic in exportTtxCommon() 490 fsSelection[0xF - 0x0] = '1'; // Italic in exportTtxCommon() 491 fsSelection[0xF - 0x9] = '1'; // Oblique in exportTtxCommon() 497 out->write(fsSelection, 8); in exportTtxCommon() 499 out->write(fsSelection + 8, 8); in exportTtxCommon()
|
/external/skqp/src/sfnt/ |
D | SkOTTable_OS_2_V0.h | 130 } fsSelection; member
|
D | SkOTTable_OS_2_VA.h | 131 } fsSelection; member
|
D | SkOTTable_OS_2_V1.h | 373 } fsSelection; member
|
D | SkOTTable_OS_2_V2.h | 389 } fsSelection; member
|
D | SkOTTable_OS_2_V3.h | 398 } fsSelection; member
|
D | SkOTTable_OS_2_V4.h | 433 } fsSelection; member
|
/external/skia/src/sfnt/ |
D | SkOTTable_OS_2_V0.h | 130 } fsSelection; member
|
D | SkOTTable_OS_2_VA.h | 131 } fsSelection; member
|
D | SkOTTable_OS_2_V1.h | 373 } fsSelection; member
|
D | SkOTTable_OS_2_V2.h | 389 } fsSelection; member
|
D | SkOTTable_OS_2_V3.h | 398 } fsSelection; member
|
D | SkOTTable_OS_2_V4.h | 433 } fsSelection; member
|
/external/freetype/src/sfnt/ |
D | sfobjs.c | 1368 if ( face->os2.version != 0xFFFFU && face->os2.fsSelection & 256 ) in sfnt_load_face() 1463 if ( face->os2.fsSelection & 512 ) /* bit 9 */ in sfnt_load_face() 1465 else if ( face->os2.fsSelection & 1 ) /* bit 0 */ in sfnt_load_face() 1468 if ( face->os2.fsSelection & 32 ) /* bit 5 */ in sfnt_load_face()
|
D | ttload.c | 1160 FT_FRAME_USHORT( fsSelection ), in tt_face_load_os2() 1249 FT_TRACE3(( "fsSelection: 0x%2x\n", os2->fsSelection )); in tt_face_load_os2()
|
/external/freetype/include/freetype/ |
D | tttables.h | 440 FT_UShort fsSelection; member
|
/external/skia/src/ports/ |
D | SkTypeface_win_dw.cpp | 540 if (os2Table->version.v0.fsSelection.field.Italic) { in onGetAdvancedMetrics()
|
D | SkFontHost_FreeType.cpp | 1419 if (os2 && os2->version != 0xFFFF && (os2->fsSelection & kUseTypoMetricsMask)) { in generateFontMetrics() 1867 if (SkToBool(os2->fsSelection & (1u << 9))) { in scanFont()
|
/external/fonttools/Lib/fontTools/ |
D | fontBuilder.py | 287 fsSelection = 0,
|
/external/skqp/src/ports/ |
D | SkTypeface_win_dw.cpp | 540 if (os2Table->version.v0.fsSelection.field.Italic) { in onGetAdvancedMetrics()
|
D | SkFontHost_FreeType.cpp | 1419 if (os2 && os2->version != 0xFFFF && (os2->fsSelection & kUseTypoMetricsMask)) { in generateFontMetrics() 1867 if (SkToBool(os2->fsSelection & (1u << 9))) { in scanFont()
|
/external/fonttools/ |
D | NEWS.rst | 948 - [OS/2] fix checking ``fsSelection`` bits matching ``head.macStyle``
|