Searched refs:OT (Results 1 - 25 of 42) sorted by relevance

12

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-arabic-fallback.hh47 static OT::SubstLookup *
52 OT::GlyphID glyphs[SHAPING_TABLE_LAST - SHAPING_TABLE_FIRST + 1];
53 OT::GlyphID substitutes[SHAPING_TABLE_LAST - SHAPING_TABLE_FIRST + 1];
80 hb_stable_sort (&glyphs[0], num_glyphs, OT::GlyphID::cmp, &substitutes[0]);
82 OT::Supplier<OT::GlyphID> glyphs_supplier (glyphs, num_glyphs);
83 OT::Supplier<OT::GlyphID> substitutes_supplier (substitutes, num_glyphs);
87 OT::hb_serialize_context_t c (buf, sizeof (buf));
88 OT
[all...]
H A Dhb-ot-font.cc50 const OT::_mtx *table;
63 hb_blob_t *os2_blob = OT::Sanitizer<OT::os2>::sanitize (face->reference_table (os2_tag));
64 const OT::os2 *os2 = OT::Sanitizer<OT::os2>::lock_instance (os2_blob);
76 hb_blob_t *_hea_blob = OT::Sanitizer<OT::_hea>::sanitize (face->reference_table (_hea_tag));
77 const OT::_hea *_hea = OT
[all...]
H A Dhb-ot-layout.cc54 layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF));
55 layout->gdef = OT::Sanitizer<OT::GDEF>::lock_instance (layout->gdef_blob);
57 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB));
58 layout->gsub = OT::Sanitizer<OT::GSUB>::lock_instance (layout->gsub_blob);
60 layout->gpos_blob = OT::Sanitizer<OT
[all...]
H A Dhb-face.cc141 const OT::OpenTypeFontFile &ot_file = *OT::Sanitizer<OT::OpenTypeFontFile>::lock_instance (data->blob);
142 const OT::OpenTypeFontFace &ot_face = ot_file.get_face (data->index);
144 const OT::OpenTypeTable &table = ot_face.get_table_by_tag (tag);
171 hb_face_for_data_closure_t *closure = _hb_face_for_data_closure_create (OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (hb_blob_reference (blob)), index);
431 hb_blob_t *head_blob = OT::Sanitizer<OT::head>::sanitize (reference_table (HB_OT_TAG_head));
432 const OT
[all...]
H A Dhb-ot-maxp-table.hh33 namespace OT { namespace
69 } /* namespace OT */
H A Dhb-ot-glyf-table.hh33 namespace OT { namespace
101 } /* namespace OT */
H A Dhb-ot-hmtx-table.hh33 namespace OT { namespace
101 } /* namespace OT */
H A Dhb-ot-head-table.hh35 namespace OT { namespace
151 } /* namespace OT */
H A Dhb-ot-hhea-table.hh33 namespace OT { namespace
100 } /* namespace OT */
H A Dhb-ot-os2-table.hh33 namespace OT { namespace
102 } /* namespace OT */
H A Dhb-ot-layout-private.hh91 namespace OT { namespace
97 hb_ot_layout_substitute_lookup (OT::hb_apply_context_t *c,
98 const OT::SubstLookup &lookup,
123 namespace OT { namespace
156 const struct OT::GDEF *gdef;
157 const struct OT::GSUB *gsub;
158 const struct OT::GPOS *gpos;
H A Dhb-directwrite.cc100 blob = OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (blob);
109 unsigned int name_table_length = OT::name::min_size +
110 ARRAY_LENGTH(name_IDs) * OT::NameRecord::static_size +
124 OT::name &name = OT::StructAtOffset<OT::name> (new_sfnt_data, name_table_offset);
130 OT::NameRecord &record = name.nameRecord[i];
140 unsigned char *p = &OT::StructAfter<unsigned char>(name);
148 const OT
[all...]
H A Dhb-uniscribe.cc353 blob = OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (blob);
362 unsigned int name_table_length = OT::name::min_size +
363 ARRAY_LENGTH (name_IDs) * OT::NameRecord::static_size +
377 OT::name &name = OT::StructAtOffset<OT::name> (new_sfnt_data, name_table_offset);
383 OT::NameRecord &record = name.nameRecord[i];
393 unsigned char *p = &OT::StructAfter<unsigned char> (name);
401 const OT
[all...]
H A Dhb-ot-layout-jstf-table.hh34 namespace OT { namespace
231 } /* namespace OT */
H A Dhb-ot-name-table.hh33 namespace OT { namespace
133 } /* namespace OT */
H A Dhb-ot-shape-fallback.cc442 OT::hb_apply_context_t c (1, font, buffer);
444 c.set_lookup_props (OT::LookupFlag::IgnoreMarks);
445 OT::hb_apply_context_t::skipping_iterator_t &skippy_iter = c.iter_input;
H A Dhb-open-file-private.hh35 namespace OT { namespace
265 } /* namespace OT */
H A Dmain.cc39 using namespace OT;
H A Dhb-ot-layout-gdef-table.hh37 namespace OT { namespace
440 } /* namespace OT */
H A Dhb-ot-layout-common-private.hh45 namespace OT { namespace
585 } /* namespace OT */
587 HB_MARK_AS_FLAG_T (OT::LookupFlag::Flags);
588 namespace OT { namespace
1235 } /* namespace OT */
/external/opencv3/modules/cudalegacy/src/cuda/
H A Dfgd.cu291 template <typename PT, typename CT, typename OT>
323 OT v1 = c_stat.V1_CC<OT>(i, j, k);
324 OT v2 = c_stat.V2_CC<OT>(i, j, k);
350 OT v = c_stat.V_C<OT>(i, j, k);
370 template <typename PT, typename CT, typename OT>
377 cudaSafeCall( cudaFuncSetCacheConfig(bgfgClassification<PT, CT, OT>, cudaFuncCachePreferL1) );
379 bgfgClassification<PT, CT, OT><<<gri
[all...]
H A Dfgd.hpp177 template <typename PT, typename CT, typename OT>
182 template <typename PT, typename CT, typename OT>
/external/clang/test/SemaTemplate/
H A Ddependent-expr.cpp46 template<typename OT> int myMethod()
47 { return 2 && sizeof(OT); }
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h109 const std::string &EMN, const std::string &OT, unsigned MION,
112 OperandType(OT), MIOperandNo(MION), MINumOperands(MINO),
108 OperandInfo(Record *R, const std::string &N, const std::string &PMN, const std::string &EMN, const std::string &OT, unsigned MION, unsigned MINO, DagInit *MIOI) argument
/external/harfbuzz_ng/win32/
H A Dinfo-msvc.mak3 INC_FEATURES = Uniscribe Fallback OT

Completed in 402 milliseconds

12