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

  /external/freetype/src/base/
ftfstype.c 5 /* FreeType utility file to access FSType data (body). */
52 /* look at FSType before fsType for Type42 */
56 return os2->fsType;
  /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 353 FT_UShort fsType = FT_Get_FSType_Flags(face);
354 return (fsType & (FT_FSTYPE_RESTRICTED_LICENSE_EMBEDDING |
360 return (os2_table->fsType & 0x202) == 0;
    [all...]
  /external/freetype/src/sfnt/
ttload.c     [all...]

Completed in 1654 milliseconds