Searched refs:CmapSubtable (Results 1 – 7 of 7) sorted by relevance
/external/fonttools/Tests/ttLib/tables/ |
D | _c_m_a_p_test.py | 7 from fontTools.ttLib.tables._c_m_a_p import CmapSubtable, table__c_m_a_p 22 subtable = CmapSubtable.newSubtable(cmapFormat) 59 subtable2 = CmapSubtable.newSubtable(2) 71 subtable2 = CmapSubtable.newSubtable(fmt) 89 subtable2 = CmapSubtable.newSubtable(4) 94 subtable = CmapSubtable.newSubtable(4) 100 subtable = CmapSubtable.newSubtable(12)
|
D | O_S_2f_2_test.py | 34 st = getTableModule('cmap').CmapSubtable.newSubtable(4)
|
/external/fonttools/Snippets/ |
D | cmap-format.py | 14 from fontTools.ttLib.tables._c_m_a_p import CmapSubtable 30 newtable = CmapSubtable.newSubtable(4)
|
/external/harfbuzz_ng/src/ |
D | hb-ot-cmap-table.hh | 986 struct CmapSubtable struct 1103 CmapSubtable *cmapsubtable = c->push<CmapSubtable> (); in copy() 1122 LOffsetTo<CmapSubtable> 1163 | hb_filter ([&] (const CmapSubtable& _) { return _.u.format == 14; }) in closure_glyphs() 1164 | hb_apply ([=] (const CmapSubtable& _) { _.u.format14.closure_glyphs (unicodes, glyphset); }) in closure_glyphs() 1227 const CmapSubtable *find_best_subtable (bool *symbol = nullptr) const in find_best_subtable() 1231 const CmapSubtable *subtable; in find_best_subtable() 1255 return &Null (CmapSubtable); in find_best_subtable() 1267 const CmapSubtable *st = table->find_subtable (0, 5); in init() 1274 this->get_glyph_funcZ = get_glyph_from_symbol<CmapSubtable>; in init() [all …]
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _c_m_a_p.py | 90 table = CmapSubtable.newSubtable(format) 140 table = CmapSubtable.newSubtable(format) 147 class CmapSubtable(object): class 157 subtableClass = CmapSubtable.getSubtableClass(format) 226 if not isinstance(other, CmapSubtable): 243 class cmap_format_0(CmapSubtable): 296 class cmap_format_2(CmapSubtable): 680 class cmap_format_4(CmapSubtable): 851 class cmap_format_6(CmapSubtable): 911 class cmap_format_12_or_13(CmapSubtable): [all …]
|
/external/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 4588 …context_t::try_set<OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >, int>(OT::Offset… 4589 …<function-decl name='try_set<OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u&… 4592 … <!-- parameter of type 'OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >*' --> 4812 …t_t::check_struct<OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> > >(const OT::Offse… 4813 …<function-decl name='check_struct<OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int… 4816 … <!-- parameter of type 'const OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >*' --> 6748 <!-- OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >* --> 6982 <!-- const OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >* --> 7696 <!-- struct OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> > --> 7697 …<class-decl name='OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >' size-in-… [all …]
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 2959 …<function-decl name='try_set<OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u&… 3101 …<function-decl name='check_struct<OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int… 4909 …<class-decl name='OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >' size-in-… 10425 …<class-decl name='OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >' size-in-… 10700 …<class-decl name='CmapSubtable' size-in-bits='2096' is-struct='yes' visibility='default' filepath=…
|