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

123

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-arabic-fallback.hh55 static OT::SubstLookup *
60 OT::GlyphID glyphs[SHAPING_TABLE_LAST - SHAPING_TABLE_FIRST + 1];
61 OT::GlyphID substitutes[SHAPING_TABLE_LAST - SHAPING_TABLE_FIRST + 1];
85 hb_bubble_sort (&glyphs[0], num_glyphs, OT::GlyphID::cmp, &substitutes[0]);
87 OT::Supplier<OT::GlyphID> glyphs_supplier (glyphs, num_glyphs);
88 OT::Supplier<OT::GlyphID> substitutes_supplier (substitutes, num_glyphs);
92 OT::hb_serialize_context_t c (buf, sizeof (buf));
93 OT
[all...]
H A Dhb-ot-font.cc43 const OT::hmtx *hmtx;
46 const OT::CmapSubtable *cmap;
47 const OT::CmapSubtable *cmap_uvs;
63 hb_blob_t *hhea_blob = OT::Sanitizer<OT::hhea>::sanitize (font->face->reference_table (HB_OT_TAG_hhea));
64 const OT::hhea *hhea = OT::Sanitizer<OT::hhea>::lock_instance (hhea_blob);
68 ot_font->hmtx_blob = OT::Sanitizer<OT
[all...]
H A Dhb-ot-layout.cc53 layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF));
54 layout->gdef = OT::Sanitizer<OT::GDEF>::lock_instance (layout->gdef_blob);
56 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB));
57 layout->gsub = OT::Sanitizer<OT::GSUB>::lock_instance (layout->gsub_blob);
59 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-hmtx-table.hh33 namespace OT { namespace
89 } /* namespace OT */
H A Dhb-ot-maxp-table.hh33 namespace OT { namespace
66 } /* namespace OT */
H A Dhb-ot-hhea-table.hh33 namespace OT { namespace
94 } /* namespace OT */
H A Dhb-ot-layout-private.hh81 namespace OT { namespace
87 hb_ot_layout_substitute_lookup (OT::hb_apply_context_t *c,
88 const OT::SubstLookup &lookup,
114 namespace OT { namespace
143 const struct OT::GDEF *gdef;
144 const struct OT::GSUB *gsub;
145 const struct OT::GPOS *gpos;
H A Dhb-ot-head-table.hh35 namespace OT { namespace
146 } /* namespace OT */
H A Dhb-uniscribe.cc346 blob = OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (blob);
355 unsigned int name_table_length = OT::name::min_size +
356 ARRAY_LENGTH (name_IDs) * OT::NameRecord::static_size +
370 OT::name &name = OT::StructAtOffset<OT::name> (new_sfnt_data, name_table_offset);
376 OT::NameRecord &record = name.nameRecord[i];
386 unsigned char *p = &OT::StructAfter<unsigned char> (name);
394 const OT
[all...]
H A Dhb-ot-layout-jstf-table.hh34 namespace OT { namespace
226 } /* namespace OT */
H A Dhb-ot-name-table.hh33 namespace OT { namespace
131 } /* namespace OT */
/external/chromium_org/third_party/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_bubble_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.cc43 const OT::hmtx *hmtx;
46 const OT::CmapSubtable *cmap;
47 const OT::CmapSubtable *cmap_uvs;
63 hb_blob_t *hhea_blob = OT::Sanitizer<OT::hhea>::sanitize (font->face->reference_table (HB_OT_TAG_hhea));
64 const OT::hhea *hhea = OT::Sanitizer<OT::hhea>::lock_instance (hhea_blob);
68 ot_font->hmtx_blob = OT::Sanitizer<OT
[all...]
H A Dhb-ot-layout.cc53 layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF));
54 layout->gdef = OT::Sanitizer<OT::GDEF>::lock_instance (layout->gdef_blob);
56 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB));
57 layout->gsub = OT::Sanitizer<OT::GSUB>::lock_instance (layout->gsub_blob);
59 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-hmtx-table.hh33 namespace OT { namespace
89 } /* namespace OT */
H A Dhb-ot-maxp-table.hh33 namespace OT { namespace
66 } /* namespace OT */
H A Dhb-ot-hhea-table.hh33 namespace OT { namespace
94 } /* namespace OT */
H A Dhb-ot-layout-private.hh81 namespace OT { namespace
87 hb_ot_layout_substitute_lookup (OT::hb_apply_context_t *c,
88 const OT::SubstLookup &lookup,
114 namespace OT { namespace
143 const struct OT::GDEF *gdef;
144 const struct OT::GSUB *gsub;
145 const struct OT::GPOS *gpos;
H A Dhb-ot-head-table.hh35 namespace OT { namespace
146 } /* namespace OT */
H A Dhb-uniscribe.cc347 blob = OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (blob);
356 unsigned int name_table_length = OT::name::min_size +
357 ARRAY_LENGTH (name_IDs) * OT::NameRecord::static_size +
371 OT::name &name = OT::StructAtOffset<OT::name> (new_sfnt_data, name_table_offset);
377 OT::NameRecord &record = name.nameRecord[i];
387 unsigned char *p = &OT::StructAfter<unsigned char> (name);
395 const OT
[all...]
H A Dhb-ot-layout-jstf-table.hh34 namespace OT { namespace
226 } /* namespace OT */
H A Dhb-ot-name-table.hh33 namespace OT { namespace
131 } /* namespace OT */
/external/clang/test/SemaTemplate/
H A Ddependent-expr.cpp46 template<typename OT> int myMethod()
47 { return 2 && sizeof(OT); }

Completed in 319 milliseconds

123