Home
last modified time | relevance | path

Searched defs:OS2 (Results 1 – 17 of 17) sorted by relevance

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-os2-table.hh93 struct OS2 struct
95 static constexpr hb_tag_t tableTag = HB_OT_TAG_OS2;
97 bool has_data () const { return this != &Null (OS2); } in has_data()
99 const OS2V1Tail &v1 () const { return version >= 1 ? v1X : Null (OS2V1Tail); } in v1()
100 const OS2V2Tail &v2 () const { return version >= 2 ? v2X : Null (OS2V2Tail); } in v2()
101 const OS2V5Tail &v5 () const { return version >= 5 ? v5X : Null (OS2V5Tail); } in v5()
103 enum selection_flag_t {
116 bool is_italic () const { return fsSelection & ITALIC; } in is_italic()
117 bool is_oblique () const { return fsSelection & OBLIQUE; } in is_oblique()
118 bool is_typo_metrics () const { return fsSelection & USE_TYPO_METRICS; } in is_typo_metrics()
[all …]
/third_party/harfbuzz/src/
Dhb-ot-os2-table.hh115 struct OS2 struct
117 static constexpr hb_tag_t tableTag = HB_OT_TAG_OS2;
119 … has_data () const { return usWeightClass || usWidthClass || usFirstCharIndex || usLastCharIndex; } in has_data()
121 const OS2V1Tail &v1 () const { return version >= 1 ? v1X : Null (OS2V1Tail); } in v1()
122 const OS2V2Tail &v2 () const { return version >= 2 ? v2X : Null (OS2V2Tail); } in v2()
123 const OS2V5Tail &v5 () const { return version >= 5 ? v5X : Null (OS2V5Tail); } in v5()
125 enum selection_flag_t {
138 bool is_italic () const { return fsSelection & ITALIC; } in is_italic()
139 bool is_oblique () const { return fsSelection & OBLIQUE; } in is_oblique()
140 bool use_typo_metrics () const { return fsSelection & USE_TYPO_METRICS; } in use_typo_metrics()
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-os2-table.hh114 struct OS2 struct
116 static constexpr hb_tag_t tableTag = HB_OT_TAG_OS2;
118 … has_data () const { return usWeightClass || usWidthClass || usFirstCharIndex || usLastCharIndex; } in has_data()
120 const OS2V1Tail &v1 () const { return version >= 1 ? v1X : Null (OS2V1Tail); } in v1()
121 const OS2V2Tail &v2 () const { return version >= 2 ? v2X : Null (OS2V2Tail); } in v2()
122 const OS2V5Tail &v5 () const { return version >= 5 ? v5X : Null (OS2V5Tail); } in v5()
124 enum selection_flag_t {
137 bool is_italic () const { return fsSelection & ITALIC; } in is_italic()
138 bool is_oblique () const { return fsSelection & OBLIQUE; } in is_oblique()
139 bool use_typo_metrics () const { return fsSelection & USE_TYPO_METRICS; } in use_typo_metrics()
[all …]
/third_party/gettext/gettext-tools/
Dconfigure.ac105 AM_CONDITIONAL([OS2], [test $special_makefile_rules = os2]) condition
/third_party/glib/glib/libcharset/
Dlocalcharset.c38 # define OS2 macro
/third_party/gettext/gettext-runtime/intl/
Dlocalcharset.c42 # define OS2 macro
/third_party/libwebsockets/win32port/zlib/
Dzconf.h139 # define OS2 macro
/third_party/zlib/
Dzconf.h.in172 # define OS2 macro
Dzconf.h172 # define OS2 macro
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dzconf.h.in172 # define OS2 macro
Dzconf.h172 # define OS2 macro
/third_party/skia/third_party/externals/zlib/
Dzconf.h184 # define OS2 macro
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dzconf.h.in172 # define OS2 macro
Dzconf.h172 # define OS2 macro
/third_party/node/deps/zlib/
Dzconf.h184 # define OS2 macro
/third_party/flutter/skia/third_party/externals/zlib/
Dzconf.h175 # define OS2 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp814 raw_svector_ostream OS2(Str2); in emitGlobals() local