Searched defs:fsType (Results 1 - 6 of 6) sorted by relevance

/external/gptfdisk/
H A Dbsd.h47 // and fsType, to simplify loading the data from disk....
52 uint8_t fsType; // filesystem type, see below member in struct:BSDRecord
/external/harfbuzz_ng/src/
H A Dhb-ot-os2-table.hh59 USHORT fsType; member in struct:OT::os2
/external/skia/src/core/
H A DSkTypeface.cpp306 SkOTTableOS2::Version::V2::Type::Field fsType; local
308 constexpr size_t fsTypeOffset = offsetof(SkOTTableOS2::Version::V2, fsType);
309 if (this->getTableData(os2Tag, fsTypeOffset, sizeof(fsType), &fsType) == sizeof(fsType)) {
310 if (fsType.Bitmap || (fsType.Restricted && !(fsType.PreviewPrint || fsType.Editable))) {
313 if (fsType
[all...]
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp506 FT_UShort fsType = FT_Get_FSType_Flags(face); local
507 return (fsType & (FT_FSTYPE_RESTRICTED_LICENSE_EMBEDDING |
512 FT_UShort fsType = FT_Get_FSType_Flags(face); local
513 return (fsType & FT_FSTYPE_NO_SUBSETTING) == 0;
/external/freetype/include/freetype/
H A Dtttables.h386 FT_UShort fsType; member in struct:TT_OS2_
/external/pdfium/third_party/freetype/include/freetype/
H A Dtttables.h374 FT_UShort fsType; member in struct:TT_OS2_

Completed in 528 milliseconds