HomeSort by relevance Sort by last modified time
    Searched refs:fsSelection (Results 1 - 11 of 11) sorted by null

  /external/skia/src/sfnt/
SkOTTable_OS_2_V0.h 133 } fsSelection;
SkOTTable_OS_2_VA.h 132 } fsSelection;
SkOTTable_OS_2_V1.h 376 } fsSelection;
SkOTTable_OS_2_V2.h 391 } fsSelection;
SkOTTable_OS_2_V3.h 401 } fsSelection;
SkOTTable_OS_2_V4.h 436 } fsSelection;
  /external/freetype/include/freetype/
tttables.h 378 FT_UShort fsSelection;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 111 BigEndianUShort fsSelection;
248 prefix->italic = OS2->fsSelection & 0x01;
  /external/freetype/src/sfnt/
sfobjs.c 752 /* 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 */
    [all...]
ttload.c     [all...]
  /external/skia/src/ports/
SkFontHost_win_dw.cpp     [all...]

Completed in 96 milliseconds