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

12

/external/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 UINT16 fsType; member in struct:OT::os2
/external/skia/src/core/
H A DSkTypeface.cpp297 SkOTTableOS2::Version::V2::Type::Field fsType; local
299 constexpr size_t fsTypeOffset = offsetof(SkOTTableOS2::Version::V2, fsType);
300 if (this->getTableData(os2Tag, fsTypeOffset, sizeof(fsType), &fsType) == sizeof(fsType)) {
301 if (fsType.Bitmap || (fsType.Restricted && !(fsType.PreviewPrint || fsType.Editable))) {
304 if (fsType
[all...]
/external/skqp/src/core/
H A DSkTypeface.cpp297 SkOTTableOS2::Version::V2::Type::Field fsType; local
299 constexpr size_t fsTypeOffset = offsetof(SkOTTableOS2::Version::V2, fsType);
300 if (this->getTableData(os2Tag, fsTypeOffset, sizeof(fsType), &fsType) == sizeof(fsType)) {
301 if (fsType.Bitmap || (fsType.Restricted && !(fsType.PreviewPrint || fsType.Editable))) {
304 if (fsType
[all...]
/external/skia/src/sfnt/
H A DSkOTUtils.cpp207 void SkOTUtils::SetAdvancedTypefaceFlags(SkOTTableOS2_V4::Type fsType, argument
211 if (fsType.raw.value != 0) {
212 if (SkToBool(fsType.field.Restricted) || SkToBool(fsType.field.Bitmap)) {
215 if (SkToBool(fsType.field.NoSubsetting)) {
H A DSkOTUtils.h92 static void SetAdvancedTypefaceFlags(SkOTTableOS2_V4::Type fsType,
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;
/external/skqp/src/sfnt/
H A DSkOTUtils.cpp207 void SkOTUtils::SetAdvancedTypefaceFlags(SkOTTableOS2_V4::Type fsType, argument
211 if (fsType.raw.value != 0) {
212 if (SkToBool(fsType.field.Restricted) || SkToBool(fsType.field.Bitmap)) {
215 if (SkToBool(fsType.field.NoSubsetting)) {
H A DSkOTUtils.h92 static void SetAdvancedTypefaceFlags(SkOTTableOS2_V4::Type fsType,
H A DSkOTTable_OS_2_V0.h82 } fsType;
H A DSkOTTable_OS_2_VA.h84 } fsType;
/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/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/skia/src/ports/
H A DSkFontHost_mac.cpp1519 SkOTTableOS2_V4::Type fsType;
1520 if (sizeof(fsType) == this->getTableData(SkTEndian_SwapBE32(SkOTTableOS2::TAG),
1521 offsetof(SkOTTableOS2_V4, fsType),
1522 sizeof(fsType),
1523 &fsType)) {
1524 SkOTUtils::SetAdvancedTypefaceFlags(fsType, info.get());
H A DSkFontHost_win.cpp1739 SkOTTableOS2_V4::Type fsType; local
1740 if (sizeof(fsType) == this->getTableData(SkTEndian_SwapBE32(SkOTTableOS2::TAG),
1741 offsetof(SkOTTableOS2_V4, fsType),
1742 sizeof(fsType),
1743 &fsType)) {
1744 SkOTUtils::SetAdvancedTypefaceFlags(fsType, info.get());
H A DSkFontHost_FreeType.cpp504 FT_UShort fsType = FT_Get_FSType_Flags(face); local
505 return (fsType & (FT_FSTYPE_RESTRICTED_LICENSE_EMBEDDING |
510 FT_UShort fsType = FT_Get_FSType_Flags(face); local
511 return (fsType & FT_FSTYPE_NO_SUBSETTING) == 0;
H A DSkTypeface_win_dw.cpp375 SkOTUtils::SetAdvancedTypefaceFlags(os2Table->version.v4.fsType, info.get());
/external/skqp/src/ports/
H A DSkFontHost_mac.cpp1519 SkOTTableOS2_V4::Type fsType;
1520 if (sizeof(fsType) == this->getTableData(SkTEndian_SwapBE32(SkOTTableOS2::TAG),
1521 offsetof(SkOTTableOS2_V4, fsType),
1522 sizeof(fsType),
1523 &fsType)) {
1524 SkOTUtils::SetAdvancedTypefaceFlags(fsType, info.get());
H A DSkFontHost_win.cpp1739 SkOTTableOS2_V4::Type fsType; local
1740 if (sizeof(fsType) == this->getTableData(SkTEndian_SwapBE32(SkOTTableOS2::TAG),
1741 offsetof(SkOTTableOS2_V4, fsType),
1742 sizeof(fsType),
1743 &fsType)) {
1744 SkOTUtils::SetAdvancedTypefaceFlags(fsType, info.get());

Completed in 462 milliseconds

12