Home
last modified time | relevance | path

Searched defs:SubTable (Results 1 – 6 of 6) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/
Dsubtable.cc25 SubTable::SubTable(ReadableFontData* data, ReadableFontData* master_data) in SubTable() function in sfntly::SubTable
30 SubTable::SubTable(ReadableFontData* data) in SubTable() function in sfntly::SubTable
/external/harfbuzz_ng/src/
Dhb-aat-layout-kerx-table.hh835 typedef typename T::SubTable SubTable; in has_state_machine() typedef
850 typedef typename T::SubTable SubTable; in has_cross_stream() typedef
865 typedef typename T::SubTable SubTable; in get_h_kerning() typedef
883 typedef typename T::SubTable SubTable; in apply() typedef
953 typedef typename T::SubTable SubTable; in sanitize() typedef
989 typedef KerxSubTable SubTable; typedef
Dhb-ot-kern-table.hh205 typedef KernSubTable<SubTableHeader> SubTable; typedef
260 typedef KernSubTable<SubTableHeader> SubTable; typedef
Dhb-ot-layout-gsub-table.hh1041 typedef struct SubstLookupSubTable SubTable; typedef
1277 typedef SubstLookupSubTable SubTable; typedef
Dhb-ot-layout-gpos-table.hh1500 typedef struct PosLookupSubTable SubTable; typedef
1564 typedef struct PosLookupSubTable SubTable; typedef
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py541 class SubTable(Table): class