Searched defs:os2 (Results 1 - 12 of 12) sorted by relevance

/external/freetype/src/base/
H A Dftfstype.c30 TT_OS2* os2; local
54 if ( ( os2 = (TT_OS2*)FT_Get_Sfnt_Table( face, FT_SFNT_OS2 ) ) != NULL &&
55 os2->version != 0xFFFFU )
56 return os2->fsType;
/external/pdfium/third_party/freetype/src/base/
H A Dftfstype.c30 TT_OS2* os2; local
54 if ( ( os2 = (TT_OS2*)FT_Get_Sfnt_Table( face, FT_SFNT_OS2 ) ) != NULL &&
55 os2->version != 0xFFFFU )
56 return os2->fsType;
/external/harfbuzz_ng/src/
H A Dhb-ot-os2-table.hh37 * http://www.microsoft.com/typography/otspec/os2.htm
42 struct os2 struct in namespace:OT
H A Dhb-ot-font.cc39 #include "hb-ot-os2-table.hh"
72 hb_blob_t *os2_blob = OT::Sanitizer<OT::os2>::sanitize (face->reference_table (os2_tag));
73 const OT::os2 *os2 = OT::Sanitizer<OT::os2>::lock_instance (os2_blob); local
75 if (0 != (os2->fsSelection & USE_TYPO_METRICS))
77 this->ascender = os2->sTypoAscender;
78 this->descender = os2->sTypoDescender;
79 this->line_gap = os2->sTypoLineGap;
/external/sfntly/cpp/src/test/
H A Dverify_os2.cc58 OS2TablePtr os2 = down_cast<OS2Table*>(table); local
59 if (os2 == NULL) {
63 EXPECT_EQ(os2->TableVersion(), OS2_VERSION);
64 EXPECT_EQ(os2->XAvgCharWidth(), OS2_XAVG_CHAR_WIDTH);
65 EXPECT_EQ(os2->UsWeightClass(), OS2_US_WEIGHT_CLASS);
66 EXPECT_EQ(os2->UsWidthClass(), OS2_US_WIDTH_CLASS);
67 EXPECT_EQ(os2->FsType(), OS2_FS_TYPE);
68 EXPECT_EQ(os2->YSubscriptXSize(), OS2_YSUBS_XSIZE);
69 EXPECT_EQ(os2->YSubscriptYSize(), OS2_YSUBS_YSIZE);
70 EXPECT_EQ(os2
[all...]
/external/freetype/src/sfnt/
H A Dttload.c1092 TT_OS2* os2; local
1184 os2 = &face->os2;
1186 if ( FT_STREAM_READ_FIELDS( os2_fields, os2 ) )
1189 os2->ulCodePageRange1 = 0;
1190 os2->ulCodePageRange2 = 0;
1191 os2->sxHeight = 0;
1192 os2->sCapHeight = 0;
1193 os2->usDefaultChar = 0;
1194 os2
[all...]
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttload.c1028 TT_OS2* os2; local
1120 os2 = &face->os2;
1122 if ( FT_STREAM_READ_FIELDS( os2_fields, os2 ) )
1125 os2->ulCodePageRange1 = 0;
1126 os2->ulCodePageRange2 = 0;
1127 os2->sxHeight = 0;
1128 os2->sCapHeight = 0;
1129 os2->usDefaultChar = 0;
1130 os2
[all...]
/external/pdfium/core/fxge/ge/
H A Dcfx_folderfontinfo.cpp226 CFX_ByteString os2 = local
228 if (os2.GetLength() >= 86) {
229 const uint8_t* p = os2.raw_str() + 78;
/external/python/cpython2/Lib/
H A Dos.py4 - all functions from posix, nt, os2, or ce, e.g. unlink, stat, etc.
6 - os.name is 'posix', 'nt', 'os2', 'ce' or 'riscos'
69 elif 'os2' in _names:
70 name = 'os2'
72 from os2 import *
74 from os2 import _exit
83 import os2 namespace
84 __all__.extend(_get_exports_list(os2))
85 del os2
403 # not sure about os2 her
[all...]
/external/freetype/include/freetype/internal/
H A Dtttypes.h1186 /* os2 :: The font's OS/2 table (`OS/2'). */
1405 TT_OS2 os2; /* TrueType OS/2 table */ member in struct:TT_FaceRec_
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dtttypes.h1122 /* os2 :: The font's OS/2 table (`OS/2'). */
1272 TT_OS2 os2; /* TrueType OS/2 table */ member in struct:TT_FaceRec_
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...

Completed in 970 milliseconds