Lines Matching defs:cff_subset_plan
419 struct cff_subset_plan { struct
420 cff_subset_plan () in cff_subset_plan() function
446 ~cff_subset_plan () in ~cff_subset_plan() argument
463 …signed int plan_subset_encoding (const OT::cff1::accelerator_subset_t &acc, hb_subset_plan_t *plan) in plan_subset_encoding()
524 …nsigned int plan_subset_charset (const OT::cff1::accelerator_subset_t &acc, hb_subset_plan_t *plan) in plan_subset_charset()
567 bool collect_sids_in_dicts (const OT::cff1::accelerator_subset_t &acc) in collect_sids_in_dicts()
590 bool create (const OT::cff1::accelerator_subset_t &acc, in create()
825 unsigned int get_final_size () const { return final_size; } in get_final_size()
827 unsigned int final_size;
828 hb_vector_t<unsigned int> topdict_sizes;
829 CFF1TopDictValuesMod topdict_mod;
830 CFF1SubTableOffsets offsets;
832 unsigned int num_glyphs;
833 unsigned int orig_fdcount;
834 unsigned int subset_fdcount;
835 unsigned int subset_fdselect_format;
836 hb_vector_t<code_pair> subset_fdselect_ranges;
840 Remap fdmap;
842 StrBuffArray subset_charstrings;
843 StrBuffArray subset_globalsubrs;
867 static inline bool _write_cff1 (const cff_subset_plan &plan, in _write_cff1() argument