OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fsType
(Results
1 - 15
of
15
) sorted by null
/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
;
/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/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/webkit/Source/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp
57
unsigned short
fsType
;
96
BigEndianUShort
fsType
;
250
// FIXME: Should use OS2->
fsType
, but some TrueType fonts set it to an over-restrictive value.
252
prefix->
fsType
= 0;
/external/freetype/include/freetype/
tttables.h
356
FT_Short
fsType
;
[
all
...]
/external/skia/src/ports/
SkFontHost_FreeType.cpp
368
FT_UShort
fsType
= FT_Get_FSType_Flags(face);
369
return (
fsType
& (FT_FSTYPE_RESTRICTED_LICENSE_EMBEDDING |
375
return (os2_table->
fsType
& 0x202) == 0;
[
all
...]
SkFontHost_win_dw.cpp
[
all
...]
/external/skia/legacy/src/ports/
SkFontHost_FreeType.cpp
354
FT_UShort
fsType
= FT_Get_FSType_Flags(face);
355
return (
fsType
& (FT_FSTYPE_RESTRICTED_LICENSE_EMBEDDING |
361
return (os2_table->
fsType
& 0x202) == 0;
[
all
...]
/external/freetype/src/sfnt/
ttload.c
[
all
...]
/prebuilts/devtools/tools/lib/
fat32lib.jar
Completed in 157 milliseconds