HomeSort by relevance Sort by last modified time
    Searched defs:fsType (Results 1 - 23 of 23) 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/
tttables.h 355 FT_Short fsType;
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
tttables.h 356 FT_Short fsType;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
tttables.h 356 FT_Short fsType;
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp 429 FT_UShort fsType = FT_Get_FSType_Flags(face);
430 return (fsType & (FT_FSTYPE_RESTRICTED_LICENSE_EMBEDDING |
436 return (os2_table->fsType & 0x202) == 0;
444 FT_UShort fsType = FT_Get_FSType_Flags(face);
445 return (fsType & FT_FSTYPE_NO_SUBSETTING) == 0;
450 return (os2_table->fsType & 0x100) == 0;
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 430 FT_UShort fsType = FT_Get_FSType_Flags(face);
431 return (fsType & (FT_FSTYPE_RESTRICTED_LICENSE_EMBEDDING |
437 return (os2_table->fsType & 0x202) == 0;
445 FT_UShort fsType = FT_Get_FSType_Flags(face);
446 return (fsType & FT_FSTYPE_NO_SUBSETTING) == 0;
451 return (os2_table->fsType & 0x100) == 0;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmc.h 423 BYTE fsType;
    [all...]
winddi.h 869 /* IFIMETRICS.fsType constants */
931 USHORT fsType;
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 

Completed in 3807 milliseconds