Searched refs:cff1 (Results 1 – 11 of 11) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-cff1-table.cc | 124 hb_codepoint_t OT::cff1::lookup_standard_encoding_for_code (hb_codepoint_t sid) in lookup_standard_encoding_for_code() 132 hb_codepoint_t OT::cff1::lookup_expert_encoding_for_code (hb_codepoint_t sid) in lookup_expert_encoding_for_code() 140 hb_codepoint_t OT::cff1::lookup_expert_charset_for_sid (hb_codepoint_t glyph) in lookup_expert_charset_for_sid() 148 hb_codepoint_t OT::cff1::lookup_expert_subset_charset_for_sid (hb_codepoint_t glyph) in lookup_expert_subset_charset_for_sid() 156 hb_codepoint_t OT::cff1::lookup_standard_encoding_for_sid (hb_codepoint_t code) in lookup_standard_encoding_for_sid() 211 void init (const OT::cff1::accelerator_t *_cff) in init() 225 const OT::cff1::accelerator_t *cff; 262 static bool _get_bounds (const OT::cff1::accelerator_t *cff, hb_codepoint_t glyph, Bounds &bounds, … 289 bool _get_bounds (const OT::cff1::accelerator_t *cff, hb_codepoint_t glyph, Bounds &bounds, bool in… in _get_bounds() 306 bool OT::cff1::accelerator_t::get_extents (hb_codepoint_t glyph, hb_glyph_extents_t *extents) const in get_extents() [all …]
|
D | hb-subset-cff1.cc | 396 struct CFF1SubrSubsetter : SubrSubsetter<CFF1SubrSubsetter, CFF1Subrs, const OT::cff1::accelerator_… 463 …unsigned int plan_subset_encoding (const OT::cff1::accelerator_subset_t &acc, hb_subset_plan_t *pl… in plan_subset_encoding() 524 …unsigned int plan_subset_charset (const OT::cff1::accelerator_subset_t &acc, hb_subset_plan_t *pla… 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() 616 final_size += OT::cff1::static_size; in create() 685 SubrFlattener<const OT::cff1::accelerator_subset_t, CFF1CSInterpEnv, CFF1CSOpSet_Flatten> in create() 868 const OT::cff1::accelerator_subset_t &acc, in _write_cff1() 878 OT::cff1 *cff = c.start_serialize<OT::cff1> (); in _write_cff1() 1056 _hb_subset_cff1 (const OT::cff1::accelerator_subset_t &acc, in _hb_subset_cff1() [all …]
|
D | Makefile.sources | 30 hb-cff1-interp-cs.hh \ 49 hb-ot-cff1-table.cc \ 50 hb-ot-cff1-table.hh \ 229 hb-ot-cff1-table.cc \ 234 hb-subset-cff1.cc \ 235 hb-subset-cff1.hh \
|
D | hb-subset-plan.cc | 57 _add_cff_seac_components (const OT::cff1::accelerator_t &cff, in _add_cff_seac_components() 106 OT::cff1::accelerator_t cff; in _populate_gids_to_retain()
|
D | hb-ot-cff1-table.hh | 986 struct cff1 struct 1006 this->blob = sc.reference_table<cff1> (face); in init() 1012 const OT::cff1 *cff = this->blob->template as<OT::cff1> (); in init() argument 1014 if (cff == &Null(OT::cff1)) in init() 1190 const OT::cff1 *cff = this->blob->as<OT::cff1> (); in init() argument 1297 struct cff1_accelerator_t : cff1::accelerator_t {};
|
D | hb-ot-face.hh | 50 HB_OT_ACCELERATOR(OT, cff1) \
|
D | hb-subset.cc | 184 result = _subset<const OT::cff1> (plan); in _subset_table()
|
D | hb-ot-font.cc | 187 ret = ot_face->cff1->get_extents (glyph, extents); in hb_ot_get_glyph_extents()
|
/external/skia/third_party/harfbuzz/ |
D | BUILD.gn | 61 "$_src/hb-cff1-interp-cs.hh", 82 "$_src/hb-ot-cff1-table.cc", 83 "$_src/hb-ot-cff1-table.hh", 178 "$_src/hb-subset-cff1.cc",
|
/external/harfbuzz_ng/test/api/ |
D | Makefile.am | 51 test-subset-cff1 \
|
/external/harfbuzz_ng/ |
D | Android.bp | 72 "src/hb-ot-cff1-table.cc",
|