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;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeUtilities.cpp 76 BigEndianUShort 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/freetype/include/freetype/
tttables.h 356 FT_Short fsType;
    [all...]
  /external/freetype/include/freetype/
tttables.h 356 FT_Short fsType;
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp 417 FT_UShort fsType = FT_Get_FSType_Flags(face);
418 return (fsType & (FT_FSTYPE_RESTRICTED_LICENSE_EMBEDDING |
424 return (os2_table->fsType & 0x202) == 0;
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 419 FT_UShort fsType = FT_Get_FSType_Flags(face);
420 return (fsType & (FT_FSTYPE_RESTRICTED_LICENSE_EMBEDDING |
426 return (os2_table->fsType & 0x202) == 0;
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 

Completed in 271 milliseconds