Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfapi/font/
H A 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
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-aat-layout-kerx-table.hh938 typedef typename T::SubTable SubTable; in has_state_machine() typedef
956 typedef typename T::SubTable SubTable; in has_cross_stream() typedef
971 typedef typename T::SubTable SubTable; in get_h_kerning() typedef
997 typedef typename T::SubTable SubTable; in apply() typedef
1078 typedef typename T::SubTable SubTable; in sanitize() typedef
1119 typedef typename T::SubTable SubTable; in create_accelerator_data() typedef
1168 typedef KerxSubTable SubTable; typedef
H A Dhb-ot-kern-table.hh239 typedef KernSubTable<SubTableHeader> SubTable; typedef
294 typedef KernSubTable<SubTableHeader> SubTable; typedef
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GPOS/
H A DExtensionPos.hh10 typedef struct PosLookupSubTable SubTable; typedef
H A DPosLookup.hh13 using SubTable = PosLookupSubTable; typedef
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GSUB/
H A DExtensionSubst.hh14 typedef struct SubstLookupSubTable SubTable; typedef
H A DSubstLookup.hh13 using SubTable = SubstLookupSubTable; typedef
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotConverters.py788 class SubTable(Table): class