Searched refs:fsSelection (Results 1 - 11 of 11) sorted by relevance

/external/skia/src/sfnt/
H A DSkOTTable_OS_2_V0.h133 } fsSelection; member in struct:SkOTTableOS2_V0
H A DSkOTTable_OS_2_VA.h132 } fsSelection; member in struct:SkOTTableOS2_VA
H A DSkOTTable_OS_2_V1.h376 } fsSelection; member in struct:SkOTTableOS2_V1
H A DSkOTTable_OS_2_V2.h391 } fsSelection; member in struct:SkOTTableOS2_V2
H A DSkOTTable_OS_2_V3.h401 } fsSelection; member in struct:SkOTTableOS2_V3
H A DSkOTTable_OS_2_V4.h436 } fsSelection; member in struct:SkOTTableOS2_V4
/external/freetype/include/freetype/
H A Dtttables.h378 FT_UShort fsSelection; member in struct:TT_OS2_
/external/webkit/Source/WebCore/platform/graphics/opentype/
H A DOpenTypeUtilities.cpp111 BigEndianUShort fsSelection; member in struct:WebCore::OS2Table
248 prefix->italic = OS2->fsSelection & 0x01;
/external/freetype/src/sfnt/
H A Dsfobjs.c752 /* Bit 8 of the `fsSelection' field in the `OS/2' table denotes */
760 if ( face->os2.version != 0xFFFFU && face->os2.fsSelection & 256 )
842 /* We have an OS/2 table; use the `fsSelection' field. Bit 9 */
846 if ( face->os2.fsSelection & 512 ) /* bit 9 */
848 else if ( face->os2.fsSelection & 1 ) /* bit 0 */
851 if ( face->os2.fsSelection & 32 ) /* bit 5 */
H A Dttload.c996 FT_FRAME_USHORT( fsSelection ),
1065 FT_TRACE3(( "fsSelection: 0x%2x\n", os2->fsSelection ));
/external/skia/src/ports/
H A DSkFontHost_win_dw.cpp1488 if (os2Table->version.v0.fsSelection.field.Italic) {

Completed in 644 milliseconds