Home
last modified time | relevance | path

Searched refs:cff1 (Results 1 – 11 of 11) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-cff1-table.cc128 hb_codepoint_t OT::cff1::lookup_standard_encoding_for_code (hb_codepoint_t sid) in lookup_standard_encoding_for_code()
136 hb_codepoint_t OT::cff1::lookup_expert_encoding_for_code (hb_codepoint_t sid) in lookup_expert_encoding_for_code()
144 hb_codepoint_t OT::cff1::lookup_expert_charset_for_sid (hb_codepoint_t glyph) in lookup_expert_charset_for_sid()
152 hb_codepoint_t OT::cff1::lookup_expert_subset_charset_for_sid (hb_codepoint_t glyph) in lookup_expert_subset_charset_for_sid()
160 hb_codepoint_t OT::cff1::lookup_standard_encoding_for_sid (hb_codepoint_t code) in lookup_standard_encoding_for_sid()
214 void init (const OT::cff1::accelerator_t *_cff) in init()
228 const OT::cff1::accelerator_t *cff;
265 static bool _get_bounds (const OT::cff1::accelerator_t *cff, hb_codepoint_t glyph, bounds_t &bounds…
292 bool _get_bounds (const OT::cff1::accelerator_t *cff, hb_codepoint_t glyph, bounds_t &bounds, bool … in _get_bounds()
309 bool OT::cff1::accelerator_t::get_extents (hb_font_t *font, hb_codepoint_t glyph, hb_glyph_extents_… in get_extents()
[all …]
Dhb-subset-cff1.cc400 struct cff1_subr_subsetter_t : subr_subsetter_t<cff1_subr_subsetter_t, CFF1Subrs, const OT::cff1::a…
402 cff1_subr_subsetter_t (const OT::cff1::accelerator_subset_t &acc_, const hb_subset_plan_t *plan_) in cff1_subr_subsetter_t()
469 …unsigned int plan_subset_encoding (const OT::cff1::accelerator_subset_t &acc, hb_subset_plan_t *pl… in plan_subset_encoding()
535 …unsigned int plan_subset_charset (const OT::cff1::accelerator_subset_t &acc, hb_subset_plan_t *pla… in plan_subset_charset()
583 bool collect_sids_in_dicts (const OT::cff1::accelerator_subset_t &acc) in collect_sids_in_dicts()
605 bool create (const OT::cff1::accelerator_subset_t &acc, in create()
634 final_size += OT::cff1::static_size; in create()
703 …subr_flattener_t<const OT::cff1::accelerator_subset_t, cff1_cs_interp_env_t, cff1_cs_opset_flatten… in create()
887 const OT::cff1::accelerator_subset_t &acc, in _write_cff1()
894 OT::cff1 *cff = c.start_serialize<OT::cff1> (); in _write_cff1()
[all …]
DMakefile.sources32 hb-cff1-interp-cs.hh \
58 hb-ot-cff1-table.cc \
59 hb-ot-cff1-table.hh \
250 hb-ot-cff1-table.cc \
255 hb-subset-cff1.cc \
256 hb-subset-cff1.hh \
Dhb-ot-cff1-table.hh1006 struct cff1 struct
1026 this->blob = sc.reference_table<cff1> (face); in init()
1032 const OT::cff1 *cff = this->blob->template as<OT::cff1> (); in init() argument
1034 if (cff == &Null(OT::cff1)) in init()
1210 const OT::cff1 *cff = this->blob->as<OT::cff1> (); in init() argument
1317 struct cff1_accelerator_t : cff1::accelerator_t {};
Dhb-subset-plan.cc39 _add_cff_seac_components (const OT::cff1::accelerator_t &cff, in _add_cff_seac_components()
100 OT::cff1::accelerator_t cff; in _populate_gids_to_retain()
Dhb-ot-face-table-list.hh78 HB_OT_ACCELERATOR (OT, cff1)
Dhb-subset.cc203 result = _subset<const OT::cff1> (plan); in _subset_table()
Dhb-ot-font.cc193 if (!ret) ret = ot_face->cff1->get_extents (font, glyph, extents); in hb_ot_get_glyph_extents()
/external/skia/third_party/harfbuzz/
DBUILD.gn90 "$_src/hb-cff1-interp-cs.hh",
124 "$_src/hb-ot-cff1-table.cc",
125 "$_src/hb-ot-cff1-table.hh",
231 "$_src/hb-subset-cff1.cc",
232 "$_src/hb-subset-cff1.hh",
/external/harfbuzz_ng/
DAndroid.bp117 "src/hb-ot-cff1-table.cc",
151 "src/hb-subset-cff1.cc",
/external/harfbuzz_ng/test/api/
DMakefile.am52 test-subset-cff1 \