HomeSort by relevance Sort by last modified time
    Searched defs:OT (Results 1 - 25 of 28) sorted by null

1 2

  /external/harfbuzz_ng/src/
hb-ot-maxp-table.hh 33 namespace OT {
69 } /* namespace OT */
hb-ot-var-avar-table.hh 32 namespace OT {
146 } /* namespace OT */
hb-ot-var-mvar-table.hh 30 #include "hb-ot-layout-common-private.hh"
33 namespace OT {
111 } /* namespace OT */
hb-ot-head-table.hh 35 namespace OT {
151 } /* namespace OT */
hb-ot-hhea-table.hh 33 namespace OT {
95 } /* namespace OT */
hb-ot-name-table.hh 33 namespace OT {
135 } /* namespace OT */
hb-ot-glyf-table.hh 31 #include "hb-ot-head-table.hh"
34 namespace OT {
177 } /* namespace OT */
hb-ot-hmtx-table.hh 31 #include "hb-ot-hhea-table.hh"
32 #include "hb-ot-os2-table.hh"
33 #include "hb-ot-var-hvar-table.hh"
36 namespace OT {
206 } /* namespace OT */
hb-ot-layout-jstf-table.hh 31 #include "hb-ot-layout-gpos-table.hh"
34 namespace OT {
231 } /* namespace OT */
hb-ot-os2-table.hh 33 namespace OT {
102 } /* namespace OT */
hb-ot-var-fvar-table.hh 32 namespace OT {
206 } /* namespace OT */
hb-ot-var-hvar-table.hh 30 #include "hb-ot-layout-common-private.hh"
33 namespace OT {
162 } /* namespace OT */
hb-open-file-private.hh 35 namespace OT {
277 } /* namespace OT */
hb-ot-post-table.hh 34 #define HB_STRING_ARRAY_LIST "hb-ot-post-macroman.hh"
41 namespace OT {
279 } /* namespace OT */
hb-ot-kern-table.hh 32 namespace OT {
342 case 0: return u.ot.get_h_kerning (left, right, table_length);
353 case 0: return_trace (u.ot.sanitize (c));
384 KernOT ot; member in union:OT::kern::__anon21123
391 } /* namespace OT */
hb-ot-layout-gdef-table.hh 32 #include "hb-ot-layout-common-private.hh"
37 namespace OT {
456 } /* namespace OT */
hb-ot-cbdt-table.hh 32 namespace OT {
469 } /* namespace OT */
hb-ot-cmap-table.hh 33 namespace OT {
511 this->blob = OT::Sanitizer<OT::cmap>::sanitize (face->reference_table (HB_OT_TAG_cmap));
512 const OT::cmap *cmap = OT::Sanitizer<OT::cmap>::lock_instance (this->blob);
513 const OT::CmapSubtable *subtable = nullptr;
514 const OT::CmapSubtableFormat14 *subtable_uvs = nullptr;
533 if (!subtable) subtable = &OT::Null(OT::CmapSubtable)
    [all...]
hb-ot-layout-gsub-table.hh 32 #include "hb-ot-layout-gsubgpos-private.hh"
35 namespace OT {
    [all...]
hb-ot-layout-private.hh 40 /* Private API corresponding to hb-ot-layout.h: */
92 namespace OT {
98 hb_ot_layout_substitute_lookup (OT::hb_apply_context_t *c,
99 const OT::SubstLookup &lookup,
124 namespace OT {
160 const struct OT::GDEF *gdef;
161 const struct OT::GSUB *gsub;
162 const struct OT::GPOS *gpos;
165 OT::hb_lazy_table_loader_t<struct OT::MATH> math
    [all...]
hb-ot-math-table.hh 31 #include "hb-ot-layout-common-private.hh"
32 #include "hb-ot-math.h"
34 namespace OT {
719 } /* namespace OT */
hb-open-type-private.hh 37 namespace OT {
1097 if (instance && instance != &OT::Null(T))
1112 p = const_cast<T *> (&OT::Null(T));
1117 if (p != &OT::Null(T))
1157 hb_blob_t *blob_ = OT::Sanitizer<T>::sanitize (face->reference_table (T::tableTag));
1158 p = const_cast<T *>(OT::Sanitizer<T>::lock_instance (blob_));
1181 } /* namespace OT */
hb-ot-layout-common-private.hh 34 #include "hb-ot-layout-private.hh"
47 namespace OT {
581 } /* namespace OT */
583 HB_MARK_AS_FLAG_T (OT::LookupFlag::Flags);
584 namespace OT {
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
mcore-opc.h 25 O0, OT, O1, OC, O2, X1, OI, OB,
55 { "trap", OT, 0, 0x0008 },
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]

Completed in 514 milliseconds

1 2