Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.h53 struct SubTable { struct
56 SubTable& operator=(const SubTable& that) = delete; argument
58 SubTable& operator=(SubTable&& that) noexcept; argument
68 using SubTables = std::vector<SubTable>; argument
/external/harfbuzz_ng/src/OT/Layout/GSUB/
DExtensionSubst.hh14 typedef struct SubstLookupSubTable SubTable; typedef
DSubstLookup.hh13 using SubTable = SubstLookupSubTable; typedef
/external/harfbuzz_ng/src/OT/Layout/GPOS/
DExtensionPos.hh10 typedef struct PosLookupSubTable SubTable; typedef
DPosLookup.hh13 using SubTable = PosLookupSubTable; typedef
/external/harfbuzz_ng/src/
Dhb-aat-layout-kerx-table.hh824 typedef typename T::SubTable SubTable; in has_state_machine() typedef
839 typedef typename T::SubTable SubTable; in has_cross_stream() typedef
854 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.hh214 typedef KernSubTable<SubTableHeader> SubTable; typedef
269 typedef KernSubTable<SubTableHeader> SubTable; typedef
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py788 class SubTable(Table): class