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

  /external/webkit/Source/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 57 unsigned short fsType;
96 BigEndianUShort fsType;
250 // FIXME: Should use OS2->fsType, but some TrueType fonts set it to an over-restrictive value.
252 prefix->fsType = 0;
  /external/freetype/include/freetype/
tttables.h 356 FT_Short fsType;
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 318 FT_UShort fsType = FT_Get_FSType_Flags(face);
319 return (fsType & (FT_FSTYPE_RESTRICTED_LICENSE_EMBEDDING |
325 return (os2_table->fsType & 0x202) == 0;
    [all...]
  /external/freetype/src/sfnt/
ttload.c     [all...]

Completed in 533 milliseconds