HomeSort by relevance Sort by last modified time
    Searched refs:fsType (Results 1 - 25 of 32) sorted by null

1 2

  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftfstype.c 5 /* FreeType utility file to access FSType data (body). */
52 /* look at FSType before fsType for Type42 */
56 return os2->fsType;
  /external/chromium_org/third_party/freetype/src/base/
ftfstype.c 5 /* FreeType utility file to access FSType data (body). */
52 /* look at FSType before fsType for Type42 */
56 return os2->fsType;
  /external/freetype/src/base/
ftfstype.c 5 /* FreeType utility file to access FSType data (body). */
52 /* look at FSType before fsType for Type42 */
56 return os2->fsType;
  /external/skia/src/core/
SkTypeface.cpp 280 if (os2table.version.v2.fsType.field.Bitmap ||
281 (os2table.version.v2.fsType.field.Restricted &&
282 !(os2table.version.v2.fsType.field.PreviewPrint ||
283 os2table.version.v2.fsType.field.Editable))) {
288 if (os2table.version.v2.fsType.field.NoSubsetting) {
  /external/chromium_org/third_party/skia/src/core/
SkTypeface.cpp 277 if (os2table.version.v2.fsType.field.Bitmap ||
278 (os2table.version.v2.fsType.field.Restricted &&
279 !(os2table.version.v2.fsType.field.PreviewPrint ||
280 os2table.version.v2.fsType.field.Editable))) {
285 if (os2table.version.v2.fsType.field.NoSubsetting) {
  /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/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;
  /external/fonttools/Lib/fontTools/
merge.py 234 # 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/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/WebKit/Source/platform/fonts/opentype/
OpenTypeUtilities.cpp 76 BigEndianUShort fsType;
  /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...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttload.c     [all...]

Completed in 394 milliseconds

1 2