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

  /external/freetype/include/freetype/
tttables.h 356 FT_Short fsType;
    [all...]
  /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/skia/src/ports/
SkFontHost_FreeType.cpp 354 FT_UShort fsType = FT_Get_FSType_Flags(face);
355 return (fsType & (FT_FSTYPE_RESTRICTED_LICENSE_EMBEDDING |
361 return (os2_table->fsType & 0x202) == 0;
    [all...]

Completed in 54 milliseconds