OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_lookup
(Results
1 - 5
of
5
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-layout.cc
106
layout->gsub_accels[i].init (layout->gsub->
get_lookup
(i));
108
layout->gpos_accels[i].init (layout->gpos->
get_lookup
(i));
742
const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->
get_lookup
(lookup_index);
748
const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->
get_lookup
(lookup_index);
792
const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->
get_lookup
(lookup_index);
815
const OT::SubstLookup& l = _get_gsub (face).
get_lookup
(lookup_index);
1108
proxy.table.
get_lookup
(lookup_index),
main.cc
167
const Lookup &lookup = g.
get_lookup
(n_lookup);
hb-ot-layout-gsub-table.hh
1267
inline const SubstLookup&
get_lookup
(unsigned int i) const
function in struct:OT::GSUB
[
all
...]
hb-ot-layout-gpos-table.hh
1508
inline const PosLookup&
get_lookup
(unsigned int i) const
function in struct:OT::GPOS
[
all
...]
hb-ot-layout-gsubgpos-private.hh
2266
inline const Lookup&
get_lookup
(unsigned int i) const
function in struct:OT::GSUBGPOS
[
all
...]
Completed in 55 milliseconds