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

  /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 744 /* Bit 8 of the `fsSelection' field in the `OS/2' table denotes */
752 if ( face->os2.version != 0xFFFFU && face->os2.fsSelection & 256 )
834 /* We have an OS/2 table; use the `fsSelection' field. Bit 9 */
838 if ( face->os2.fsSelection & 512 ) /* bit 9 */
840 else if ( face->os2.fsSelection & 1 ) /* bit 0 */
843 if ( face->os2.fsSelection & 32 ) /* bit 5 */
    [all...]
ttload.c     [all...]

Completed in 133 milliseconds