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.hh826 typedef typename T::SubTable SubTable; in has_state_machine() typedef
841 typedef typename T::SubTable SubTable; in has_cross_stream() typedef
856 typedef typename T::SubTable SubTable; in get_h_kerning() typedef
874 typedef typename T::SubTable SubTable; in apply() typedef
944 typedef typename T::SubTable SubTable; in sanitize() typedef
980 typedef KerxSubTable SubTable; typedef
Dhb-ot-kern-table.hh209 typedef KernSubTable<SubTableHeader> SubTable; typedef
264 typedef KernSubTable<SubTableHeader> SubTable; typedef
Dhb-ot-layout-gsub-table.hh1116 typedef struct SubstLookupSubTable SubTable; typedef
1334 typedef SubstLookupSubTable SubTable; typedef
Dhb-ot-layout-gpos-table.hh1811 typedef struct PosLookupSubTable SubTable; typedef
1875 typedef struct PosLookupSubTable SubTable; typedef
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py612 class SubTable(Table): class