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

  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_OS_2_V0.h 85 } fsType;
SkOTTable_OS_2_VA.h 85 } fsType;
SkOTTable_OS_2_V1.h 83 } fsType;
SkOTTable_OS_2_V2.h 84 } fsType;
SkOTTable_OS_2_V3.h 85 } fsType;
SkOTTable_OS_2_V4.h 85 } fsType;
  /external/skia/src/sfnt/
SkOTTable_OS_2_V0.h 85 } fsType;
SkOTTable_OS_2_VA.h 85 } fsType;
SkOTTable_OS_2_V1.h 83 } fsType;
SkOTTable_OS_2_V2.h 84 } fsType;
SkOTTable_OS_2_V3.h 85 } fsType;
SkOTTable_OS_2_V4.h 85 } fsType;
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
BootSector.java 192 * @param fsType the
196 public void setFileSystemTypeLabel(String fsType)
199 if (fsType.length() != FILE_SYSTEM_TYPE_LENGTH) {
204 set8(getFileSystemTypeLabelOffset() + i, fsType.charAt(i));
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeUtilities.cpp 57 unsigned short fsType;
94 BigEndianUShort fsType;
248 // FIXME: Should use OS2->fsType, but some TrueType fonts set it to an over-restrictive value.
250 prefix->fsType = 0;
  /external/chromium_org/third_party/freetype/include/freetype/
tttables.h 356 FT_Short fsType;
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp 401 FT_UShort fsType = FT_Get_FSType_Flags(face);
402 return (fsType & (FT_FSTYPE_RESTRICTED_LICENSE_EMBEDDING |
408 return (os2_table->fsType & 0x202) == 0;
    [all...]
  /external/freetype/include/freetype/
tttables.h 356 FT_Short fsType;
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 404 FT_UShort fsType = FT_Get_FSType_Flags(face);
405 return (fsType & (FT_FSTYPE_RESTRICTED_LICENSE_EMBEDDING |
411 return (os2_table->fsType & 0x202) == 0;
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 

Completed in 1192 milliseconds