/external/harfbuzz_ng/src/ |
D | hb-ot-face.hh | 43 HB_OT_TABLE(OT, head) \ 44 HB_OT_ACCELERATOR(OT, cmap) \ 45 HB_OT_ACCELERATOR(OT, hmtx) \ 46 HB_OT_ACCELERATOR(OT, vmtx) \ 47 HB_OT_ACCELERATOR(OT, post) \ 48 HB_OT_TABLE(OT, kern) \ 49 HB_OT_ACCELERATOR(OT, glyf) \ 50 HB_OT_ACCELERATOR(OT, cff1) \ 51 HB_OT_ACCELERATOR(OT, cff2) \ 52 HB_OT_TABLE(OT, VORG) \ [all …]
|
D | hb-ot-shape-complex-arabic-fallback.hh | 47 static OT::SubstLookup * 52 OT::GlyphID glyphs[SHAPING_TABLE_LAST - SHAPING_TABLE_FIRST + 1]; in arabic_fallback_synthesize_lookup_single() 53 OT::GlyphID substitutes[SHAPING_TABLE_LAST - SHAPING_TABLE_FIRST + 1]; in arabic_fallback_synthesize_lookup_single() 80 …hb_stable_sort (&glyphs[0], num_glyphs, (int(*)(const OT::GlyphID*, const OT::GlyphID *)) OT::Glyp… in arabic_fallback_synthesize_lookup_single() 86 OT::SubstLookup *lookup = c.start_serialize<OT::SubstLookup> (); in arabic_fallback_synthesize_lookup_single() 88 OT::LookupFlag::IgnoreMarks, in arabic_fallback_synthesize_lookup_single() 94 return ret ? c.copy<OT::SubstLookup> () : nullptr; in arabic_fallback_synthesize_lookup_single() 97 static OT::SubstLookup * 101 OT::GlyphID first_glyphs[ARRAY_LENGTH_CONST (ligature_table)]; in arabic_fallback_synthesize_lookup_ligature() 107 …OT::GlyphID ligature_list[ARRAY_LENGTH_CONST (first_glyphs) * ARRAY_LENGTH_CONST(ligature_table[0]… in arabic_fallback_synthesize_lookup_ligature() [all …]
|
D | hb-ot-layout.cc | 102 OT::GDEF::is_blacklisted (hb_blob_t *blob, in is_blacklisted() 210 const OT::GDEF &gdef = *font->face->table.GDEF->table; in _hb_ot_layout_set_glyph_props() 291 OT::GSUB::is_blacklisted (hb_blob_t *blob HB_UNUSED, in is_blacklisted() 316 OT::GPOS::is_blacklisted (hb_blob_t *blob HB_UNUSED, in is_blacklisted() 322 static const OT::GSUBGPOS& 329 default: return Null(OT::GSUBGPOS); in get_gsubgpos_table() 341 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_get_script_tags() 354 static_assert ((OT::Index::NOT_FOUND_INDEX == HB_OT_LAYOUT_NO_SCRIPT_INDEX), ""); in hb_ot_layout_table_find_script() 355 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_find_script() 403 static_assert ((OT::Index::NOT_FOUND_INDEX == HB_OT_LAYOUT_NO_SCRIPT_INDEX), ""); in hb_ot_layout_table_select_script() [all …]
|
D | hb-subset-glyf.cc | 33 _calculate_glyf_and_loca_prime_size (const OT::glyf::accelerator_t &glyf, in _calculate_glyf_and_loca_prime_size() 62 if (end_offset - start_offset < OT::glyf::GlyphHeader::static_size) in _calculate_glyf_and_loca_prime_size() 83 * (*use_short_loca ? sizeof (OT::HBUINT16) : sizeof (OT::HBUINT32)); in _calculate_glyf_and_loca_prime_size() 99 unsigned int entry_size = is_short ? sizeof (OT::HBUINT16) : sizeof (OT::HBUINT32); in _write_loca_entry() 103 ((OT::HBUINT16*) loca_prime) [id].set (offset / 2); in _write_loca_entry() 105 ((OT::HBUINT32*) loca_prime) [id].set (offset); in _write_loca_entry() 124 OT::glyf::CompositeGlyphHeader::Iterator iterator; in _update_components() 125 if (OT::glyf::CompositeGlyphHeader::get_iterator (glyph_start, in _update_components() 136 ((OT::glyf::CompositeGlyphHeader *) iterator.current)->glyphIndex.set (new_gid); in _update_components() 144 OT::glyf::CompositeGlyphHeader::Iterator composite_it; in _remove_composite_instruction_flag() [all …]
|
D | hb-subset.cc | 146 result = _subset<const OT::glyf> (plan); in _subset_table() 149 result = _subset<const OT::hdmx> (plan); in _subset_table() 160 result = _subset<const OT::hmtx> (plan); in _subset_table() 166 result = _subset<const OT::vmtx> (plan); in _subset_table() 169 result = _subset<const OT::maxp> (plan); in _subset_table() 175 result = _subset<const OT::cmap> (plan); in _subset_table() 178 result = _subset<const OT::OS2> (plan); in _subset_table() 181 result = _subset<const OT::post> (plan); in _subset_table() 184 result = _subset<const OT::cff1> (plan); in _subset_table() 187 result = _subset<const OT::cff2> (plan); in _subset_table() [all …]
|
D | hb-static.cc | 44 DEFINE_NULL_NAMESPACE_BYTES (OT, Index) = {0xFF,0xFF}; 45 DEFINE_NULL_NAMESPACE_BYTES (OT, LangSys) = {0x00,0x00, 0xFF,0xFF, 0x00,0x00}; 46 DEFINE_NULL_NAMESPACE_BYTES (OT, RangeRecord) = {0x00,0x01, 0x00,0x00, 0x00, 0x00}; 47 DEFINE_NULL_NAMESPACE_BYTES (OT, CmapSubtableLongGroup) = {0x00,0x00,0x00,0x01, 0x00,0x00,0x00,0x00… 58 hb_blob_t *maxp_blob = c.reference_table<OT::maxp> (this); in load_num_glyphs() 59 const OT::maxp *maxp_table = maxp_blob->as<OT::maxp> (); in load_num_glyphs()
|
D | hb-face.cc | 69 …hb_blob_t *sanitized = hb_sanitize_context_t ().sanitize_blob<OT::OpenTypeFontFile> (hb_blob_refer… in hb_face_count() 70 const OT::OpenTypeFontFile& ot = *sanitized->as<OT::OpenTypeFontFile> (); in hb_face_count() 172 const OT::OpenTypeFontFile &ot_file = *data->blob->as<OT::OpenTypeFontFile> (); in _hb_face_for_data_reference_table() 174 const OT::OpenTypeFontFace &ot_face = ot_file.get_face (data->index, &base_offset); in _hb_face_for_data_reference_table() 176 const OT::OpenTypeTable &table = ot_face.get_table_by_tag (tag); in _hb_face_for_data_reference_table() 203 …= _hb_face_for_data_closure_create (hb_sanitize_context_t ().sanitize_blob<OT::OpenTypeFontFile> (… in hb_face_create() 522 const OT::OpenTypeFontFile &ot_file = *data->blob->as<OT::OpenTypeFontFile> (); in hb_face_get_table_tags() 523 const OT::OpenTypeFontFace &ot_face = ot_file.get_face (data->index); in hb_face_get_table_tags() 646 OT::OpenTypeFontFile *f = c.start_serialize<OT::OpenTypeFontFile> (); in _hb_face_builder_data_reference_blob() 649 hb_tag_t sfnt_tag = is_cff ? OT::OpenTypeFontFile::CFFTag : OT::OpenTypeFontFile::TrueTypeTag; in _hb_face_builder_data_reference_blob()
|
D | hb-ot-cff1-table.cc | 124 hb_codepoint_t OT::cff1::lookup_standard_encoding_for_code (hb_codepoint_t sid) in lookup_standard_encoding_for_code() 132 hb_codepoint_t OT::cff1::lookup_expert_encoding_for_code (hb_codepoint_t sid) in lookup_expert_encoding_for_code() 140 hb_codepoint_t OT::cff1::lookup_expert_charset_for_sid (hb_codepoint_t glyph) in lookup_expert_charset_for_sid() 148 hb_codepoint_t OT::cff1::lookup_expert_subset_charset_for_sid (hb_codepoint_t glyph) in lookup_expert_subset_charset_for_sid() 156 hb_codepoint_t OT::cff1::lookup_standard_encoding_for_sid (hb_codepoint_t code) in lookup_standard_encoding_for_sid() 211 void init (const OT::cff1::accelerator_t *_cff) in init() 225 const OT::cff1::accelerator_t *cff; 262 static bool _get_bounds (const OT::cff1::accelerator_t *cff, hb_codepoint_t glyph, Bounds &bounds, … 289 bool _get_bounds (const OT::cff1::accelerator_t *cff, hb_codepoint_t glyph, Bounds &bounds, bool in… in _get_bounds() 306 bool OT::cff1::accelerator_t::get_extents (hb_codepoint_t glyph, hb_glyph_extents_t *extents) const in get_extents() [all …]
|
D | hb-subset-plan.cc | 36 _add_gid_and_children (const OT::glyf::accelerator_t &glyf, in _add_gid_and_children() 46 OT::glyf::CompositeGlyphHeader::Iterator composite; in _add_gid_and_children() 57 _add_cff_seac_components (const OT::cff1::accelerator_t &cff, in _add_cff_seac_components() 104 OT::cmap::accelerator_t cmap; in _populate_gids_to_retain() 105 OT::glyf::accelerator_t glyf; in _populate_gids_to_retain() 106 OT::cff1::accelerator_t cff; in _populate_gids_to_retain()
|
D | hb-kern.hh | 35 namespace OT { namespace 52 OT::hb_ot_apply_context_t c (1, font, buffer); in kern() 54 c.set_lookup_props (OT::LookupFlag::IgnoreMarks); in kern() 55 OT::hb_ot_apply_context_t::skipping_iterator_t &skippy_iter = c.iter_input; in kern()
|
D | hb-aat-layout-common.hh | 36 using namespace OT; 422 /*static*/ inline const AAT::Lookup<OT::HBUINT16>& Null<AAT::Lookup<OT::HBUINT16> > () in Null() 423 { return *reinterpret_cast<const AAT::Lookup<OT::HBUINT16> *> (_hb_Null_AAT_Lookup); } in Null() 425 /*static*/ inline const AAT::Lookup<OT::HBUINT32>& Null<AAT::Lookup<OT::HBUINT32> > () in Null() 426 { return *reinterpret_cast<const AAT::Lookup<OT::HBUINT32> *> (_hb_Null_AAT_Lookup); } in Null() 428 /*static*/ inline const AAT::Lookup<OT::Offset<OT::HBUINT16, false> >& Null<AAT::Lookup<OT::Offset<… in Null() 429 { return *reinterpret_cast<const AAT::Lookup<OT::Offset<OT::HBUINT16, false> > *> (_hb_Null_AAT_Loo… in Null()
|
D | hb-ot-font.cc | 110 const OT::hmtx_accelerator_t &hmtx = *ot_face->hmtx; in hb_ot_get_glyph_h_advances() 130 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_glyph_v_advances() 152 const OT::VORG &VORG = *ot_face->VORG; in hb_ot_get_glyph_v_origin() 162 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_glyph_v_origin() 229 const OT::hmtx_accelerator_t &hmtx = *ot_face->hmtx; in hb_ot_get_font_h_extents() 244 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_font_v_extents()
|
D | hb-subset-cff2.cc | 226 struct CFF2SubrSubsetter : SubrSubsetter<CFF2SubrSubsetter, CFF2Subrs, const OT::cff2::accelerator_… 267 bool create (const OT::cff2::accelerator_subset_t &acc, in create() 277 final_size += OT::cff2::static_size; in create() 289 SubrFlattener<const OT::cff2::accelerator_subset_t, CFF2CSInterpEnv, CFF2CSOpSet_Flatten> in create() 438 const OT::cff2::accelerator_subset_t &acc, in _write_cff2() 445 OT::cff2 *cff2 = c.start_serialize<OT::cff2> (); in _write_cff2() 452 cff2->topDict.set (OT::cff2::static_size); in _write_cff2() 571 _hb_subset_cff2 (const OT::cff2::accelerator_subset_t &acc, in _hb_subset_cff2() 615 OT::cff2::accelerator_subset_t acc; in hb_subset_cff2()
|
D | test-unicode-ranges.cc | 34 if (OT::_hb_ot_os2_get_unicode_range_bit (cp) != bit) in test() 37 OT::_hb_ot_os2_get_unicode_range_bit (cp), in test()
|
D | hb-uniscribe.cc | 370 blob = hb_sanitize_context_t ().sanitize_blob<OT::OpenTypeFontFile> (blob); in _hb_rename_font() 379 unsigned int name_table_length = OT::name::min_size + in _hb_rename_font() 380 ARRAY_LENGTH (name_IDs) * OT::NameRecord::static_size + in _hb_rename_font() 395 OT::name &name = StructAtOffset<OT::name> (new_sfnt_data, name_table_offset); in _hb_rename_font() 401 OT::NameRecord &record = name.nameRecordZ[i]; in _hb_rename_font() 419 const OT::OpenTypeFontFile &file = * (OT::OpenTypeFontFile *) (new_sfnt_data); in _hb_rename_font() 425 const OT::OpenTypeFontFace &face = file.get_face (face_index); in _hb_rename_font() 429 OT::TableRecord &record = const_cast<OT::TableRecord &> (face.get_table (index)); in _hb_rename_font()
|
D | hb-subset-cff1.cc | 396 struct CFF1SubrSubsetter : SubrSubsetter<CFF1SubrSubsetter, CFF1Subrs, const OT::cff1::accelerator_… 463 …unsigned int plan_subset_encoding (const OT::cff1::accelerator_subset_t &acc, hb_subset_plan_t *pl… in plan_subset_encoding() 524 …unsigned int plan_subset_charset (const OT::cff1::accelerator_subset_t &acc, hb_subset_plan_t *pla… in plan_subset_charset() 567 bool collect_sids_in_dicts (const OT::cff1::accelerator_subset_t &acc) in collect_sids_in_dicts() 590 bool create (const OT::cff1::accelerator_subset_t &acc, in create() 616 final_size += OT::cff1::static_size; in create() 685 SubrFlattener<const OT::cff1::accelerator_subset_t, CFF1CSInterpEnv, CFF1CSOpSet_Flatten> in create() 868 const OT::cff1::accelerator_subset_t &acc, in _write_cff1() 878 OT::cff1 *cff = c.start_serialize<OT::cff1> (); in _write_cff1() 1056 _hb_subset_cff1 (const OT::cff1::accelerator_subset_t &acc, in _hb_subset_cff1() [all …]
|
D | hb-ot-layout.hh | 116 namespace OT { namespace 123 hb_ot_layout_substitute_lookup (OT::hb_ot_apply_context_t *c, 124 const OT::SubstLookup &lookup, 125 const OT::hb_ot_layout_lookup_accelerator_t &accel);
|
D | hb-ot-var.cc | 185 const OT::fvar &fvar = *face->table.fvar; in hb_ot_var_normalize_variations() 208 const OT::fvar &fvar = *face->table.fvar; in hb_ot_var_normalize_coords()
|
/external/tcpdump/tests/ |
D | bgp-aigp-oobr-nossl.out | 12 Extended Community (16), length: 8, Flags [OT]: 35 Extended Community (16), length: 8, Flags [OT]: 55 Extended Community (16), length: 8, Flags [OT]: 83 Extended Community (16), length: 8, Flags [OT]: 100 Extended Community (16), length: 8, Flags [OT]: 123 Extended Community (16), length: 8, Flags [OT]: 152 Extended Community (16), length: 8, Flags [OT]: 174 Extended Community (16), length: 8, Flags [OT]: 191 Extended Community (16), length: 8, Flags [OT]: 214 Extended Community (16), length: 8, Flags [OT]: [all …]
|
D | bgp-aigp-oobr-ssl.out | 12 Extended Community (16), length: 8, Flags [OT]: 35 Extended Community (16), length: 8, Flags [OT]: 55 Extended Community (16), length: 8, Flags [OT]: 83 Extended Community (16), length: 8, Flags [OT]: 100 Extended Community (16), length: 8, Flags [OT]: 123 Extended Community (16), length: 8, Flags [OT]: 152 Extended Community (16), length: 8, Flags [OT]: 174 Extended Community (16), length: 8, Flags [OT]: 191 Extended Community (16), length: 8, Flags [OT]: 214 Extended Community (16), length: 8, Flags [OT]: [all …]
|
D | bgp-large-community.out | 7 Large Community (32), length: 24, Flags [OT]: 15 Large Community (32), length: 24, Flags [OT]: 23 Large Community (32), length: 12, Flags [OT]: 31 Large Community (32), length: 24, Flags [OT]: 39 Large Community (32), length: 36, Flags [OT]:
|
D | tok2str-oobr-1.out | 9 Extended Community (16), length: 24, Flags [OT]: 28 Extended Community (16), length: 8, Flags [OT]: 31 PMSI Tunnel (22), length: 17, Flags [OT]:
|
D | bgp_vpn_attrset.out | 7 Extended Community (16), length: 8, Flags [OT]: 9 Attribute Set (128), length: 36, Flags [OT]:
|
/external/freetype/docs/ |
D | formats.txt | 84 SFNT PS CFF --- cff OT spec, 5176.CFF.pdf 86 SFNT PS CFF CID cff OT spec, 5176.CFF.pdf 87 SFNT PS CFF SYNTHETIC --- OT spec, 5176.CFF.pdf 88 SFNT PS CFF2 --- cff OT spec 1.8 92 SFNT TT MACSBIT --- sfnt OT spec (for the Mac; 94 SFNT TT --- --- truetype OT spec (`normal' TT font) 96 SFNT TT VAR --- truetype OT spec 1.8
|
/external/clang/test/SemaTemplate/ |
D | dependent-expr.cpp | 46 template<typename OT> int myMethod() in myMethod() 47 { return 2 && sizeof(OT); } in myMethod()
|