Home
last modified time | relevance | path

Searched refs:accelerator_t (Results 1 – 19 of 19) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-cff1-table.cc211 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()
339 void init (const OT::cff1::accelerator_t *_cff) in init()
348 const OT::cff1::accelerator_t *cff;
366 bool OT::cff1::accelerator_t::get_seac_components (hb_codepoint_t glyph, hb_codepoint_t *base, hb_c… in get_seac_components()
Dhb-ot-post-table.hh98 struct accelerator_t struct
197 const accelerator_t *thiz = (const accelerator_t *) arg; in cmp_gids()
205 const accelerator_t *thiz = (const accelerator_t *) arg; in cmp_key()
294 struct post_accelerator_t : post::accelerator_t {};
Dhb-subset-plan.cc36 _add_gid_and_children (const OT::glyf::accelerator_t &glyf, in _add_gid_and_children()
57 _add_cff_seac_components (const OT::cff1::accelerator_t &cff, in _add_cff_seac_components()
104 OT::cmap::accelerator_t cmap; in _populate_gids_to_retain()
105 OT::glyf::accelerator_t glyf; in _populate_gids_to_retain()
106 OT::cff1::accelerator_t cff; in _populate_gids_to_retain()
Dhb-aat-layout-kerx-table.hh113 accelerator_t accel (*this, c); in apply()
114 hb_kern_machine_t<accelerator_t> machine (accel, header.coverage & header.CrossStream); in apply()
120 struct accelerator_t struct
125 accelerator_t (const KerxSubTableFormat0 &table_, in accelerator_t() function
414 accelerator_t accel (*this, c); in apply()
415 hb_kern_machine_t<accelerator_t> machine (accel, header.coverage & header.CrossStream); in apply()
421 struct accelerator_t struct
426 accelerator_t (const KerxSubTableFormat2 &table_, in accelerator_t() function
677 accelerator_t accel (*this, c); in apply()
678 hb_kern_machine_t<accelerator_t> machine (accel, header.coverage & header.CrossStream); in apply()
[all …]
Dhb-subset-glyf.cc33 _calculate_glyf_and_loca_prime_size (const OT::glyf::accelerator_t &glyf, in _calculate_glyf_and_loca_prime_size()
157 const OT::glyf::accelerator_t &glyf, in _write_glyf_and_loca_prime()
227 _hb_subset_glyf_and_loca (const OT::glyf::accelerator_t &glyf, in _hb_subset_glyf_and_loca()
297 OT::glyf::accelerator_t glyf; in hb_subset_glyf_and_loca()
Dhb-ot-hmtx-table.hh91 typename T::accelerator_t _mtx; in subset()
185 struct accelerator_t struct
336 struct hmtx_accelerator_t : hmtx::accelerator_t {};
337 struct vmtx_accelerator_t : vmtx::accelerator_t {};
Dhb-ot-cmap-table.hh227 struct accelerator_t struct
229 accelerator_t () {} in accelerator_t() argument
230 accelerator_t (const CmapSubtableFormat4 *subtable) { init (subtable); } in accelerator_t() argument
231 ~accelerator_t () { fini (); } in ~accelerator_t() argument
291 return ((const accelerator_t *) obj)->get_glyph (codepoint, glyph); in get_glyph_func()
332 accelerator_t accel (this); in get_glyph()
337 accelerator_t accel (this); in collect_unicodes()
995 struct accelerator_t struct
1136 CmapSubtableFormat4::accelerator_t format4_accel; argument
1175 struct cmap_accelerator_t : cmap::accelerator_t {};
Dhb-ot-color-svg-table.hh80 struct accelerator_t struct
119 struct SVG_accelerator_t : SVG::accelerator_t {};
Dhb-ot-glyf-table.hh229 struct accelerator_t struct
233 memset (this, 0, sizeof (accelerator_t)); in init()
477 struct glyf_accelerator_t : glyf::accelerator_t {};
Dhb-ot-color-sbix-table.hh139 struct accelerator_t struct
282 struct sbix_accelerator_t : sbix::accelerator_t {};
Dhb-ot-name-table.hh179 struct accelerator_t struct
274 struct name_accelerator_t : name::accelerator_t {};
Dhb-ot-layout-gdef-table.hh415 struct accelerator_t struct
505 struct GDEF_accelerator_t : GDEF::accelerator_t {};
Dhb-ot-cff2-table.cc98 bool OT::cff2::accelerator_t::get_extents (hb_font_t *font, in get_extents()
Dhb-ot-color-cbdt-table.hh383 struct accelerator_t struct
531 struct CBDT_accelerator_t : CBDT::accelerator_t {};
Dhb-ot-cff2-table.hh526 struct accelerator_t : accelerator_templ_t<CFF2PrivateDictOpSet, CFF2PrivateDictValues> struct
562 struct cff2_accelerator_t : cff2::accelerator_t {};
Dhb-ot-layout-gsub-table.hh1455 typedef GSUBGPOS::accelerator_t<GSUB> accelerator_t; typedef
1459 struct GSUB_accelerator_t : GSUB::accelerator_t {};
Dhb-ot-layout-gpos-table.hh1640 typedef GSUBGPOS::accelerator_t<GPOS> accelerator_t; typedef
1748 struct GPOS_accelerator_t : GPOS::accelerator_t {};
Dhb-ot-cff1-table.hh1177 struct accelerator_t : accelerator_templ_t<CFF1PrivateDictOpSet, CFF1PrivateDictValues> struct
1297 struct cff1_accelerator_t : cff1::accelerator_t {};
Dhb-ot-layout-gsubgpos.hh2745 struct accelerator_t struct