Searched refs:fsType (Results 1 - 19 of 19) sorted by relevance

/external/freetype/src/base/
H A Dftfstype.c52 /* look at FSType before fsType for Type42 */
56 return os2->fsType;
/external/pdfium/third_party/freetype/src/base/
H A Dftfstype.c52 /* look at FSType before fsType for Type42 */
56 return os2->fsType;
/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/gptfdisk/
H A Dbsd.cc149 partitions[i].fsType = tempRecords[i].fsType;
150 if (bigEnd) { // reverse data (fsType is a single byte)
200 cout << hex << (int) partitions[i].fsType << "\n" << dec;
237 retval = partitions[i].fsType;
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/skia/src/sfnt/
H A DSkOTTable_OS_2_V0.h82 } fsType;
H A DSkOTTable_OS_2_VA.h84 } fsType;
H A DSkOTTable_OS_2_V1.h80 } fsType;
H A DSkOTTable_OS_2_V2.h82 } fsType;
H A DSkOTTable_OS_2_V3.h82 } fsType;
H A DSkOTTable_OS_2_V4.h82 } fsType;
/external/fonttools/Lib/fontTools/
H A Dmerge.py234 # Compute least restrictive logic for each fsType value
246 fsType = mergeBits(os2FsTypeMergeBitMap)(lst)
248 if fsType & 0x0002:
249 fsType &= ~0x000C
250 return fsType
258 'fsType': mergeOs2FsType, # Will be overwritten
283 self.fsType &= ~0x0300
288 if self.fsType & 0x0008:
289 self.fsType &= ~0x0004
/external/fonttools/Tools/fontTools/
H A Dmerge.py234 # Compute least restrictive logic for each fsType value
246 fsType = mergeBits(os2FsTypeMergeBitMap)(lst)
248 if fsType & 0x0002:
249 fsType &= ~0x000C
250 return fsType
258 'fsType': mergeOs2FsType, # Will be overwritten
283 self.fsType &= ~0x0300
288 if self.fsType & 0x0008:
289 self.fsType &= ~0x0004
/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_
/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/src/sfnt/
H A Dttload.c1104 FT_FRAME_SHORT ( fsType ),
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttload.c1040 FT_FRAME_SHORT ( fsType ),

Completed in 403 milliseconds