HomeSort by relevance Sort by last modified time
    Searched refs:accelerator_t (Results 1 - 19 of 19) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-color-svg-table.hh 80 struct accelerator_t struct in struct:OT::SVG
119 struct SVG_accelerator_t : SVG::accelerator_t {};
hb-subset-plan.cc 36 _add_gid_and_children (const OT::glyf::accelerator_t &glyf,
57 _add_cff_seac_components (const OT::cff1::accelerator_t &cff,
104 OT::cmap::accelerator_t cmap;
105 OT::glyf::accelerator_t glyf;
106 OT::cff1::accelerator_t cff;
hb-ot-cff1-table.cc 211 void init (const OT::cff1::accelerator_t *_cff)
225 const OT::cff1::accelerator_t *cff;
262 static bool _get_bounds (const OT::cff1::accelerator_t *cff, hb_codepoint_t glyph, Bounds &bounds, bool in_seac=false);
289 bool _get_bounds (const OT::cff1::accelerator_t *cff, hb_codepoint_t glyph, Bounds &bounds, bool in_seac)
306 bool OT::cff1::accelerator_t::get_extents (hb_codepoint_t glyph, hb_glyph_extents_t *extents) const
339 void init (const OT::cff1::accelerator_t *_cff)
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_codepoint_t *accent) const
hb-ot-post-table.hh 98 struct accelerator_t struct in struct:OT::post
197 const accelerator_t *thiz = (const accelerator_t *) arg;
205 const accelerator_t *thiz = (const accelerator_t *) arg;
294 struct post_accelerator_t : post::accelerator_t {};
hb-ot-hmtx-table.hh 91 typename T::accelerator_t _mtx;
185 struct accelerator_t struct in struct:OT::hmtxvmtx
336 struct hmtx_accelerator_t : hmtx::accelerator_t {};
337 struct vmtx_accelerator_t : vmtx::accelerator_t {};
hb-subset-glyf.cc 33 _calculate_glyf_and_loca_prime_size (const OT::glyf::accelerator_t &glyf,
157 const OT::glyf::accelerator_t &glyf,
227 _hb_subset_glyf_and_loca (const OT::glyf::accelerator_t &glyf,
297 OT::glyf::accelerator_t glyf;
hb-aat-layout-kerx-table.hh 113 accelerator_t accel (*this, c);
114 hb_kern_machine_t<accelerator_t> machine (accel, header.coverage & header.CrossStream);
120 struct accelerator_t struct in struct:AAT::KerxSubTableFormat0
125 accelerator_t (const KerxSubTableFormat0 &table_, function in struct:AAT::KerxSubTableFormat0::accelerator_t
414 accelerator_t accel (*this, c);
415 hb_kern_machine_t<accelerator_t> machine (accel, header.coverage & header.CrossStream);
421 struct accelerator_t struct in struct:AAT::KerxSubTableFormat2
426 accelerator_t (const KerxSubTableFormat2 &table_, function in struct:AAT::KerxSubTableFormat2::accelerator_t
677 accelerator_t accel (*this, c);
678 hb_kern_machine_t<accelerator_t> machine (accel, header.coverage & header.CrossStream)
702 struct accelerator_t struct in struct:AAT::KerxSubTableFormat6
707 accelerator_t (const KerxSubTableFormat6 &table_, function in struct:AAT::KerxSubTableFormat6::accelerator_t
    [all...]
hb-ot-cmap-table.hh 227 struct accelerator_t struct in struct:OT::CmapSubtableFormat4
229 accelerator_t () {} function in struct:OT::CmapSubtableFormat4::accelerator_t
230 accelerator_t (const CmapSubtableFormat4 *subtable) { init (subtable); } function in struct:OT::CmapSubtableFormat4::accelerator_t
231 ~accelerator_t () { fini (); }
291 return ((const accelerator_t *) obj)->get_glyph (codepoint, glyph);
332 accelerator_t accel (this);
337 accelerator_t accel (this);
995 struct accelerator_t struct in struct:OT::cmap
    [all...]
hb-ot-glyf-table.hh 229 struct accelerator_t struct in struct:OT::glyf
233 memset (this, 0, sizeof (accelerator_t));
477 struct glyf_accelerator_t : glyf::accelerator_t {};
hb-ot-cff2-table.cc 98 bool OT::cff2::accelerator_t::get_extents (hb_font_t *font,
hb-ot-color-sbix-table.hh 139 struct accelerator_t struct in struct:OT::sbix
282 struct sbix_accelerator_t : sbix::accelerator_t {};
hb-ot-name-table.hh 179 struct accelerator_t struct in struct:OT::name
274 struct name_accelerator_t : name::accelerator_t {};
hb-ot-cff2-table.hh 526 struct accelerator_t : accelerator_templ_t<CFF2PrivateDictOpSet, CFF2PrivateDictValues> struct in struct:OT::cff2
562 struct cff2_accelerator_t : cff2::accelerator_t {};
hb-ot-color-cbdt-table.hh 383 struct accelerator_t struct in struct:OT::CBDT
531 struct CBDT_accelerator_t : CBDT::accelerator_t {};
hb-ot-layout-gdef-table.hh 415 struct accelerator_t struct in struct:OT::GDEF
505 struct GDEF_accelerator_t : GDEF::accelerator_t {};
hb-ot-layout-gpos-table.hh 1640 typedef GSUBGPOS::accelerator_t<GPOS> accelerator_t; typedef in struct:OT::GPOS
    [all...]
hb-ot-layout-gsub-table.hh 1455 typedef GSUBGPOS::accelerator_t<GSUB> accelerator_t; typedef in struct:OT::GSUB
    [all...]
hb-ot-cff1-table.hh 1177 struct accelerator_t : accelerator_templ_t<CFF1PrivateDictOpSet, CFF1PrivateDictValues> struct in namespace:CFF
    [all...]
hb-ot-layout-gsubgpos.hh 2745 struct accelerator_t struct in struct:OT::GSUBGPOS
    [all...]

Completed in 786 milliseconds